diff --git a/.SRCINFO b/.SRCINFO index f5ad2d4..d3b3f28 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -10,6 +10,7 @@ pkgbase = google-chrome-beta 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 b5db32c..9ff5732 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -11,8 +11,9 @@ pkgdesc="An attempt at creating a safer, faster, and more stable browser (Beta C 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')