Merge pull request #6450 from the-maldridge/wps-update

wps-office: add update file and template cleanup
This commit is contained in:
Toyam Cox 2017-05-21 22:19:06 -04:00 committed by GitHub
commit eca1ddb267
2 changed files with 2 additions and 6 deletions

View file

@ -55,10 +55,4 @@ do_install() {
rm ${DESTDIR}/opt/kingsoft/wps-office/README.txt
rm -rf ${DESTDIR}/opt/kingsoft/wps-office/font*
rm ${DESTDIR}/opt/kingsoft/wps-office/install_fonts
rm -rf ${DESTDIR}/usr/include
rm -rf ${DESTDIR}/usr/share/man
rm -rf ${DESTDIR}/usr/lib/pkgconfig
rm -rf ${DESTDIR}/usr/bin/libpng*
rm -f ${DESTDIR}/usr/lib/*.so
rm -f ${DESTDIR}/usr/lib/*.a
}

View file

@ -0,0 +1,2 @@
site=http://wps-community.org/downloads
pattern='wps-office_\K[\d.]+(?=.*_x86.tar.xz)'