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