diff options
author | B. Watson <yalhcru@gmail.com> | 2020-10-11 18:16:48 -0400 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-10-17 09:37:09 +0700 |
commit | ee2fc017edc8bc9c5c14ffcb9c2f6a47ac20b77c (patch) | |
tree | 7ee01f5bbbf5f0aa9f0d43aef05c35e47585af74 /network | |
parent | 118f9d3c261b74b16833fd8738b81b713ce2ba7e (diff) | |
download | slackbuilds-ee2fc017edc8bc9c5c14ffcb9c2f6a47ac20b77c.tar.gz |
network/palemoon: Fix README, info.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network')
-rw-r--r-- | network/palemoon/README | 43 | ||||
-rw-r--r-- | network/palemoon/palemoon.info | 2 |
2 files changed, 23 insertions, 22 deletions
diff --git a/network/palemoon/README b/network/palemoon/README index 72c8031fec..9eeeaa2327 100644 --- a/network/palemoon/README +++ b/network/palemoon/README @@ -11,40 +11,41 @@ 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. This SlackBuild may conflict with the alternative -SlackBuild known, here at SBo, as "palemoon-bin"; which repackages binaries -offically released by the Pale Moon devs. +SlackBuild known, here at SBo, as "palemoon-bin"; which repackages +binaries offically released by the Pale Moon devs. ----------------------------------------------------------------------------- +------------------------------------------------------------------------ -See http://docs.slackware.com/howtos:software:palemoon for additional tips and -help resources. +See http://docs.slackware.com/howtos:software:palemoon for additional +tips and help resources. -Using the Oxygen theme is known to cause Pale Moon to crash; if you are -experiencing crashes, and segfaults, make sure you are not using this theme; -or use Alienbob's patched oxygen-gtk2; which will fix this issue. -http://www.slackware.com/~alien/slackbuilds/oxygen-gtk2/build/ +Using the Oxygen theme is known to cause Pale Moon to crash; if you +are experiencing crashes, and segfaults, make sure you are not using +this theme; or use Alienbob's patched oxygen-gtk2; which will fix this +issue. http://www.slackware.com/~alien/slackbuilds/oxygen-gtk2/build/ See the help doc link above for other creative tips and workarounds. -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 this is undesirable, dev tools can be disabled by passing the script the -parameter: +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 this is undesirable, dev tools can be disabled by +passing the script the parameter: DEVTOOLS=no ./palemoon.SlackBuild -Pale Moon's default is to build, ship, and use its own internal dictionary; -if desired, however, do USE_SYSTEM_HUNSPELL=yes ./palemoon.SlackBuild, to -use the Slackware system Hunspell instead. This assumes you have dictionaries -such as hunspell-en or hunspell-es installed in /usr/share/hunspell -- the -location that a few SlackBuilds at SBo install them. +Pale Moon's default is to build, ship, and use its own internal +dictionary; if desired, however, do USE_SYSTEM_HUNSPELL=yes +./palemoon.SlackBuild, to use the Slackware system Hunspell +instead. This assumes you have dictionaries such as hunspell-en or +hunspell-es installed in /usr/share/hunspell -- the location that a +few SlackBuilds at SBo install them. To remove the "AdNauseam" extension from the Pale Moon blocklist, do ADNAUSEAM=unblock ./palemoon.SlackBuild -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 Pale Moon developers for help). +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 Pale Moon developers for help). jack-audio-connection-kit is an optional dependency and, if detected, automatically built. If this is undesirable you can blacklist jack, by diff --git a/network/palemoon/palemoon.info b/network/palemoon/palemoon.info index dc89f4e695..8d24f87d8f 100644 --- a/network/palemoon/palemoon.info +++ b/network/palemoon/palemoon.info @@ -1,7 +1,7 @@ PRGNAM="palemoon" VERSION="28.10.0" HOMEPAGE="http://www.palemoon.org/" -DOWNLOAD="https://github.com/MoonchildProductions/Pale-Moon/archive/28.10.0_Release/Pale-Moon-28.10.0_Release.tar.gz +DOWNLOAD="https://github.com/MoonchildProductions/Pale-Moon/archive/28.10.0_Release/Pale-Moon-28.10.0_Release.tar.gz \ https://github.com/MoonchildProductions/UXP/archive/RELBASE_20200603/UXP-RELBASE_20200603.tar.gz \ http://ponce.cc/slackware/sources/repo/autoconf-2.13.tar.xz" MD5SUM="602745f4703f835ff617e3ecfc2226e4 \ |