summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorfelics@felics-tablet2017-02-01 15:17:05 +0100
committerfelics@felics-tablet2017-02-01 15:17:05 +0100
commit56750255120a1dc29a140bf0db47ebf6f6d8c7a9 (patch)
tree27470620b92f6e56aae35687849bd2ae833b353a
parent2f04965d62466e50a94d781d86e07e5b7d5481e5 (diff)
downloadaur-palemoon-26.tar.gz
.
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
-rw-r--r--mozconfig.in7
3 files changed, 10 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 915deec71f22..d04a77dd127f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = palemoon-26
pkgdesc = Pale Moon web browser, old version 26 (still with the jetpack SDK addon technology, but not maintained anymore). Unofficial New Moon-branding.
pkgver = 26.5.0
- pkgrel = 2
+ pkgrel = 3
url = http://www.palemoon.org/
arch = i686
arch = x86_64
@@ -28,13 +28,11 @@ pkgbase = palemoon-26
optdepends = gst-libav: h.264 support
optdepends = gst-plugins-good: h.264 support
provides = palemoon=26.5.0
- provides = newmoon=26.5.0
conflicts = palemoon
- conflicts = newmoon
source = git+https://github.com/MoonchildProductions/Pale-Moon#tag=26.5.0_Release
source = mozconfig.in
sha256sums = SKIP
- sha256sums = 2f5b82b4257af9e7d77fbde1af406bf6cc9861fb3195161c2a9bba74c255e91b
+ sha256sums = 808a602d5504cb68fac706644ac01b09d8236ec7793ea81dbd453b9eb1afec32
pkgname = palemoon-26
diff --git a/PKGBUILD b/PKGBUILD
index e660e94a833b..fe09faaff46c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@
_pkgname=palemoon
pkgname="${_pkgname}-26"
pkgver=26.5.0
-pkgrel=2
+pkgrel=3
pkgdesc="Pale Moon web browser, old version 26 (still with the jetpack SDK addon technology, but not maintained anymore). Unofficial New Moon-branding."
arch=(
'i686'
@@ -16,11 +16,9 @@ arch=(
url="http://www.palemoon.org/"
provides=(
"${_pkgname}=${pkgver}"
- "newmoon=${pkgver}"
)
conflicts=(
"${_pkgname}"
- "newmoon"
)
license=(
'MPL'
@@ -58,7 +56,7 @@ source=(
)
sha256sums=(
'SKIP'
- '2f5b82b4257af9e7d77fbde1af406bf6cc9861fb3195161c2a9bba74c255e91b'
+ '808a602d5504cb68fac706644ac01b09d8236ec7793ea81dbd453b9eb1afec32'
)
prepare() {
diff --git a/mozconfig.in b/mozconfig.in
index 52bd91ef0f08..6bdb9b270b25 100644
--- a/mozconfig.in
+++ b/mozconfig.in
@@ -1,3 +1,8 @@
+# The following help information is taken from https://books.google.de/books?id=eZQY4MCdjfoC&pg=PA339&lpg=PA339&dq=%22MOZILLA_OFFICIAL%22&source=bl&ots=ihhgFFyy1i&sig=N4XAXk8zgELVywQcYqK5D4b5oSM&hl=en&sa=X&ved=0ahUKEwjxyZG3hu_RAhUCNxQKHd1_BdIQ6AEINDAJ#v=onepage&q=%22MOZILLA_OFFICIAL%22&f=false
+# This can be put into mozconfig:
+# Common environment flags as noted in mozilla/config/config.mk,
+# configure options as printed out by mozilla/configure --help.
+
ac_add_options --disable-official-branding
ac_add_options --with-branding=browser/branding/unofficial
export MOZILLA_OFFICIAL=1
@@ -19,7 +24,7 @@ ac_add_options --disable-jemalloc
ac_add_options --with-pthreads
ac_add_options --enable-strip
-ac_add_options --enable-optimize="-O3 -msse2 -mfpmath=sse"
+ac_add_options --enable-optimize="-O2 -msse2 -mfpmath=sse"
ac_add_options --x-libraries=/usr/lib