mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-21 19:42:24 +01:00
desktop/QtCurve-Gtk2: Updated for version 1.5.2.
Signed-off-by: Erik Hanson <erik@slackbuilds.org>
This commit is contained in:
parent
56b5049fcb
commit
2221fe33c9
2 changed files with 5 additions and 15 deletions
|
@ -4,7 +4,7 @@
|
|||
# Written by bughunter2 (bughunter2@googlemail.com)
|
||||
|
||||
# Copyright 2008-2009 Michiel van Wessem, Manchester, United Kingdom
|
||||
# Copyright 2009 Gregory J. L. Tourte, UK (artourter@gmail.com)
|
||||
# Copyright 2009 Gregory J. L. Tourte, UK (artourter@gmail.com)
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use in source and binary forms, with or without
|
||||
|
@ -27,16 +27,14 @@
|
|||
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=QtCurve-Gtk2
|
||||
VERSION=${VERSION:-1.5.1}
|
||||
VERSION=${VERSION:-1.5.2}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
# Automatically determine the architecture we're building on:
|
||||
if [ -z "$ARCH" ]; then
|
||||
case "$( uname -m )" in
|
||||
i?86) ARCH=i486 ;;
|
||||
arm*) ARCH=arm ;;
|
||||
# Unless $ARCH is already set, use uname -m for all other archs:
|
||||
*) ARCH=$( uname -m ) ;;
|
||||
esac
|
||||
fi
|
||||
|
@ -102,11 +100,3 @@ cat $CWD/slack-desc > $PKG/install/slack-desc
|
|||
|
||||
cd $PKG
|
||||
/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.${PKGTYPE:-tgz}
|
||||
|
||||
# Clean up the extra stuff:
|
||||
if [ "$1" = "--cleanup" ]; then
|
||||
rm -rf $TMP/$PRGNAM-$BASEVERS
|
||||
rm -rf $PKG
|
||||
fi
|
||||
|
||||
# vim: et ts=2 sw=2
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="QtCurve-Gtk2"
|
||||
VERSION="1.5.1"
|
||||
VERSION="1.5.2"
|
||||
HOMEPAGE="http://www.kde-look.org/content/show.php?content=40492"
|
||||
DOWNLOAD="http://craigd.wikispaces.com/file/view/QtCurve-Gtk2-1.5.1.tar.bz2"
|
||||
MD5SUM="88f2dbc5453f239c6d368a84ec3f9754"
|
||||
DOWNLOAD="http://craigd.wikispaces.com/file/view/QtCurve-Gtk2-1.5.2.tar.bz2"
|
||||
MD5SUM="1f8ae823ce6202b98c8d4f60513114c8"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
MAINTAINER="ArTourter"
|
||||
|
|
Loading…
Reference in a new issue