summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorKnut Ahlers2021-07-18 14:09:02 +0200
committerKnut Ahlers2021-07-18 14:12:37 +0200
commit42147b970a5252ca69ffc1e95b7fb9dcb540fabc (patch)
tree2d917288881f179fd65b8975e4587234cbdcee48 /PKGBUILD
parent710114824f61f1468346d7de4072dc041fac8177 (diff)
downloadaur-42147b970a5252ca69ffc1e95b7fb9dcb540fabc.tar.gz
Adjust depends / optdepends to more closely resemble chromium
Signed-off-by: Knut Ahlers <knut@ahlers.me>
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD14
1 files changed, 10 insertions, 4 deletions
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