From 2221fe33c92916f9265aa5fada94e43b6c8ed011 Mon Sep 17 00:00:00 2001 From: ArTourter Date: Thu, 22 Jul 2010 18:19:24 -0500 Subject: desktop/QtCurve-Gtk2: Updated for version 1.5.2. Signed-off-by: Erik Hanson --- desktop/QtCurve-Gtk2/QtCurve-Gtk2.SlackBuild | 14 ++------------ 1 file changed, 2 insertions(+), 12 deletions(-) (limited to 'desktop/QtCurve-Gtk2/QtCurve-Gtk2.SlackBuild') diff --git a/desktop/QtCurve-Gtk2/QtCurve-Gtk2.SlackBuild b/desktop/QtCurve-Gtk2/QtCurve-Gtk2.SlackBuild index 77642966eb74..8397fffc39a0 100644 --- a/desktop/QtCurve-Gtk2/QtCurve-Gtk2.SlackBuild +++ b/desktop/QtCurve-Gtk2/QtCurve-Gtk2.SlackBuild @@ -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 -- cgit v1.2.3