mirror of
https://github.com/luzifer-aur/google-chrome-beta.git
synced 2024-11-09 14:10:01 +00:00
Adjust depends / optdepends to more closely resemble chromium
Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
parent
0873bf13d3
commit
6ebf2023c7
2 changed files with 12 additions and 7 deletions
5
.SRCINFO
5
.SRCINFO
|
@ -12,13 +12,12 @@ pkgbase = google-chrome-beta
|
||||||
depends = libxss
|
depends = libxss
|
||||||
depends = libxtst
|
depends = libxtst
|
||||||
depends = nss
|
depends = nss
|
||||||
|
depends = ttf-liberation
|
||||||
|
depends = xdg-utils
|
||||||
optdepends = pipewire: WebRTC desktop sharing under Wayland
|
optdepends = pipewire: WebRTC desktop sharing under Wayland
|
||||||
optdepends = kdialog: for file dialogs in KDE
|
optdepends = kdialog: for file dialogs in KDE
|
||||||
optdepends = gnome-keyring: for storing passwords in GNOME keyring
|
optdepends = gnome-keyring: for storing passwords in GNOME keyring
|
||||||
optdepends = kwallet: for storing passwords in KWallet
|
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
|
|
||||||
provides = google-chrome
|
provides = google-chrome
|
||||||
options = !emptydirs
|
options = !emptydirs
|
||||||
options = !strip
|
options = !strip
|
||||||
|
|
14
PKGBUILD
14
PKGBUILD
|
@ -12,15 +12,21 @@ pkgdesc="The popular and trusted web browser by Google (Beta Channel)"
|
||||||
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' 'gtk3' 'libcups' 'libxss' 'libxtst' 'nss')
|
depends=(
|
||||||
|
'alsa-lib'
|
||||||
|
'gtk3'
|
||||||
|
'libcups'
|
||||||
|
'libxss'
|
||||||
|
'libxtst'
|
||||||
|
'nss'
|
||||||
|
'ttf-liberation'
|
||||||
|
'xdg-utils'
|
||||||
|
)
|
||||||
optdepends=(
|
optdepends=(
|
||||||
'pipewire: WebRTC desktop sharing under Wayland'
|
'pipewire: WebRTC desktop sharing under Wayland'
|
||||||
'kdialog: for file dialogs in KDE'
|
'kdialog: for file dialogs in KDE'
|
||||||
'gnome-keyring: for storing passwords in GNOME keyring'
|
'gnome-keyring: for storing passwords in GNOME keyring'
|
||||||
'kwallet: for storing passwords in KWallet'
|
'kwallet: for storing passwords in KWallet'
|
||||||
'libunity: for download progress on KDE'
|
|
||||||
'ttf-liberation: fix fonts for some PDFs - CRBug #369991'
|
|
||||||
'xdg-utils'
|
|
||||||
)
|
)
|
||||||
provides=('google-chrome')
|
provides=('google-chrome')
|
||||||
options=('!emptydirs' '!strip')
|
options=('!emptydirs' '!strip')
|
||||||
|
|
Loading…
Reference in a new issue