diff options
author | khronosschoty <khronosschoty@utmail.net> | 2016-12-11 06:42:29 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-12-11 06:42:29 +0700 |
commit | 16c3002dc72822c69280ff54741bc0d0ed640214 (patch) | |
tree | 5e3b9ff0125513922b3fb19c2f7cb6103106cc5d | |
parent | 8442e27074678595ec26fe79a67ca55cfd0c3ddf (diff) |
network/PaleMoon: Update DEP and script.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r-- | network/PaleMoon/PaleMoon.SlackBuild | 4 | ||||
-rw-r--r-- | network/PaleMoon/PaleMoon.info | 2 | ||||
-rw-r--r-- | network/PaleMoon/README | 10 |
3 files changed, 11 insertions, 5 deletions
diff --git a/network/PaleMoon/PaleMoon.SlackBuild b/network/PaleMoon/PaleMoon.SlackBuild index 51b97bc529f8..61c741fd5ca5 100644 --- a/network/PaleMoon/PaleMoon.SlackBuild +++ b/network/PaleMoon/PaleMoon.SlackBuild @@ -63,7 +63,7 @@ fi rm -rf $PKG $TMP/pmbuild $TMP/gold mkdir -p $TMP $PKG $OUTPUT $TMP/pmbuild $TMP/gold -DEBUG=" --enable-strip --disable-debug --disable-debug-symbols " +DEBUG=" --enable-strip --disable-debug --disable-debug-symbols --enable-release" if [ "${ENABLE_DEBUG:-no}" = "yes" ]; then DEBUG=" --disable-strip --disable-install-strip --enable-debug --enable-debug-symbols " # On IA32, use gold since GNU ld runs out of memory linking libxul.so @@ -155,12 +155,14 @@ fi OPTIONS="\ --enable-official-branding \ --enable-application=browser \ + --enable-default-toolkit=cairo-gtk2 \ --disable-installer \ --disable-updater \ --disable-tests \ --disable-mochitests \ --enable-jemalloc \ --with-pthreads \ + --enable-gstreamer \ $DEVTOOLS \ $DEBUG \ --x-libraries=/usr/lib${LIBDIRSUFFIX} \ diff --git a/network/PaleMoon/PaleMoon.info b/network/PaleMoon/PaleMoon.info index 38b66ac8ed0d..ebdae14a7b5a 100644 --- a/network/PaleMoon/PaleMoon.info +++ b/network/PaleMoon/PaleMoon.info @@ -9,6 +9,6 @@ MD5SUM="c7076e0d1483786b1525f174e82bdace \ d6cdb231911a8d0b08a25b8dd8c5935c" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="" +REQUIRES="gst-libav" MAINTAINER="khronosschoty" EMAIL="khronosschoty@utmail.net" diff --git a/network/PaleMoon/README b/network/PaleMoon/README index efd712ab1597..eb36d303fdcf 100644 --- a/network/PaleMoon/README +++ b/network/PaleMoon/README @@ -14,15 +14,19 @@ collection of extensions and themes to make the browser truly your own. ------------------------------------------------------------------------- -This package may conlict with the binary repackage that can also be -found here at SBo under the name palemoon. +This package may conflict with a SlackBuild known, here at SBo, as +"palemoon"; which repackages binaries offically released by the Pale Moon +devs. This SlackBuild attempts to, compile, build, and package, Pale Moon, +Slackware style, in a manner that conforms to official Pale Moon Linux +releases; while, at the same time, providing useful and easy ways to deviate +if desired. See http://docs.slackware.com/howtos:software:palemoon for additional tips and help resources. A native fork of FireFox's developer tools exists as an external add-on or internally. Pale Moon by default ships with the developer tools internally; -if desired, use DEVTOOLS=no ./PaleMoon.SlackBuild to build Pale Moon without +if desired, do DEVTOOLS=no ./PaleMoon.SlackBuild to build Pale Moon without them. If your processor doesn't support sse2 instructions or you get segfaults, |