summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorUniversebenzene2019-09-12 12:04:34 +0800
committerUniversebenzene2019-09-12 12:04:34 +0800
commit6c3a59c3e44f84b8daaa17e8fc648fad326b4c90 (patch)
tree3c46e7ec44cd55f7e647d08df5a49de5d1d23263 /PKGBUILD
parent92eea0385390ab5532970af01cb87ecc872f49ab (diff)
downloadaur-6c3a59c3e44f84b8daaa17e8fc648fad326b4c90.tar.gz
Add math fonts
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 2 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 78c030885c5a..644cddf8a435 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@
pkgname=wps-office
pkgver=11.1.0.8865
#_pkgver=8372
-pkgrel=1
+pkgrel=2
#_pkgrel=1
pkgdesc="Kingsoft Office (WPS Office) is an office productivity suite"
arch=('x86_64')
@@ -82,8 +82,7 @@ package() {
cp -r mime/* "${pkgdir}/usr/share/mime"
# cp -r "$srcdir/usr/share" "${pkgdir}/usr/"
-# install -d "${pkgdir}/usr/share/fonts/wps-office"
-# cp -r fonts/* "${pkgdir}/usr/share/fonts/wps-office"
+ install -Dm644 -t "${pkgdir}/usr/share/fonts/wps-office" fonts/wps-office/*
install -Dm644 -t "${pkgdir}/etc/xdg/menus/applications-merged" "${srcdir}/etc/xdg/menus/applications-merged/wps-office.menu"
}