summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD14
2 files changed, 12 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c88c1d50f3e5..d16d6d81f298 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -12,13 +12,12 @@ pkgbase = google-chrome
depends = libxss
depends = libxtst
depends = nss
+ depends = ttf-liberation
+ depends = xdg-utils
optdepends = pipewire: WebRTC desktop sharing under Wayland
optdepends = kdialog: for file dialogs in KDE
optdepends = gnome-keyring: for storing passwords in GNOME keyring
optdepends = kwallet: for storing passwords in KWallet
- optdepends = libunity: for download progress on KDE
- optdepends = ttf-liberation: fix fonts for some PDFs - CRBug #369991
- optdepends = xdg-utils
options = !emptydirs
options = !strip
source = https://dl.google.com/linux/chrome/deb/pool/main/g/google-chrome-stable/google-chrome-stable_91.0.4472.164-1_amd64.deb
diff --git a/PKGBUILD b/PKGBUILD
index 285874c7daef..98b7fe143659 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,15 +12,21 @@ pkgdesc="The popular and trusted web browser by Google (Stable Channel)"
arch=('x86_64')
url="https://www.google.com/chrome"
license=('custom:chrome')
-depends=('alsa-lib' 'gtk3' 'libcups' 'libxss' 'libxtst' 'nss')
+depends=(
+ 'alsa-lib'
+ 'gtk3'
+ 'libcups'
+ 'libxss'
+ 'libxtst'
+ 'nss'
+ 'ttf-liberation'
+ 'xdg-utils'
+)
optdepends=(
'pipewire: WebRTC desktop sharing under Wayland'
'kdialog: for file dialogs in KDE'
'gnome-keyring: for storing passwords in GNOME keyring'
'kwallet: for storing passwords in KWallet'
- 'libunity: for download progress on KDE'
- 'ttf-liberation: fix fonts for some PDFs - CRBug #369991'
- 'xdg-utils'
)
options=('!emptydirs' '!strip')
install=$pkgname.install