diff options
author | melikamp <melikamp@melikamp.net> | 2015-10-17 07:56:42 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-10-17 07:57:41 +0700 |
commit | 6415606cf04f076338e1ff0a2cb23ec3457b784b (patch) | |
tree | ff27438a7b2f8c8b3f438643d5e87a5188b00e12 /network/icecat/icecat.SlackBuild | |
parent | d54f216832e082bc234c03e9483983f02209ba7f (diff) | |
download | slackbuilds-6415606cf04f076338e1ff0a2cb23ec3457b784b.tar.gz |
network/icecat: Updated for version 38.3.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network/icecat/icecat.SlackBuild')
-rw-r--r-- | network/icecat/icecat.SlackBuild | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/network/icecat/icecat.SlackBuild b/network/icecat/icecat.SlackBuild index 63945b42b5..9191d9a816 100644 --- a/network/icecat/icecat.SlackBuild +++ b/network/icecat/icecat.SlackBuild @@ -25,10 +25,10 @@ # <http://www.gnu.org/licenses/>. PRGNAM="icecat" -VERSION=${VERSION:-31.8.0} +VERSION=${VERSION:-38.3.0} RELEASEVER="$VERSION" RELEASEVERMAJ=$(echo $RELEASEVER | cut -f 1 -d .) -BUILD=${BUILD:-2} +BUILD=${BUILD:-1} TAG=${TAG:-_SBo} if [ -z "$ARCH" ]; then @@ -169,6 +169,13 @@ rm -rf $PKG/usr/lib${LIBDIRSUFFIX}/icecat-devel-$RELEASEVER # Nor these: rm -rf $PKG/usr/include +# OK, this is just awkward. Only OS-dependent addons should be in the +# OS software channel, and the rest should be installed by the user, +# or else the user gets stuck with unremovable addons. This especially +# affects the adblockers, since some of them are incompatible. +( cd $PKG/usr/lib${LIBDIRSUFFIX}/icecat-$RELEASEVER/browser/extensions \ + && rm -rf spyblock* jid1* https* html5* abouticecat* ) + # Desktop integration mkdir -p $PKG/usr/share/applications cat $CWD/icecat.desktop > $PKG/usr/share/applications/icecat.desktop |