diff options
Diffstat (limited to 'network/PaleMoon')
-rw-r--r-- | network/PaleMoon/PaleMoon.SlackBuild | 17 | ||||
-rw-r--r-- | network/PaleMoon/PaleMoon.info | 6 |
2 files changed, 18 insertions, 5 deletions
diff --git a/network/PaleMoon/PaleMoon.SlackBuild b/network/PaleMoon/PaleMoon.SlackBuild index 7810bc063692..0570a0f06d54 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 758f792c969f..e2d3f1239253 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="" |