network/PaleMoon: Updated for version 26.5.0.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
khronosschoty 2016-09-29 20:45:02 +07:00 committed by Willy Sudiarto Raharjo
parent 46150f0ac8
commit ac17296b4e
No known key found for this signature in database
GPG Key ID: 887B8374D7333381
2 changed files with 7 additions and 4 deletions

View File

@ -25,7 +25,7 @@
# Modified by SlackBuilds.org
PRGNAM=PaleMoon
VERSION=${VERSION:-26.4.1}
VERSION=${VERSION:-26.5.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -170,6 +170,9 @@ echo "mk_add_options MOZ_OBJDIR=$TMP/pmbuild" >> .mozconfig
for option in $OPTIONS; do echo "ac_add_options $option" >> .mozconfig; done
echo "ac_add_options --enable-optimize=\"$OPTIMIZE\"" >> .mozconfig
if ! pkg-config --exists libpulse; then
echo "ac_add_options --disable-pulseaudio" >> .mozconfig; fi
python2 mach build || echo "Next =>"
python2 mach build

View File

@ -1,10 +1,10 @@
PRGNAM="PaleMoon"
VERSION="26.4.1"
VERSION="26.5.0"
HOMEPAGE="http://www.palemoon.org/"
DOWNLOAD="https://github.com/MoonchildProductions/Pale-Moon/archive/26.4.1_Release.tar.gz \
DOWNLOAD="https://github.com/MoonchildProductions/Pale-Moon/archive/26.5.0_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="67430d206d21d5a80d26eff43a9defde \
MD5SUM="d7578845894fb58470b54d569615d32f \
f2994d302cf736e7e71974edfa51da3c \
d6cdb231911a8d0b08a25b8dd8c5935c"
DOWNLOAD_x86_64=""