diff options
author | khronosschoty <khronosschoty@posteo.org> | 2018-09-04 08:00:35 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-09-04 08:00:35 +0700 |
commit | 71d7516ad9422e75f2ad9f33171e32dbb79f85d0 (patch) | |
tree | 7743e454781b04e7d83db9af2791ff251249ea96 /network/palemoon | |
parent | a8ad06ad6cb08b0bb419cbbbc8b0a41552b45775 (diff) | |
download | slackbuilds-71d7516ad9422e75f2ad9f33171e32dbb79f85d0.tar.gz |
network/palemoon: Updated for version 28.0.1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network/palemoon')
-rw-r--r-- | network/palemoon/palemoon.SlackBuild | 17 | ||||
-rw-r--r-- | network/palemoon/palemoon.info | 6 |
2 files changed, 19 insertions, 4 deletions
diff --git a/network/palemoon/palemoon.SlackBuild b/network/palemoon/palemoon.SlackBuild index 081340f2f6..2e87653a67 100644 --- a/network/palemoon/palemoon.SlackBuild +++ b/network/palemoon/palemoon.SlackBuild @@ -26,7 +26,7 @@ # Special thanks to Ponce PRGNAM=palemoon -VERSION=${VERSION:-28.0.0} +VERSION=${VERSION:-28.0.1} SRCNAM=${SRCNAM:-UXP-PM${VERSION}_Release} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -65,6 +65,11 @@ else LIBDIRSUFFIX="" fi +# look into adding this as an option: +# elif [ "$ARCH" = "x86_64" ]; then +# SLKCFLAGS="-O2 -D_FORTIFY_SOURCE=2 -fstack-protector --param ssp-buffer-size=4 -fPIE -pie -Wl,-z,relro,-z,now -mindirect-branch=th + + # 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 @@ -167,6 +172,16 @@ export MOZ_REQUIRE_SIGNING= export MOZ_TELEMETRY_REPORTING= export PYTHON=/usr/bin/python2 + +# Dev tools are enabled by default in the official binaries, so we should do the same here; +# passing DEVTOOLS=no to the script, however, will disable them. +if [ "$DEVTOOLS" = "no" ]; then + DEVTOOLS="--disable-devtools" +else + DEVTOOLS="--enable-devtools" +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="\ diff --git a/network/palemoon/palemoon.info b/network/palemoon/palemoon.info index 1e8f9c81aa..a2e46a725b 100644 --- a/network/palemoon/palemoon.info +++ b/network/palemoon/palemoon.info @@ -1,9 +1,9 @@ PRGNAM="palemoon" -VERSION="28.0.0" +VERSION="28.0.1" HOMEPAGE="http://www.palemoon.org/" -DOWNLOAD="https://github.com/MoonchildProductions/UXP/archive/PM28.0.0_Release/UXP-PM28.0.0_Release.tar.gz \ +DOWNLOAD="https://github.com/MoonchildProductions/UXP/archive/PM28.0.1_Release/UXP-PM28.0.1_Release.tar.gz \ http://ponce.cc/slackware/sources/repo/autoconf-2.13.tar.xz" -MD5SUM="962a423e7e66833caa46bed50e8fd70f \ +MD5SUM="509712e359bd63b928dcdfbab5472ff4 \ f2994d302cf736e7e71974edfa51da3c" DOWNLOAD_x86_64="" MD5SUM_x86_64="" |