Condense & Fix deps

This commit is contained in:
Det 2017-02-02 15:37:27 +02:00
parent 3951c01752
commit 3546950199
2 changed files with 11 additions and 21 deletions

View file

@ -1,3 +1,5 @@
# Generated by mksrcinfo v8
# Thu Feb 2 13:37:27 UTC 2017
pkgbase = google-chrome-dev pkgbase = google-chrome-dev
pkgdesc = An attempt at creating a safer, faster, and more stable browser (Dev Channel) pkgdesc = An attempt at creating a safer, faster, and more stable browser (Dev Channel)
pkgver = 57.0.2987.19 pkgver = 57.0.2987.19
@ -7,26 +9,15 @@ pkgbase = google-chrome-dev
arch = x86_64 arch = x86_64
license = custom:chrome license = custom:chrome
depends = alsa-lib depends = alsa-lib
depends = desktop-file-utils
depends = flac
depends = gconf depends = gconf
depends = gnome-themes-standard
depends = gtk2 depends = gtk2
depends = harfbuzz
depends = harfbuzz-icu
depends = hicolor-icon-theme
depends = icu
depends = libpng
depends = libxss depends = libxss
depends = libxtst depends = libxtst
depends = nss depends = nss
depends = opus optdepends = kdialog:: needed for file dialogs in KDE
depends = snappy optdepends = gnome-keyring: for storing passwords in GNOME keyring
depends = speech-dispatcher optdepends = kwallet: for storing passwords in KWallet
depends = ttf-font optdepends = ttf-liberation: fix fonts for some PDFs (CRBug #369991)
depends = xdg-utils
optdepends = kdebase-kdialog: needed for file dialogs in KDE
optdepends = ttf-liberation: fix fonts for some PDFs
provides = google-chrome provides = google-chrome
options = !emptydirs options = !emptydirs
options = !strip options = !strip

View file

@ -11,11 +11,11 @@ pkgdesc="An attempt at creating a safer, faster, and more stable browser (Dev Ch
arch=('x86_64') arch=('x86_64')
url="https://www.google.com/chrome" url="https://www.google.com/chrome"
license=('custom:chrome') license=('custom:chrome')
depends=('alsa-lib' 'desktop-file-utils' 'flac' 'gconf' 'gnome-themes-standard' 'gtk2' 'harfbuzz' 'harfbuzz-icu' depends=('alsa-lib' 'gconf' 'gtk2' 'libxss' 'libxtst' 'nss')
'hicolor-icon-theme' 'icu' 'libpng' 'libxss' 'libxtst' 'nss' 'opus' 'snappy' 'speech-dispatcher' optdepends=('kdialog:: needed for file dialogs in KDE'
'ttf-font' 'xdg-utils') 'gnome-keyring: for storing passwords in GNOME keyring'
optdepends=('kdebase-kdialog: needed for file dialogs in KDE' 'kwallet: for storing passwords in KWallet'
'ttf-liberation: fix fonts for some PDFs') 'ttf-liberation: fix fonts for some PDFs (CRBug #369991)')
provides=('google-chrome') provides=('google-chrome')
options=('!emptydirs' '!strip') options=('!emptydirs' '!strip')
install=$pkgname.install install=$pkgname.install
@ -58,4 +58,3 @@ package() {
rm -r "$pkgdir"/etc/cron.daily/ "$pkgdir"/opt/google/chrome-$_channel/cron/ rm -r "$pkgdir"/etc/cron.daily/ "$pkgdir"/opt/google/chrome-$_channel/cron/
rm "$pkgdir"/opt/google/chrome-$_channel/product_logo_*.png rm "$pkgdir"/opt/google/chrome-$_channel/product_logo_*.png
} }