From ad2dae115a6d6bdca8cc9e3dd7816b9047d4a8cf Mon Sep 17 00:00:00 2001 From: Det Date: Sun, 31 Jul 2016 20:22:43 +0300 Subject: [PATCH] Depend on: extra/gnome-themes-standard --- .SRCINFO | 1 + PKGBUILD | 5 +++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index 2b449df..bcd8fc1 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -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 diff --git a/PKGBUILD b/PKGBUILD index ff769b6..cdb8130 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -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')