summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDet2016-07-31 20:22:54 +0300
committerDet2016-07-31 20:22:54 +0300
commit3e5a2c35115ee4138e9e94aaa81be65bf6b32afc (patch)
tree8f28ff87d17e082d8f338d3499807d44229703f4
parentba2840f9abdc5e90554d7eae1be17d474f70c223 (diff)
downloadaur-3e5a2c35115ee4138e9e94aaa81be65bf6b32afc.tar.gz
Depend on: extra/gnome-themes-standard
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD5
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 922e89701653..dbca768d5cc8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -10,6 +10,7 @@ pkgbase = google-chrome-dev
depends = desktop-file-utils
depends = flac
depends = gconf
+ depends = gnome-themes-standard
depends = gtk2
depends = harfbuzz
depends = harfbuzz-icu
diff --git a/PKGBUILD b/PKGBUILD
index ccf9dc65cb86..3ab393e1cf75 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,8 +11,9 @@ pkgdesc="An attempt at creating a safer, faster, and more stable browser (Dev Ch
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')