mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
parent
e8a8f69e4a
commit
023a7c7049
1 changed files with 9 additions and 5 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'wps-office'
|
# Template file for 'wps-office'
|
||||||
pkgname=wps-office
|
pkgname=wps-office
|
||||||
version=11.1.0.10920
|
version=11.1.0.11711
|
||||||
revision=2
|
revision=1
|
||||||
archs="x86_64"
|
archs="x86_64"
|
||||||
short_desc="Linux office suite with similar appearance to MS Office"
|
short_desc="Linux office suite with similar appearance to MS Office"
|
||||||
maintainer="mobinmob <mobinmob@disroot.org>"
|
maintainer="mobinmob <mobinmob@disroot.org>"
|
||||||
|
@ -12,8 +12,8 @@ maintainer="mobinmob <mobinmob@disroot.org>"
|
||||||
license="custom:EULA"
|
license="custom:EULA"
|
||||||
homepage="http://wps-community.org"
|
homepage="http://wps-community.org"
|
||||||
changelog="https://www.wps.com/whatsnew/linux/"
|
changelog="https://www.wps.com/whatsnew/linux/"
|
||||||
checksum=e252ac96473291df1e9dbeff2d1aedd1299f5ef411fa012ad617cfcd47dc3462
|
checksum=119a643c42d4b2fdc8e377f1a7625c31820ff11488c20b67a94c8ac662541d1a
|
||||||
# allow_unknown_shlibs=yes
|
allow_unknown_shlibs=yes
|
||||||
nodebug=yes
|
nodebug=yes
|
||||||
nostrip=yes
|
nostrip=yes
|
||||||
restricted=yes
|
restricted=yes
|
||||||
|
@ -24,7 +24,7 @@ repository=nonfree
|
||||||
# The programs themselves are PIE, but the error reporter isn't :/
|
# The programs themselves are PIE, but the error reporter isn't :/
|
||||||
nopie=yes
|
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"
|
_distTar="${pkgname}-${version}.XA-1.x86_64.rpm"
|
||||||
distfiles="${_disturl}/${_distTar}"
|
distfiles="${_disturl}/${_distTar}"
|
||||||
|
|
||||||
|
@ -57,4 +57,8 @@ post_install() {
|
||||||
rm -f ${DESTDIR}/opt/kingsoft/wps-office/office6/librpc{et,wps,wpp}api.so
|
rm -f ${DESTDIR}/opt/kingsoft/wps-office/office6/librpc{et,wps,wpp}api.so
|
||||||
# systemd
|
# systemd
|
||||||
rm -f ${DESTDIR}/opt/kingsoft/wps-office/office6/libdbus-1.so*
|
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
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue