summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author khronosschoty2016-12-03 13:42:23 +0100
committer David Spencer2016-12-04 20:28:52 +0100
commit53c682d45b5b327d4c2c6142180e581ea93ab07a (patch)
tree572192e0d5dbecf4eee1629ee8725970dd2f8b09
parent6c75763ddad747955d1ff879abac08f1f1934f72 (diff)
downloadslackbuilds-53c682d45b5b327d4c2c6142180e581ea93ab07a.tar.gz
network/PaleMoon: Updated for version 27.0.2.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
-rw-r--r--network/PaleMoon/PaleMoon.SlackBuild7
-rw-r--r--network/PaleMoon/PaleMoon.info6
-rw-r--r--network/PaleMoon/README15
3 files changed, 17 insertions, 11 deletions
diff --git a/network/PaleMoon/PaleMoon.SlackBuild b/network/PaleMoon/PaleMoon.SlackBuild
index 6d9c13486a..4a76d4258e 100644
--- a/network/PaleMoon/PaleMoon.SlackBuild
+++ b/network/PaleMoon/PaleMoon.SlackBuild
@@ -25,7 +25,7 @@
# Modified by SlackBuilds.org
PRGNAM=PaleMoon
-VERSION=${VERSION:-27.0.1}
+VERSION=${VERSION:-27.0.2}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -120,7 +120,7 @@ PATH=$TMP/autoconf-tmp/usr/bin:$PATH
cd $TMP
SRCNAM=Pale-Moon-${VERSION}_Release
rm -rf $SRCNAM
-tar xzvf $CWD/$SRCNAM.tar.gz
+tar xvf $CWD/$SRCNAM.tar.gz
cd $SRCNAM
chown -R root:root .
find -L . \
@@ -169,6 +169,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
diff --git a/network/PaleMoon/PaleMoon.info b/network/PaleMoon/PaleMoon.info
index 874ead0b2e..38b66ac8ed 100644
--- a/network/PaleMoon/PaleMoon.info
+++ b/network/PaleMoon/PaleMoon.info
@@ -1,10 +1,10 @@
PRGNAM="PaleMoon"
-VERSION="27.0.1"
+VERSION="27.0.2"
HOMEPAGE="http://www.palemoon.org/"
-DOWNLOAD="https://github.com/MoonchildProductions/Pale-Moon/archive/27.0.1_Release/PaleMoon-27.0.1_Release.tar.gz \
+DOWNLOAD="https://github.com/MoonchildProductions/Pale-Moon/archive/27.0.2_Release/Pale-Moon-27.0.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="5df3c088e61a9686c96984a3773b381b \
+MD5SUM="c7076e0d1483786b1525f174e82bdace \
f2994d302cf736e7e71974edfa51da3c \
d6cdb231911a8d0b08a25b8dd8c5935c"
DOWNLOAD_x86_64=""
diff --git a/network/PaleMoon/README b/network/PaleMoon/README
index b053fb772c..b540cc229e 100644
--- a/network/PaleMoon/README
+++ b/network/PaleMoon/README
@@ -12,14 +12,17 @@ optimizations to improve the browser's speed*, resource use, stability
and user experience, while offering full customization and a growing
collection of extensions and themes to make the browser truly your own.
-If your processor doesn't support sse2 instructions or you get segfaults
+-------------------------------------------------------------------------
+
+This package may conlict with the binary repackage that can also be
+found here at SBo under the name palemoon.
+
+See http://docs.slackware.com/howtos:software:palemoon for additional
+tips and help resources.
+
+If your processor doesn't support sse2 instructions or you get segfaults,
try looking in the SlackBuild for the OPTIMIZE build option (eventually
refer to the palemoon developers for help).
To enable debug information, pass the script the parameter
ENABLE_DEBUG=yes
-
--------------------------------------------------------------------------
-
-Note: This package may conlict with the binary repackage that can also
-be found here at SBo under the name palemoon.