mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-21 19:42:24 +01:00
network/icecat: Updated for version 13.0.1.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
This commit is contained in:
parent
c537b3a3fd
commit
7c3a5ba616
3 changed files with 9 additions and 10 deletions
|
@ -18,7 +18,7 @@
|
|||
# http://melikamp.com/features/slackbuilds.shtml
|
||||
|
||||
PRGNAM="icecat"
|
||||
VERSION="12.0"
|
||||
VERSION="13.0.1"
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -55,7 +55,7 @@ rm -rf $PKG
|
|||
mkdir -p $TMP $PKG $OUTPUT
|
||||
cd $TMP
|
||||
rm -rf $PRGNAM-$VERSION
|
||||
tar xvf $CWD/${PRGNAM}-$VERSION.tar.xz || exit 1
|
||||
tar xvf $CWD/${PRGNAM}-$VERSION.tar.gz || exit 1
|
||||
cd ${PRGNAM}-$VERSION
|
||||
chown -R root:root .
|
||||
find . \
|
||||
|
@ -74,7 +74,6 @@ 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="12.0"
|
||||
VERSION="13.0.1"
|
||||
HOMEPAGE="http://www.gnu.org/software/gnuzilla/"
|
||||
DOWNLOAD="http://ftp.gnu.org/gnu/gnuzilla/12.0/icecat-12.0.tar.xz"
|
||||
MD5SUM="04a5504c5c473354bcd20f7116360fee"
|
||||
DOWNLOAD="http://ftp.gnu.org/gnu/gnuzilla/13.0/icecat-13.0.1.tar.gz"
|
||||
MD5SUM="ba249f3e889089dc64615333dd324791"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
MAINTAINER="melikamp"
|
||||
EMAIL="melikamp@melikamp.net"
|
||||
APPROVED="dsomero"
|
||||
APPROVED="rworkman"
|
||||
|
|
|
@ -13,7 +13,7 @@ icecat: It is entirely free software.
|
|||
icecat:
|
||||
icecat: Homepage: http://www.gnu.org/software/gnuzilla/
|
||||
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:
|
||||
icecat:
|
||||
icecat:
|
||||
icecat:
|
||||
|
|
Loading…
Reference in a new issue