mirror of
https://github.com/luzifer-aur/google-chrome-beta.git
synced 2024-11-09 22:20:01 +00:00
optdep: xdg-utils
This commit is contained in:
parent
1203f25f19
commit
ed2f757fbd
2 changed files with 3 additions and 1 deletions
1
.SRCINFO
1
.SRCINFO
|
@ -16,6 +16,7 @@ pkgbase = google-chrome-beta
|
||||||
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 = ttf-liberation: fix fonts for some PDFs (CRBug #369991)
|
optdepends = ttf-liberation: fix fonts for some PDFs (CRBug #369991)
|
||||||
|
optdepends = xdg-utils
|
||||||
provides = google-chrome
|
provides = google-chrome
|
||||||
options = !emptydirs
|
options = !emptydirs
|
||||||
options = !strip
|
options = !strip
|
||||||
|
|
3
PKGBUILD
3
PKGBUILD
|
@ -15,7 +15,8 @@ depends=('alsa-lib' 'gconf' 'gtk2' 'libxss' 'libxtst' 'nss')
|
||||||
optdepends=('kdialog: needed for file dialogs in KDE'
|
optdepends=('kdialog: needed 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'
|
||||||
'ttf-liberation: fix fonts for some PDFs (CRBug #369991)')
|
'ttf-liberation: fix fonts for some PDFs (CRBug #369991)'
|
||||||
|
'xdg-utils')
|
||||||
provides=('google-chrome')
|
provides=('google-chrome')
|
||||||
options=('!emptydirs' '!strip')
|
options=('!emptydirs' '!strip')
|
||||||
install=$pkgname.install
|
install=$pkgname.install
|
||||||
|
|
Loading…
Reference in a new issue