Skip to content

Commit

Permalink
wps-office: update to 11.1.0.11711.
Browse files Browse the repository at this point in the history
  • Loading branch information
mobinmob authored and sgn committed Jan 10, 2024
1 parent e8a8f69 commit 023a7c7
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions srcpkgs/wps-office/template
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>"
Expand All @@ -12,8 +12,8 @@ maintainer="mobinmob <[email protected]>"
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
Expand All @@ -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}"

Expand Down Expand Up @@ -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
}

0 comments on commit 023a7c7

Please sign in to comment.