From b9680fdda81f63b2ae49d3691bbd6052d4a84f19 Mon Sep 17 00:00:00 2001 From: Fridrich von Stauffenberg Date: Wed, 10 Apr 2013 22:34:52 -0300 Subject: network/qupzilla: Updated for version 1.4.1. Signed-off-by: Niels Horn --- network/qupzilla/qupzilla.SlackBuild | 14 ++++++-------- network/qupzilla/qupzilla.info | 6 +++--- 2 files changed, 9 insertions(+), 11 deletions(-) (limited to 'network/qupzilla') 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 +# Copyright 2011-2013 Fridrich von Stauffenberg # 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="" -- cgit v1.2.3