summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorUniversebenzene2019-09-22 15:44:35 +0800
committerUniversebenzene2019-09-22 15:44:35 +0800
commitcf53de0eb787a6469d73e40a5f0679dc6b2a01b3 (patch)
treeb69f845a98a75608ebfcab3b57fa5c1a172e2a89
parent6c3a59c3e44f84b8daaa17e8fc648fad326b4c90 (diff)
downloadaur-cf53de0eb787a6469d73e40a5f0679dc6b2a01b3.tar.gz
Add optdepends
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fc496996aed0..73a7265f44d5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = wps-office
pkgdesc = Kingsoft Office (WPS Office) is an office productivity suite
pkgver = 11.1.0.8865
- pkgrel = 2
+ pkgrel = 3
url = http://wps-community.org/
install = wps-office.install
arch = x86_64
@@ -24,6 +24,7 @@ pkgbase = wps-office
optdepends = pango: for complex (right-to-left) text support
optdepends = curl: An URL retrieval utility and library
optdepends = ttf-wps-fonts: Symbol fonts required by wps-office
+ optdepends = ttf-ms-fonts: Microsft Fonts recommended for wps-office
optdepends = wps-office-fonts: FZ TTF fonts provided by wps community
conflicts = kingsoft-office
options = !emptydirs
diff --git a/PKGBUILD b/PKGBUILD
index 644cddf8a435..7e8e7a8a10ac 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@
pkgname=wps-office
pkgver=11.1.0.8865
#_pkgver=8372
-pkgrel=2
+pkgrel=3
#_pkgrel=1
pkgdesc="Kingsoft Office (WPS Office) is an office productivity suite"
arch=('x86_64')
@@ -19,6 +19,7 @@ optdepends=('cups: for printing support'
'pango: for complex (right-to-left) text support'
'curl: An URL retrieval utility and library'
'ttf-wps-fonts: Symbol fonts required by wps-office'
+ 'ttf-ms-fonts: Microsft Fonts recommended for wps-office'
'wps-office-fonts: FZ TTF fonts provided by wps community')
conflicts=('kingsoft-office')
options=('!emptydirs')