Condense & Fix deps

This commit is contained in:
Det 2017-02-02 15:37:20 +02:00
parent 329f763b40
commit 4c5ad43b7b
2 changed files with 11 additions and 21 deletions

View File

@ -1,3 +1,5 @@
# Generated by mksrcinfo v8
# Thu Feb 2 13:37:20 UTC 2017
pkgbase = google-chrome-beta
pkgdesc = An attempt at creating a safer, faster, and more stable browser (Beta Channel)
pkgver = 56.0.2924.76
@ -7,26 +9,15 @@ pkgbase = google-chrome-beta
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)
provides = google-chrome
options = !emptydirs
options = !strip

View File

@ -11,11 +11,11 @@ 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' '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)')
provides=('google-chrome')
options=('!emptydirs' '!strip')
install=$pkgname.install
@ -54,4 +54,3 @@ package() {
rm -r "$pkgdir"/etc/cron.daily/ "$pkgdir"/opt/google/chrome-$_channel/cron/
rm "$pkgdir"/opt/google/chrome-$_channel/product_logo_*.png
}