summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author khronosschoty2017-11-28 23:46:43 +0100
committer Willy Sudiarto Raharjo2017-12-02 00:31:03 +0100
commit8ef3d705116196150aa252d5c8a6a773b99f3b04 (patch)
tree260cd02da128c11497464c9516fb33ecb700cd87
parentc125cd1689ff624a635cf974ab318d4700146de9 (diff)
downloadslackbuilds-8ef3d705116196150aa252d5c8a6a773b99f3b04.tar.gz
network/PaleMoon: Updated for version 27.6.2.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
-rw-r--r--network/PaleMoon/PaleMoon.SlackBuild17
-rw-r--r--network/PaleMoon/PaleMoon.info6
2 files changed, 18 insertions, 5 deletions
diff --git a/network/PaleMoon/PaleMoon.SlackBuild b/network/PaleMoon/PaleMoon.SlackBuild
index 7810bc0636..0570a0f06d 100644
--- a/network/PaleMoon/PaleMoon.SlackBuild
+++ b/network/PaleMoon/PaleMoon.SlackBuild
@@ -25,7 +25,7 @@
# Modified by SlackBuilds.org
PRGNAM=PaleMoon
-VERSION=${VERSION:-27.6.1}
+VERSION=${VERSION:-27.6.2}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -60,6 +60,19 @@ else
LIBDIRSUFFIX=""
fi
+# The default is to build with official branding. This SlackBuild is used to
+# produce officially approved third party "contributed builds" of Pale Moon.
+# This SlackBuild can also be used to produce unapproved packages -- which
+# requires the use of the "new moon", or if applicable, "unstable" branding.
+# In general, the "unstable" branding is intended for those building from the
+# master trunck of the Pale Moon github repository.
+BRANDING=${BRANDING:---enable-official-branding}
+if [ "$BRANDING" = "NewMoon" ]; then
+ BRANDING="--disable-official-branding --with-branding=browser/branding/unofficial"
+elif [ "$BRANDING" = "unstable" ]; then
+ BRANDING="--disable-official-branding --with-branding=browser/branding/unstable"
+fi
+
# Set the compiler that will be used. The ideal compiler for
# PaleMoon is most likely gcc-4.9.4.
#
@@ -179,7 +192,7 @@ fi
# Please see https://www.palemoon.org/redist.shtml for restrictions when using the official branding.
# Our building options, in a configure-like display ;)
OPTIONS="\
- --enable-official-branding \
+ ${BRANDING} \
--enable-application=browser \
--enable-default-toolkit=cairo-gtk2 \
--disable-installer \
diff --git a/network/PaleMoon/PaleMoon.info b/network/PaleMoon/PaleMoon.info
index 758f792c96..e2d3f12392 100644
--- a/network/PaleMoon/PaleMoon.info
+++ b/network/PaleMoon/PaleMoon.info
@@ -1,10 +1,10 @@
PRGNAM="PaleMoon"
-VERSION="27.6.1"
+VERSION="27.6.2"
HOMEPAGE="http://www.palemoon.org/"
-DOWNLOAD="https://github.com/MoonchildProductions/Pale-Moon/archive/27.6.1_Release/Pale-Moon-27.6.1_Release.tar.gz \
+DOWNLOAD="https://github.com/MoonchildProductions/Pale-Moon/archive/27.6.2_Release/Pale-Moon-27.6.2_Release.tar.gz \
http://ponce.cc/slackware/sources/repo/autoconf-2.13.tar.xz \
http://ponce.cc/slackware/sources/repo/autoconf-2.13-consolidated_fixes-1.patch.gz"
-MD5SUM="07d249e88ad8b26541001070081033ba \
+MD5SUM="efe659ea567cba140389a9e2f540641a \
f2994d302cf736e7e71974edfa51da3c \
d6cdb231911a8d0b08a25b8dd8c5935c"
DOWNLOAD_x86_64=""