summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorneeshy2019-05-11 02:38:12 -0400
committerneeshy2019-05-11 02:38:12 -0400
commit2ab7b4896b683e4bd91403459a1bc04948d80b1e (patch)
tree317d67bffb1b0c65918cf46fdd381e6fd97bac7a
parent0e2cc4d6cfda84e137bff99ef9cb4e4d75824da3 (diff)
downloadaur-2ab7b4896b683e4bd91403459a1bc04948d80b1e.tar.gz
basilisk: disable startup-notification
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD8
2 files changed, 4 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a41482a5cd52..bd11a2b59679 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -16,7 +16,6 @@ pkgbase = basilisk
makedepends = autoconf2.13
depends = gtk2
depends = libxt
- depends = startup-notification
depends = mime-types
depends = alsa-lib
depends = ffmpeg
diff --git a/PKGBUILD b/PKGBUILD
index d4034684bd32..aa9319e277f4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,9 +5,9 @@ pkgdesc="Standalone web browser forked from mozilla.org, UXP version"
arch=(x86_64)
license=(MPL GPL LGPL)
url="https://www.basilisk-browser.org"
-depends=(gtk2 libxt startup-notification mime-types alsa-lib ffmpeg
- libvpx libevent nspr nss hunspell hyphen sqlite ttf-font icu
- libpng libjpeg bzip2 zlib libffi cairo pixman sqlite)
+depends=(gtk2 libxt mime-types alsa-lib ffmpeg libvpx libevent
+ nspr nss hunspell hyphen sqlite ttf-font icu libpng libjpeg
+ bzip2 zlib libffi cairo pixman sqlite)
makedepends=(unzip zip python2 yasm mesa gconf autoconf2.13)
optdepends=('libnotify: Notification integration')
options=(!emptydirs)
@@ -40,10 +40,10 @@ ac_add_options --with-pthreads
ac_add_options --enable-default-toolkit=cairo-gtk2
ac_add_options --enable-alsa
-ac_add_options --enable-startup-notification
ac_add_options --disable-pulseaudio
ac_add_options --disable-dbus
+ac_add_options --disable-startup-notification
ac_add_options --with-system-ffi
ac_add_options --with-system-bz2