print optdep

This commit is contained in:
Det 2017-10-07 15:59:33 +03:00
parent 3fa2db8e3a
commit adf6fc9e23
2 changed files with 6 additions and 4 deletions

View File

@ -13,10 +13,11 @@ pkgbase = google-chrome
depends = libxss
depends = libxtst
depends = nss
optdepends = kdialog: needed for file dialogs in KDE
optdepends = kdialog: for file dialogs in KDE
optdepends = gnome-keyring: for storing passwords in GNOME keyring
optdepends = kwallet: for storing passwords in KWallet
optdepends = libunity: download progress on KDE
optdepends = gtk3-print-backends: for printing
optdepends = libunity: for download progress on KDE
optdepends = ttf-liberation: fix fonts for some PDFs (CRBug #369991)
optdepends = xdg-utils
options = !emptydirs

View File

@ -12,10 +12,11 @@ arch=('x86_64')
url="https://www.google.com/chrome"
license=('custom:chrome')
depends=('alsa-lib' 'gconf' 'gtk3' 'libcups' 'libxss' 'libxtst' 'nss')
optdepends=('kdialog: needed for file dialogs in KDE'
optdepends=('kdialog: for file dialogs in KDE'
'gnome-keyring: for storing passwords in GNOME keyring'
'kwallet: for storing passwords in KWallet'
'libunity: download progress on KDE'
'gtk3-print-backends: for printing'
'libunity: for download progress on KDE'
'ttf-liberation: fix fonts for some PDFs (CRBug #369991)'
'xdg-utils')
options=('!emptydirs' '!strip')