diff options
-rw-r--r-- | network/PaleMoon/PaleMoon.SlackBuild | 7 | ||||
-rw-r--r-- | network/PaleMoon/PaleMoon.info | 6 | ||||
-rw-r--r-- | network/PaleMoon/README | 15 |
3 files changed, 17 insertions, 11 deletions
diff --git a/network/PaleMoon/PaleMoon.SlackBuild b/network/PaleMoon/PaleMoon.SlackBuild index 6d9c13486a83..4a76d4258e71 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 874ead0b2e19..38b66ac8ed0d 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 b053fb772cac..b540cc229e75 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. |