summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
-rw-r--r--mozconfig.in9
3 files changed, 4 insertions, 13 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bd7b5b482a4d..f6ef5109c992 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = palemoon
pkgdesc = Open source web browser based on Firefox focusing on efficiency.
pkgver = 26.3.3
- pkgrel = 2
+ pkgrel = 3
url = http://www.palemoon.org/
arch = i686
arch = x86_64
@@ -42,7 +42,7 @@ pkgbase = palemoon
source = git+https://github.com/MoonchildProductions/Pale-Moon#tag=26.3.3_Release
source = mozconfig.in
md5sums = SKIP
- md5sums = f678e46b4607052eada69385ae34254f
+ md5sums = 73451aa200f650fba08e936b2052a7ce
pkgname = palemoon
diff --git a/PKGBUILD b/PKGBUILD
index 699aa0a65600..9f8eddf7f38f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
# Contributor: American_Jesus
pkgname=palemoon
pkgver=26.3.3
-pkgrel=2
+pkgrel=3
pkgdesc="Open source web browser based on Firefox focusing on efficiency."
arch=('i686' 'x86_64')
url="http://www.palemoon.org/"
@@ -20,7 +20,7 @@ optdepends=('libpulse: PulseAudio audio driver'
source=(git+"https://github.com/MoonchildProductions/Pale-Moon#tag=${pkgver}_Release"
mozconfig.in)
md5sums=('SKIP'
- 'f678e46b4607052eada69385ae34254f')
+ '73451aa200f650fba08e936b2052a7ce')
prepare() {
sed 's#%SRCDIR%#'"$srcdir"'#g' mozconfig.in > mozconfig
diff --git a/mozconfig.in b/mozconfig.in
index b7486ad223d5..79f4c5fddc7f 100644
--- a/mozconfig.in
+++ b/mozconfig.in
@@ -13,25 +13,17 @@ mk_add_options MOZ_CO_PROJECT=browser
mk_add_options MOZ_OBJDIR=%SRCDIR%/pmbuild
# disable junk
-ac_add_options --disable-b2g-bt
-ac_add_options --disable-b2g-camera
-ac_add_options --disable-b2g-ril
ac_add_options --disable-accessibility
ac_add_options --disable-codesighs
-ac_add_options --disable-crashreporter
ac_add_options --disable-gamepad
ac_add_options --disable-installer
ac_add_options --disable-logging
-ac_add_options --disable-mobile-optimize
-ac_add_options --disable-metro
-ac_add_options --disable-maintenance-service
ac_add_options --disable-necko-wifi
ac_add_options --disable-parental-controls
ac_add_options --disable-safe-browsing
ac_add_options --disable-updater
ac_add_options --disable-webrtc
ac_add_options --disable-websms-backend
-ac_add_options --disable-windows-mobile-components
ac_add_options --disable-valgrind
# disable tests, debug
@@ -51,7 +43,6 @@ ac_add_options --enable-jemalloc-lib
# use system libs
ac_add_options --x-libraries=/usr/lib
-ac_add_options --with-system-nspr
ac_add_options --with-system-jpeg
ac_add_options --with-system-zlib
ac_add_options --with-system-bz2