summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--PKGBUILD8
-rw-r--r--system-libs.patch4
2 files changed, 8 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 90430ea..178fff0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@
# AUR version does not use system libs
pkgname=palemoon
-pkgver=28.5.2
+pkgver=28.6.0
pkgrel=1
pkgdesc="Open source web browser based on Firefox focusing on efficiency."
arch=(x86_64 i686)
@@ -29,9 +29,9 @@ source=(palemoon-$pkgver.tar.gz::https://github.com/MoonchildProductions/UXP/arc
mozconfig.in
system-libs.patch
gcc9-fix.patch)
-sha256sums=('2858f86fbd6512e4b1862e3364701b445eaf60f46d05d775610ee2c6fecbdfd8'
+sha256sums=('6a6e96c81d4688c07d78b6f3d3644a92bff28c325e7265cef225a452ba8ea86c'
'8f9e65d75852c2ded9efd64c3fa0d7ae49b2091ab10b35e1b330931a49348ae4'
- 'ddd6e39161b789c3dab7e963d5f837b5a72155c59f88abc66dce5fe9d5d0a2e9'
+ '20a037116f85737849b663c61b55fdc7120f83e960ba5b416d70a910de0e9443'
'93415726a738fadc2c45c2579b0286085e5c532239130331ee164bc69ef79304')
prepare() {
@@ -47,11 +47,11 @@ build() {
rm build/directive4.py
# patch to allow compilation on gcc9
+ # https://forum.palemoon.org/viewtopic.php?f=37&t=21745#p166549
patch -Np1 -i ../gcc9-fix.patch
export MOZBUILD_STATE_PATH="$srcdir/mozbuild"
export MOZCONFIG="$srcdir/mozconfig"
- export CPPFLAGS="$CPPFLAGS -O2"
python2 mach build
}
diff --git a/system-libs.patch b/system-libs.patch
index 4c7ed24..3662177 100644
--- a/system-libs.patch
+++ b/system-libs.patch
@@ -1,5 +1,9 @@
--- a/old-configure.in
+++ b/old-configure.in
+@@ -2047,3 +2047,0 @@
+-if test -n "$_USE_SYSTEM_NSS"; then
+- AC_MSG_ERROR([Building with system NSS is currently not supported.])
+-fi
@@ -5503,31 +5503,0 @@
-dnl ========================================================
-dnl Directive 4