diff options
author | Fridrich von Stauffenberg <cancellor2@gmail.com> | 2013-04-10 22:34:52 -0300 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2013-04-15 17:21:02 -0500 |
commit | b9680fdda81f63b2ae49d3691bbd6052d4a84f19 (patch) | |
tree | a034e3818ef3550c12fef05d26b3b7d82da9f2df /network/qupzilla | |
parent | 2aac6d180c436942f0c878b7c6940c25f567a7bf (diff) | |
download | slackbuilds-b9680fdda81f63b2ae49d3691bbd6052d4a84f19.tar.gz |
network/qupzilla: Updated for version 1.4.1.
Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
Diffstat (limited to 'network/qupzilla')
-rw-r--r-- | network/qupzilla/qupzilla.SlackBuild | 14 | ||||
-rw-r--r-- | network/qupzilla/qupzilla.info | 6 |
2 files changed, 9 insertions, 11 deletions
diff --git a/network/qupzilla/qupzilla.SlackBuild b/network/qupzilla/qupzilla.SlackBuild index e80065bc9a..60bcd1c237 100644 --- a/network/qupzilla/qupzilla.SlackBuild +++ b/network/qupzilla/qupzilla.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for QupZilla -# Copyright 2011-2012 Fridrich von Stauffenberg <cancellor2@gmail.com> +# Copyright 2011-2013 Fridrich von Stauffenberg <cancellor2@gmail.com> # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -23,12 +23,10 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=qupzilla -VERSION=${VERSION:-1.3.5} +VERSION=${VERSION:-1.4.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} -SRCNAM=QupZilla - if [ -z "$ARCH" ]; then case "$( uname -m )" in i?86) ARCH=i486 ;; @@ -61,9 +59,9 @@ set -e rm -rf $PKG mkdir -p $TMP $PKG $OUTPUT cd $TMP -rm -rf $SRCNAM-$VERSION -tar xvf $CWD/$SRCNAM-$VERSION.tar.?z* -cd $SRCNAM-$VERSION +rm -rf $PRGNAM-$VERSION +tar xvf $CWD/v$VERSION.tar.?z* || tar xvf $CWD/$PRGNAM-$VERSION.tar.?z* +cd $PRGNAM-$VERSION chown -R root:root . find . \ \( -perm 777 -o -perm 775 -o -perm 711 -o -perm 555 -o -perm 511 \) \ @@ -80,7 +78,7 @@ find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | gr | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION -cp -a AUTHORS COPYRIGHT FAQ GPLv3 README.md TODO \ +cp -a AUTHORS BUILDING CHANGELOG COPYRIGHT FAQ GPLv3 README.md \ $PKG/usr/doc/$PRGNAM-$VERSION cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild diff --git a/network/qupzilla/qupzilla.info b/network/qupzilla/qupzilla.info index 88c238eb54..d9d1da4493 100644 --- a/network/qupzilla/qupzilla.info +++ b/network/qupzilla/qupzilla.info @@ -1,8 +1,8 @@ PRGNAM="qupzilla" -VERSION="1.3.5" +VERSION="1.4.1" HOMEPAGE="http://www.qupzilla.com" -DOWNLOAD="https://github.com/downloads/QupZilla/qupzilla/QupZilla-1.3.5.tar.gz" -MD5SUM="b2ecf689d45af384c4557895dc43f4da" +DOWNLOAD="https://github.com/QupZilla/qupzilla/archive/v1.4.1.tar.gz" +MD5SUM="d1957759a25ddecf83f27cf21fb772cb" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |