summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorUniversebenzene2023-01-08 09:58:28 +0800
committerUniversebenzene2023-01-08 09:58:28 +0800
commite760280f874261dff83852ae9253b78009e954da (patch)
treef9c680534e5c76cb743a7a02d3f125a85e6d8e98 /PKGBUILD
parent88da03e8ffef041a31b34f50952535666492dcb4 (diff)
downloadaur-e760280f874261dff83852ae9253b78009e954da.tar.gz
Move libtiff5 to optdepend
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 4 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 79cb9fdcebfc..d7976ebf461a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@
pkgbase=wps-office-cn
pkgname=('wps-office-cn' 'wps-office-mime-cn' 'wps-office-mui-zh-cn')
pkgver=11.1.0.11664
-pkgrel=4
+pkgrel=5
pkgdesc="Kingsoft Office (WPS Office) CN version - an office productivity suite"
arch=('x86_64' 'aarch64')
license=('custom')
@@ -41,8 +41,9 @@ prepare() {
}
package_wps-office-cn() {
- depends=('fontconfig' 'xorg-mkfontdir' 'libxrender' 'desktop-file-utils' 'shared-mime-info' 'xdg-utils' 'glu' 'openssl-1.1' 'sdl2' 'libpulse' 'hicolor-icon-theme' 'libxss' 'sqlite' 'libtiff5' 'libtool' 'libxslt' 'qt5-base')
- optdepends=('cups: for printing support'
+ depends=('fontconfig' 'xorg-mkfontdir' 'libxrender' 'desktop-file-utils' 'shared-mime-info' 'xdg-utils' 'glu' 'openssl-1.1' 'sdl2' 'libpulse' 'hicolor-icon-theme' 'libxss' 'sqlite' 'libtool' 'libxslt' 'qt5-base')
+ optdepends=('libtiff5: Provide libtiff.so.5 for wpspdf working'
+ 'cups: for printing support'
'libjpeg-turbo: JPEG image codec support'
'pango: for complex (right-to-left) text support'
'curl: An URL retrieval utility and library'