summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD7
2 files changed, 6 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b16f4e36e7a6..986853389dd0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = wps-office-cn
pkgdesc = Kingsoft Office (WPS Office) CN version - an office productivity suite
pkgver = 11.1.0.11664
- pkgrel = 4
+ pkgrel = 5
url = https://linux.wps.cn
arch = x86_64
arch = aarch64
@@ -29,10 +29,10 @@ pkgname = wps-office-cn
depends = hicolor-icon-theme
depends = libxss
depends = sqlite
- depends = libtiff5
depends = libtool
depends = libxslt
depends = qt5-base
+ optdepends = libtiff5: Provide libtiff.so.5 for wpspdf working
optdepends = cups: for printing support
optdepends = libjpeg-turbo: JPEG image codec support
optdepends = pango: for complex (right-to-left) text support
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'