print optdep

This commit is contained in:
Det 2017-10-07 15:59:41 +03:00
parent e50af6023b
commit dfa9965026
2 changed files with 6 additions and 4 deletions

View File

@ -13,10 +13,11 @@ pkgbase = google-chrome-beta
depends = libxss depends = libxss
depends = libxtst depends = libxtst
depends = nss 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 = gnome-keyring: for storing passwords in GNOME keyring
optdepends = kwallet: for storing passwords in KWallet 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 = ttf-liberation: fix fonts for some PDFs (CRBug #369991)
optdepends = xdg-utils optdepends = xdg-utils
provides = google-chrome provides = google-chrome

View File

@ -12,10 +12,11 @@ arch=('x86_64')
url="https://www.google.com/chrome" url="https://www.google.com/chrome"
license=('custom:chrome') license=('custom:chrome')
depends=('alsa-lib' 'gconf' 'gtk3' 'libcups' 'libxss' 'libxtst' 'nss') 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' 'gnome-keyring: for storing passwords in GNOME keyring'
'kwallet: for storing passwords in KWallet' '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)' 'ttf-liberation: fix fonts for some PDFs (CRBug #369991)'
'xdg-utils') 'xdg-utils')
provides=('google-chrome') provides=('google-chrome')