Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

wps-office: Add xorg-mkfontdir dependence. #313

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 3 additions & 1 deletion wps-office/PKGBUILD
Expand Up @@ -9,7 +9,9 @@ pkgdesc="Kingsoft Office (WPS Office) is an office productivity suite"
arch=('i686' 'x86_64')
license=("custom")
url="http://wps-community.org/"
depends=('fontconfig' 'libpng12' 'glib2' 'libsm' 'libxext' 'libxrender' 'libxml2' 'desktop-file-utils' 'shared-mime-info' 'xdg-utils' 'glu')
depends=('fontconfig' 'libpng12' 'glib2' 'libsm' 'libxext' 'libxrender'
'libxml2' 'desktop-file-utils' 'shared-mime-info' 'xdg-utils' 'glu'
'xorg-mkfontdir')
optdepends=('cups: for printing support'
'pango: for complex (right-to-left) text support')
conflicts=('kingsoft-office')
Expand Down