wps-office: update to 11.1.0.11711.

Close: #47971
This commit is contained in:
mobinmob 2023-12-29 17:48:22 +02:00 committed by Đoàn Trần Công Danh
parent e8a8f69e4a
commit 023a7c7049

View File

@ -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 <mobinmob@disroot.org>"
@ -12,8 +12,8 @@ maintainer="mobinmob <mobinmob@disroot.org>"
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
}