summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--PKGBUILD14
-rw-r--r--mozconfig.in15
2 files changed, 19 insertions, 10 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b362023..7e23ce2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,8 +11,8 @@
pkgname=palemoon
_repo=Pale-Moon
_exname=UXP
-pkgver=28.10.0
-_uxpver=20200603
+pkgver=28.11.0
+_uxpver=20200712
pkgrel=1
pkgdesc="Open source web browser based on Firefox focusing on efficiency."
arch=(x86_64 i686)
@@ -35,9 +35,9 @@ source=($pkgname-$pkgver.tar.gz::https://github.com/MoonchildProductions/$_repo/
$_exname-$_uxpver.tar.gz::https://github.com/MoonchildProductions/$_exname/archive/RELBASE_${_uxpver}.tar.gz
mozconfig.in
system-libs.patch)
-b2sums=('bf35b0c3c05c48fcf63037c952b3f744664393ad7f8e43bbefa922d079528bce15d5239d3cf5c64b516aaa7684235fd28057dc2a1d19d0bdea858feb8571181c'
- '036f5511d325471ca6270f3d79779db1c9253ae3d990ec660653fc36d38cfcc36f769fd5891a1a5b5009922de6ed94fe31cd6c8d970a60edeaf4034c2a981b15'
- '0d326b954b98503f8cf9c9289d93fef4feb0d76eeb44cfb5df61b4193fdcaf4112c67c4dccb41a874954c52ef5fd56528bed448611f0e9ac12ecbd955784b0b6'
+b2sums=('37743952ce0c3e6c0f68212379e1850bd54d0442711602d5e97a254a0642aede5d3fccebd453dcd1f00c0df886a7a18833f771f0c111a63e942d3c96747188a9'
+ 'aacf6df84953a0b5f0a298fd9c1a8ee0624ccd419e0fa532b45a97aebff12eaf1f95c0f96d48e3c969a5f13a5feee04f3c8d9acf1be45193ff0651d46c83d00b'
+ '993848b335a2c2c6f81d8f598848b40ba10ba3d684ec6d15b78cd2ed1ee98323ae0804442601ae05b0ede112ad22c672381468c677c1dbce345e8d5448ce64fc'
'47cc9da19cb7003ea896e8d1f3f77197548cf917c943ec1bd8526daaf6212d2c2c90bc417df156ee571c9ca052749a6a3a13f8acc150f1983a8bf0f8f1ebe2de')
validpgpkeys=('3059E09144F56804F0FBF4E126B40624BDBFD9F3')
@@ -58,8 +58,8 @@ build() {
export MOZBUILD_STATE_PATH="${srcdir}/mozbuild"
export MOZCONFIG="${srcdir}/mozconfig"
- export CFLAGS="$CFLAGS -O3 -fstack-protector-all -flto=1 -fPIC"
- export CXXFLAGS="$CXXFLAGS -O3 -fstack-protector-all -flto=1 -fPIC"
+ export CFLAGS="$CFLAGS -O3 -fstack-protector-all -flto=4 -fPIC"
+ export CXXFLAGS="$CXXFLAGS -O3 -fstack-protector-all -flto=4 -fPIC"
./mach build
}
diff --git a/mozconfig.in b/mozconfig.in
index 9c3d110..83c773b 100644
--- a/mozconfig.in
+++ b/mozconfig.in
@@ -4,7 +4,7 @@ ac_add_options --enable-application=palemoon
# Compiler and Linker
#ac_add_options --enable-release
-ac_add_options --enable-optimize="-O3 -Wno-format-overflow"
+ac_add_options --enable-optimize="-O3"
ac_add_options --disable-elf-hack
#ac_add_options --enable-strip
#ac_add_options --enable-install-strip
@@ -20,18 +20,26 @@ export MOZILLA_OFFICIAL=1
# System libraries
ac_add_options --with-system-bz2
+# # system cairo causes many websites to crash palemoon
#ac_add_options --enable-system-cairo
ac_add_options --with-system-ffi
ac_add_options --enable-system-hunspell
+# # system icu support removed
#ac_add_options --with-system-icu
ac_add_options --with-system-jpeg
+# # system libevent support removed
#ac_add_options --with-system-libevent
+# # system libvpx support removed
#ac_add_options --with-system-libvpx
+# # system nspr support removed
#ac_add_options --with-system-nspr
+# # system nss support removed
#ac_add_options --with-system-nss
ac_add_options --enable-system-pixman
+# # system png support removed
#ac_add_options --with-system-png
ac_add_options --with-pthreads
+# # system sqlite support removed
#ac_add_options --enable-system-sqlite
ac_add_options --with-system-zlib
ac_add_options --x-libraries=/usr/lib
@@ -63,10 +71,11 @@ ac_add_options --disable-synth-speechd
ac_add_options --disable-tests
ac_add_options --disable-updater
ac_add_options --disable-webrtc
-#ac_add_options --disable-webspeech
+ac_add_options --disable-webspeech
+# # --disable-webspeechtestbackend support removed
#ac_add_options --disable-webspeechtestbackend
-mk_add_options MOZ_MAKE_FLAGS="-j4"
+mk_add_options MOZ_MAKE_FLAGS="-j8"
# Use python2
mk_add_options PYTHON=/usr/bin/python2