mirror of
https://aur.archlinux.org/brave-bin.git
synced 2025-12-11 03:14:01 +01:00
Move libgnome-keyring to optdepend; remove gconf as dep
This commit is contained in:
3
.SRCINFO
3
.SRCINFO
@@ -6,14 +6,13 @@ pkgbase = brave-bin
|
|||||||
arch = x86_64
|
arch = x86_64
|
||||||
license = custom
|
license = custom
|
||||||
depends = gtk3
|
depends = gtk3
|
||||||
depends = gconf
|
|
||||||
depends = nss
|
depends = nss
|
||||||
depends = alsa-lib
|
depends = alsa-lib
|
||||||
depends = libxss
|
depends = libxss
|
||||||
depends = libgnome-keyring
|
|
||||||
depends = ttf-font
|
depends = ttf-font
|
||||||
optdepends = cups: Printer support
|
optdepends = cups: Printer support
|
||||||
optdepends = pepper-flash: Adobe Flash support
|
optdepends = pepper-flash: Adobe Flash support
|
||||||
|
optdepends = libgnome-keyring: Enable GNOME keyring support
|
||||||
provides = brave-bin
|
provides = brave-bin
|
||||||
provides = brave-browser
|
provides = brave-browser
|
||||||
conflicts = brave-bin
|
conflicts = brave-bin
|
||||||
|
|||||||
5
PKGBUILD
5
PKGBUILD
@@ -13,9 +13,10 @@ pkgdesc='Web browser that blocks ads and trackers by default (binary release).'
|
|||||||
arch=('x86_64')
|
arch=('x86_64')
|
||||||
url='https://brave.com/download'
|
url='https://brave.com/download'
|
||||||
license=('custom')
|
license=('custom')
|
||||||
depends=('gtk3' 'gconf' 'nss' 'alsa-lib' 'libxss' 'libgnome-keyring' 'ttf-font')
|
depends=('gtk3' 'nss' 'alsa-lib' 'libxss' 'ttf-font')
|
||||||
optdepends=('cups: Printer support'
|
optdepends=('cups: Printer support'
|
||||||
'pepper-flash: Adobe Flash support')
|
'pepper-flash: Adobe Flash support'
|
||||||
|
'libgnome-keyring: Enable GNOME keyring support')
|
||||||
provides=("${pkgname-bin}" 'brave-browser')
|
provides=("${pkgname-bin}" 'brave-browser')
|
||||||
conflicts=("${pkgname-bin}")
|
conflicts=("${pkgname-bin}")
|
||||||
source=("$pkgname-$pkgver.zip::https://github.com/brave/brave-browser/releases/download/v${pkgver}/brave-v${pkgver}-linux-x64.zip"
|
source=("$pkgname-$pkgver.zip::https://github.com/brave/brave-browser/releases/download/v${pkgver}/brave-v${pkgver}-linux-x64.zip"
|
||||||
|
|||||||
Reference in New Issue
Block a user