wps-office: update to 11.1.0.10161.
This commit is contained in:
parent
1102afd3b6
commit
895a1c1756
@ -1,29 +1,29 @@
|
|||||||
# Template file for 'wps-office'
|
# Template file for 'wps-office'
|
||||||
pkgname=wps-office
|
pkgname=wps-office
|
||||||
version=11.1.0.9719
|
version=11.1.0.10161
|
||||||
revision=1
|
revision=1
|
||||||
archs="x86_64"
|
archs="x86_64"
|
||||||
create_wrksrc=yes
|
create_wrksrc=yes
|
||||||
makedepends="rpmextract"
|
makedepends="rpmextract"
|
||||||
short_desc="Linux office suite with similar appearance to MS Office"
|
short_desc="Linux office suite with similar appearance to MS Office"
|
||||||
maintainer="Michael Aldridge <maldridge@voidlinux.org>"
|
maintainer="Michael Aldridge <maldridge@voidlinux.org>"
|
||||||
#The old Kingsoft WPS Community License has disappeared from the
|
# The old Kingsoft WPS Community License has disappeared from the
|
||||||
#site. There is an EULA in the archive which is instaled as license
|
# 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:
|
# 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.9719
|
# https://www.wps.com/eula?distsrc=2021help&lang=en_US&version=11.1.0.10161
|
||||||
license="custom:EULA"
|
license="custom:EULA"
|
||||||
homepage="http://wps-community.org"
|
homepage="http://wps-community.org"
|
||||||
changelog="http://linux.wps.com/wpslinuxlog.html"
|
changelog="http://linux.wps.com/wpslinuxlog.html"
|
||||||
checksum=6f3f1d2aa1f98aff397eac9b2d819d094dfc297b7340e20a70c5740eb6ea79f2
|
checksum=d8d16c3eea4bb902c12a79866072754ee460adba16fcc79a1f52eae011cf462d
|
||||||
allow_unknown_shlibs=yes
|
allow_unknown_shlibs=yes
|
||||||
nodebug=yes
|
nodebug=yes
|
||||||
restricted=yes
|
restricted=yes
|
||||||
|
|
||||||
|
|
||||||
#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/9719/
|
_disturl=http://wdl1.pcfg.cache.wpscdn.com/wpsdl/wpsoffice/download/linux/10161/
|
||||||
_distTar="${pkgname}-${version}.XA-1.x86_64.rpm"
|
_distTar="${pkgname}-${version}.XA-1.x86_64.rpm"
|
||||||
distfiles="${_disturl}/${_distTar}"
|
distfiles="${_disturl}/${_distTar}"
|
||||||
|
|
||||||
@ -34,13 +34,13 @@ do_install() {
|
|||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
|
|
||||||
#Clean up:
|
# Clean up:
|
||||||
#Delete everything under /etc. It contains cron, logrotate and autostart
|
# Delete everything under /etc. It contains cron, logrotate and autostart
|
||||||
# configuration for the update check and a seperate menu category for the
|
# configuration for the update check and a seperate menu category for the
|
||||||
# wps programs that does not work.
|
# wps programs that does not work.
|
||||||
rm -rf ${DESTDIR}/etc
|
rm -rf ${DESTDIR}/etc
|
||||||
|
|
||||||
#Delete postinst and prerm scripts
|
# Delete postinst and prerm scripts
|
||||||
rm -rf ${DESTDIR}/opt/kingsoft/wps-office/INSTALL
|
rm -rf ${DESTDIR}/opt/kingsoft/wps-office/INSTALL
|
||||||
|
|
||||||
# Install license
|
# Install license
|
||||||
|
Loading…
x
Reference in New Issue
Block a user