mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-21 19:42:24 +01:00
network/PaleMoon: Update DEP and script.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
8442e27074
commit
16c3002dc7
3 changed files with 11 additions and 5 deletions
|
@ -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} \
|
||||
|
|
|
@ -9,6 +9,6 @@ MD5SUM="c7076e0d1483786b1525f174e82bdace \
|
|||
d6cdb231911a8d0b08a25b8dd8c5935c"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
REQUIRES="gst-libav"
|
||||
MAINTAINER="khronosschoty"
|
||||
EMAIL="khronosschoty@utmail.net"
|
||||
|
|
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue