summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2019-12-12 20:40:32 -0800
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2019-12-12 20:40:32 -0800
commit9512e8fdb35f960e0ac7efd4faa311f46cc975fc (patch)
tree66446e6ab4018fe7d07d5884f4b0f973d9084989
parentUpdated to 28.7.2 (diff)
downloadpalemoon-9512e8fdb35f960e0ac7efd4faa311f46cc975fc.tar.xz
Updated to 28.8.0
Disable now-broken system libevent support
-rw-r--r--PKGBUILD10
-rw-r--r--mozconfig.in2
-rw-r--r--system-libs.patch4
3 files changed, 8 insertions, 8 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 69abf77..0e9b861 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@
# AUR version does not use system libs
pkgname=palemoon
-pkgver=28.7.2
+pkgver=28.8.0
pkgrel=1
pkgdesc="Open source web browser based on Firefox focusing on efficiency."
arch=(x86_64 i686)
@@ -17,7 +17,7 @@ license=(MPL GPL LGPL)
url="https://www.palemoon.org/"
depends=(gtk2 desktop-file-utils libxt startup-notification mime-types dbus-glib
libpulse alsa-lib
- bzip2 libffi hunspell icu libjpeg-turbo libevent libvpx nspr nss pixman libpng sqlite zlib)
+ bzip2 libffi hunspell icu libjpeg-turbo libvpx nspr nss pixman libpng sqlite zlib)
makedepends=(unzip zip python2 yasm
jack
autoconf2.13)
@@ -28,9 +28,9 @@ optdepends=('ffmpeg: various video and audio support'
source=(palemoon-${pkgver}.tar.gz::https://github.com/MoonchildProductions/UXP/archive/PM${pkgver}_Release.tar.gz
mozconfig.in
system-libs.patch)
-sha256sums=('3db00c75a8b3383656d6f3624c2ad532d7396371d9e254276c4528d03459d5db'
- '195907ec47d0d5c41783fdb59084d723131a65bc49e79a7b2ac8cfd5ed33a340'
- '20a037116f85737849b663c61b55fdc7120f83e960ba5b416d70a910de0e9443')
+sha256sums=('c13050113a0a61f0ffb9e98e465caa1fe69464003cae2cf616a5334ae572756d'
+ 'dcd039664112761b4a57ea3ecd9509a44df4f567a0354da1b09343d76e4a0ffb'
+ 'a54a84bd9341921f60f4e3c8f4b5e623969320e1720ff90618634424e7387dad')
prepare() {
sed 's#%SRCDIR%#'"${srcdir}"'#g' mozconfig.in > mozconfig
diff --git a/mozconfig.in b/mozconfig.in
index 6010f78..31cf0b6 100644
--- a/mozconfig.in
+++ b/mozconfig.in
@@ -25,7 +25,7 @@ ac_add_options --with-system-ffi
ac_add_options --enable-system-hunspell
ac_add_options --with-system-icu
ac_add_options --with-system-jpeg
-ac_add_options --with-system-libevent
+#ac_add_options --with-system-libevent
ac_add_options --with-system-libvpx
ac_add_options --with-system-nspr
ac_add_options --with-system-nss
diff --git a/system-libs.patch b/system-libs.patch
index 3662177..3d7a462 100644
--- a/system-libs.patch
+++ b/system-libs.patch
@@ -1,10 +1,10 @@
--- a/old-configure.in
+++ b/old-configure.in
-@@ -2047,3 +2047,0 @@
+@@ -2055,3 +2055,0 @@
-if test -n "$_USE_SYSTEM_NSS"; then
- AC_MSG_ERROR([Building with system NSS is currently not supported.])
-fi
-@@ -5503,31 +5503,0 @@
+@@ -5616,31 +5616,0 @@
-dnl ========================================================
-dnl Directive 4
-dnl ========================================================