From c35b062e30b157dd8a020fe6edd030c78fbf33bf Mon Sep 17 00:00:00 2001 From: mobinmob Date: Sat, 24 Oct 2020 16:46:55 +0300 Subject: [PATCH] wps-office: update to 11.1.0.9711. --- srcpkgs/wps-office/template | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/srcpkgs/wps-office/template b/srcpkgs/wps-office/template index 784fa18d063..4c2d6f2a699 100644 --- a/srcpkgs/wps-office/template +++ b/srcpkgs/wps-office/template @@ -1,6 +1,6 @@ # Template file for 'wps-office' pkgname=wps-office -version=11.1.0.9662 +version=11.1.0.9711 revision=1 archs="x86_64" create_wrksrc=yes @@ -10,11 +10,11 @@ maintainer="Michael Aldridge " #The old Kingsoft WPS Community License has disappeared from the #site. There is an EULA in the archive which is instaled as license #and a non-downloadable EULA which is accesible from inside the program: -#https://www.wps.com/eula?distsrc=2020help&lang=en_US&version=11.1.0.9662 +#https://www.wps.com/eula?distsrc=2020help&lang=en_US&version=11.1.0.9711 license="custom:EULA" homepage="http://wps-community.org" changelog="http://linux.wps.com/wpslinuxlog.html" -checksum=3a22598c26e639d822db62282931b849943c9ccec559d69c57a412a81f52def8 +checksum=1ef84ce764d1c8c96881d35994bc155037d0297038f0f0c6cf55972d84e1cbcd allow_unknown_shlibs=yes nodebug=yes restricted=yes @@ -23,7 +23,7 @@ restricted=yes #The programs themselves are PIE, but the error reporter isn't :/ nopie=yes -_disturl=http://wdl1.pcfg.cache.wpscdn.com/wpsdl/wpsoffice/download/linux/9662/ +_disturl=http://wdl1.pcfg.cache.wpscdn.com/wpsdl/wpsoffice/download/linux/9711/ _distTar="${pkgname}-${version}.XA-1.x86_64.rpm" distfiles="${_disturl}/${_distTar}" @@ -44,8 +44,11 @@ post_install() { rm -rf ${DESTDIR}/opt/kingsoft/wps-office/INSTALL # Install license - vlicense ${DESTDIR}/opt/kingsoft/wps-office/office6/mui/default/EULA_linux.txt + vlicense ${DESTDIR}/opt/kingsoft/wps-office/office6/mui/default/EULA_linux.html # Install privacy notice as documentation - vdoc ${DESTDIR}/opt/kingsoft/wps-office/office6/mui/default/Privacy_Linux.txt + vdoc ${DESTDIR}/opt/kingsoft/wps-office/office6/mui/default/Privacy_Linux.html + + # Install third-party licenses + vlicense ${DESTDIR}/opt/kingsoft/wps-office/office6/thirdpartylegalnotices.txt }