From 66ae59e79fc142cd2a65e7e9b313f651d56a414c Mon Sep 17 00:00:00 2001 From: Det Date: Thu, 2 Feb 2017 15:37:16 +0200 Subject: [PATCH] Condense & Fix deps --- .SRCINFO | 21 ++++++--------------- PKGBUILD | 10 +++++----- 2 files changed, 11 insertions(+), 20 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index d434e64..5fcde46 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,3 +1,5 @@ +# Generated by mksrcinfo v8 +# Thu Feb 2 13:37:16 UTC 2017 pkgbase = google-chrome pkgdesc = An attempt at creating a safer, faster, and more stable browser (Stable Channel) pkgver = 56.0.2924.87 @@ -7,26 +9,15 @@ pkgbase = google-chrome arch = x86_64 license = custom:chrome depends = alsa-lib - depends = desktop-file-utils - depends = flac depends = gconf - depends = gnome-themes-standard depends = gtk2 - depends = harfbuzz - depends = harfbuzz-icu - depends = hicolor-icon-theme - depends = icu - depends = libpng depends = libxss depends = libxtst depends = nss - depends = opus - depends = snappy - depends = speech-dispatcher - depends = ttf-font - depends = xdg-utils - optdepends = kdebase-kdialog: needed for file dialogs in KDE - optdepends = ttf-liberation: fix fonts for some PDFs + optdepends = kdialog:: needed for file dialogs in KDE + optdepends = gnome-keyring: for storing passwords in GNOME keyring + optdepends = kwallet: for storing passwords in KWallet + optdepends = ttf-liberation: fix fonts for some PDFs (CRBug #369991) options = !emptydirs options = !strip source = google-chrome-stable_56.0.2924.87_amd64.deb::https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb diff --git a/PKGBUILD b/PKGBUILD index 17998d9..76e14a2 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -11,11 +11,11 @@ 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' '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') +depends=('alsa-lib' 'gconf' 'gtk2' 'libxss' 'libxtst' 'nss') +optdepends=('kdialog:: needed for file dialogs in KDE' + 'gnome-keyring: for storing passwords in GNOME keyring' + 'kwallet: for storing passwords in KWallet' + 'ttf-liberation: fix fonts for some PDFs (CRBug #369991)') options=('!emptydirs' '!strip') install=$pkgname.install _channel=stable