summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBjörn Bidar2019-07-11 14:09:33 +0200
committerBjörn Bidar2019-07-11 14:09:33 +0200
commit8bc15f7911f8712cb0f090226bdaa8a708ab03c6 (patch)
treec3f314ecc28114bfa9399004fcf8b8d5c9ff74fb
parentc5b6a4061f4bd41c6f646e9d6c36f27d921d79d3 (diff)
downloadaur-8bc15f7911f8712cb0f090226bdaa8a708ab03c6.tar.gz
urel
- use system libevent and dependency
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD6
-rw-r--r--mozconfig1
3 files changed, 9 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 47ace4a704fb..382b6e3367a4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Wed Jul 10 16:56:52 UTC 2019
+# Thu Jul 11 08:02:01 UTC 2019
pkgbase = firefox-kde-opensuse
pkgdesc = Standalone web browser from mozilla.org with OpenSUSE patch, integrate better with KDE
pkgver = 68.0
- pkgrel = 1
+ pkgrel = 2
url = https://build.opensuse.org/package/show/mozilla:Factory/MozillaFirefox
arch = i686
arch = x86_64
@@ -55,6 +55,7 @@ pkgbase = firefox-kde-opensuse
depends = harfbuzz
depends = graphite
depends = libwebp
+ depends = libevent
optdepends = networkmanager: Location detection via available WiFi networks
optdepends = speech-dispatcher: Text-to-Speech
optdepends = pulseaudio: Audio support
@@ -80,7 +81,7 @@ pkgbase = firefox-kde-opensuse
source = pgo.patch
source = 7002_system_av1_support.patch
md5sums = SKIP
- md5sums = 0ffd8ac9de394285f53ad08c783d5b30
+ md5sums = f758e064e1463b90878790124f398197
md5sums = 14e0f6237a79b85e60256f4808163160
md5sums = 5cee310a9040ccc5abcf29742b84aeb8
md5sums = 05bb69d25fb3572c618e3adf1ee7b670
diff --git a/PKGBUILD b/PKGBUILD
index fb652baaed3e..28c09c078cb2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -20,7 +20,7 @@ _pgo=true
_pkgname=firefox
pkgname=$_pkgname-kde-opensuse
pkgver=68.0
-pkgrel=1
+pkgrel=2
pkgdesc="Standalone web browser from mozilla.org with OpenSUSE patch, integrate better with KDE"
arch=('i686' 'x86_64')
license=('MPL' 'GPL' 'LGPL')
@@ -37,6 +37,8 @@ depends=('mozilla-common' 'libxt' 'startup-notification' 'mime-types'
'graphite'
# system webp
'libwebp'
+ # system libevent
+ 'libevent'
)
makedepends=('unzip' 'zip' 'diffutils' 'python2-setuptools' 'yasm' 'mesa' 'imake'
@@ -215,7 +217,7 @@ END
ln -sf firefox "$pkgdir/usr/lib/firefox/firefox-bin"
}
md5sums=('SKIP'
- '0ffd8ac9de394285f53ad08c783d5b30'
+ 'f758e064e1463b90878790124f398197'
'14e0f6237a79b85e60256f4808163160'
'5cee310a9040ccc5abcf29742b84aeb8'
'05bb69d25fb3572c618e3adf1ee7b670'
diff --git a/mozconfig b/mozconfig
index 4d30cd465ea1..065643c756a5 100644
--- a/mozconfig
+++ b/mozconfig
@@ -28,6 +28,7 @@ ac_add_options --with-system-jpeg
ac_add_options --with-system-webp
ac_add_options --with-system-zlib
ac_add_options --with-system-bz2
+ac_add_options --with-system-libevent
#ac_add_options --with-system-libvpx
ac_add_options --with-system-harfbuzz
ac_add_options --with-system-graphite2