mirror of
https://github.com/luzifer-aur/google-chrome.git
synced 2024-11-09 11:30:04 +00:00
Drop unneeded gconf
This commit is contained in:
parent
1b4f2dde8d
commit
f73a35a852
2 changed files with 1 additions and 2 deletions
1
.SRCINFO
1
.SRCINFO
|
@ -7,7 +7,6 @@ pkgbase = google-chrome
|
||||||
arch = x86_64
|
arch = x86_64
|
||||||
license = custom:chrome
|
license = custom:chrome
|
||||||
depends = alsa-lib
|
depends = alsa-lib
|
||||||
depends = gconf
|
|
||||||
depends = gtk3
|
depends = gtk3
|
||||||
depends = libcups
|
depends = libcups
|
||||||
depends = libxss
|
depends = libxss
|
||||||
|
|
2
PKGBUILD
2
PKGBUILD
|
@ -11,7 +11,7 @@ pkgdesc="The popular and trusted web browser by Google (Stable Channel)"
|
||||||
arch=('x86_64')
|
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' 'gtk3' 'libcups' 'libxss' 'libxtst' 'nss')
|
||||||
optdepends=('kdialog: 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'
|
||||||
|
|
Loading…
Reference in a new issue