Depend on: extra/gnome-themes-standard

This commit is contained in:
Det 2016-07-31 20:22:43 +03:00
parent b3d6113149
commit ad2dae115a
2 changed files with 4 additions and 2 deletions

View File

@ -10,6 +10,7 @@ pkgbase = google-chrome
depends = desktop-file-utils
depends = flac
depends = gconf
depends = gnome-themes-standard
depends = gtk2
depends = harfbuzz
depends = harfbuzz-icu

View File

@ -11,8 +11,9 @@ pkgdesc="An attempt at creating a safer, faster, and more stable browser (Stable
arch=('x86_64')
url="https://www.google.com/chrome"
license=('custom:chrome')
depends=('alsa-lib' 'desktop-file-utils' 'flac' 'gconf' 'gtk2' 'harfbuzz' 'harfbuzz-icu' 'hicolor-icon-theme'
'icu' 'libpng' 'libxss' 'libxtst' 'nss' 'opus' 'snappy' 'speech-dispatcher' 'ttf-font' 'xdg-utils')
depends=('alsa-lib' 'desktop-file-utils' 'flac' 'gconf' 'gnome-themes-standard' 'gtk2' 'harfbuzz' 'harfbuzz-icu'
'hicolor-icon-theme' 'icu' 'libpng' 'libxss' 'libxtst' 'nss' 'opus' 'snappy' 'speech-dispatcher'
'ttf-font' 'xdg-utils')
optdepends=('kdebase-kdialog: needed for file dialogs in KDE'
'ttf-liberation: fix fonts for some PDFs')
provides=('google-chrome' 'pepper-flash')