diff --git a/srcpkgs/wps-office/template b/srcpkgs/wps-office/template index 0f0d223fa812b3..c42a94cc7bf6fd 100644 --- a/srcpkgs/wps-office/template +++ b/srcpkgs/wps-office/template @@ -1,7 +1,7 @@ # Template file for 'wps-office' pkgname=wps-office -version=11.1.0.10920 -revision=2 +version=11.1.0.11711 +revision=1 archs="x86_64" short_desc="Linux office suite with similar appearance to MS Office" maintainer="mobinmob " @@ -12,8 +12,8 @@ maintainer="mobinmob " license="custom:EULA" homepage="http://wps-community.org" changelog="https://www.wps.com/whatsnew/linux/" -checksum=e252ac96473291df1e9dbeff2d1aedd1299f5ef411fa012ad617cfcd47dc3462 -# allow_unknown_shlibs=yes +checksum=119a643c42d4b2fdc8e377f1a7625c31820ff11488c20b67a94c8ac662541d1a +allow_unknown_shlibs=yes nodebug=yes nostrip=yes restricted=yes @@ -24,7 +24,7 @@ repository=nonfree # The programs themselves are PIE, but the error reporter isn't :/ nopie=yes -_disturl=http://wdl1.pcfg.cache.wpscdn.com/wpsdl/wpsoffice/download/linux/10920 +_disturl=http://wdl1.pcfg.cache.wpscdn.com/wpsdl/wpsoffice/download/linux/${version##*.} _distTar="${pkgname}-${version}.XA-1.x86_64.rpm" distfiles="${_disturl}/${_distTar}" @@ -57,4 +57,8 @@ post_install() { rm -f ${DESTDIR}/opt/kingsoft/wps-office/office6/librpc{et,wps,wpp}api.so # systemd rm -f ${DESTDIR}/opt/kingsoft/wps-office/office6/libdbus-1.so* + + # stdlibc++ + rm -f ${DESTDIR}/opt/kingsoft/wps-office/office6/libstdc++.so.6 + rm -f ${DESTDIR}/opt/kingsoft/wps-office/office6/libstdc++.so.6.0.28 }