network/icecat: Updated for version 12.0.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
This commit is contained in:
parent
f9650a6d51
commit
f330660089
|
@ -18,7 +18,7 @@
|
|||
# http://melikamp.com/features/slackbuilds.shtml
|
||||
|
||||
PRGNAM="icecat"
|
||||
VERSION="10.0"
|
||||
VERSION="12.0"
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -74,6 +74,7 @@ CXXFLAGS="$SLKCFLAGS" \
|
|||
--build=$ARCH-slackware-linux || exit 1
|
||||
|
||||
make || exit 1
|
||||
chmod +x build/unix/run-icecat.sh # work around a build bug fixed in 12.1.
|
||||
make install DESTDIR=$PKG
|
||||
|
||||
# Stripping is done in .mozconfig, but there is something we can erase:
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="icecat"
|
||||
VERSION="10.0"
|
||||
VERSION="12.0"
|
||||
HOMEPAGE="http://www.gnu.org/software/gnuzilla/"
|
||||
DOWNLOAD="http://ftp.gnu.org/gnu/gnuzilla/10.0/icecat-10.0.tar.xz"
|
||||
MD5SUM="5a30f5c5422fb7c9b1a2d253028df9d7"
|
||||
DOWNLOAD="http://ftp.gnu.org/gnu/gnuzilla/12.0/icecat-12.0.tar.xz"
|
||||
MD5SUM="04a5504c5c473354bcd20f7116360fee"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
MAINTAINER="melikamp"
|
||||
EMAIL="melikamp@melikamp.net"
|
||||
APPROVED="dsomero,Niels Horn"
|
||||
APPROVED="dsomero"
|
||||
|
|
|
@ -13,7 +13,7 @@ icecat: It is entirely free software.
|
|||
icecat:
|
||||
icecat: Homepage: http://www.gnu.org/software/gnuzilla/
|
||||
icecat:
|
||||
icecat:
|
||||
icecat:
|
||||
icecat:
|
||||
icecat: ATTENTION: the location of user files has changed in version 12.0.
|
||||
icecat: If upgrading from icecat 10.0 or older, move your user settings
|
||||
icecat: directory ~/.gnuzilla/icecat into ~/.mozilla
|
||||
icecat:
|
||||
|
|
Loading…
Reference in New Issue