summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn Smith2020-04-12 17:56:47 -0400
committerJohn Smith2020-04-12 17:56:47 -0400
commit69522068b101e07e9988f32abe071d6616ff9114 (patch)
treeb1bd70b0071a61ae8fa98a180efc20130c98ddaa
parentc5428994e1ae4e32c605302bcb4e3c367e3ecc59 (diff)
downloadaur-69522068b101e07e9988f32abe071d6616ff9114.tar.gz
Forgot some depedencies, and disabled gconf
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD9
2 files changed, 15 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 93d20f6a86bb..a56e274d6de4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = serpent-browser
pkgdesc = Unbranded version of Basilisk web browser
pkgver = 2020.03.11
- pkgrel = 1
+ pkgrel = 2
url = https://www.basilisk-browser.org/
arch = x86_64
license = MPL
@@ -22,9 +22,17 @@ pkgbase = serpent-browser
depends = alsa-lib
depends = icu
depends = ttf-font
+ depends = dbus
+ depends = libpulse
optdepends = hunspell: spell checker and morphological analyzer
optdepends = hyphen: library for hyphenation and justification
optdepends = ffmpeg: record, convert, and stream audio and video
+ provides = basilisk
+ provides = basilisk-bin
+ conflicts = basilisk
+ conflicts = basilisk-bin
+ replaces = basilisk
+ replaces = basilisk-bin
options = !emptydirs
options = !makeflags
source = https://github.com/MoonchildProductions/Basilisk/archive/v2020.03.11.tar.gz
diff --git a/PKGBUILD b/PKGBUILD
index 7fc2d0f4ed55..a6c38e7c767e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,12 +4,15 @@
pkgname=serpent-browser
pkgver=2020.03.11
-pkgrel=1
+pkgrel=2
pkgdesc="Unbranded version of Basilisk web browser"
arch=('x86_64')
license=('MPL' 'GPL' 'LGPL')
url="https://www.basilisk-browser.org/"
-depends=('gtk2' 'gtk3' 'dbus-glib' 'libxt' 'mime-types' 'nss' 'alsa-lib' 'icu' 'ttf-font')
+conflicts=('basilisk' 'basilisk-bin')
+replaces=('basilisk' 'basilisk-bin')
+provides=('basilisk' 'basilisk-bin')
+depends=('gtk2' 'gtk3' 'dbus-glib' 'libxt' 'mime-types' 'nss' 'alsa-lib' 'icu' 'ttf-font' 'dbus' 'libpulse')
optdepends=('hunspell: spell checker and morphological analyzer'
'hyphen: library for hyphenation and justification'
'ffmpeg: record, convert, and stream audio and video')
@@ -46,7 +49,7 @@ ac_add_options --enable-av1
ac_add_options --enable-eme
ac_add_options --enable-official-vendor
ac_add_options --enable-optimize="-O2 -msse2 -mfpmath=sse"
-
+ac_add_options --disable-gconf
ac_add_options --disable-debug-symbols
ac_add_options --disable-tests
ac_add_options --prefix=/usr