mirror of
https://github.com/luzifer-aur/google-chrome.git
synced 2024-11-08 11:00:09 +00:00
print optdep
This commit is contained in:
parent
3fa2db8e3a
commit
adf6fc9e23
2 changed files with 6 additions and 4 deletions
5
.SRCINFO
5
.SRCINFO
|
@ -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
|
||||
|
|
5
PKGBUILD
5
PKGBUILD
|
@ -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')
|
||||
|
|
Loading…
Reference in a new issue