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