summaryrefslogtreecommitdiffstats
path: root/desktop
diff options
context:
space:
mode:
author Michiel van Wessem2010-05-12 17:37:31 +0200
committer David Somero2010-05-12 17:37:31 +0200
commitd7ee118637c188df82874c6819222218f2c72680 (patch)
tree22c81cb8b5d0187c94ea501e1da8d0a898a44efc /desktop
parent4b5799b483f9c19a0bf3b11d7fa441a50c3303fc (diff)
downloadslackbuilds-d7ee118637c188df82874c6819222218f2c72680.tar.gz
desktop/QtCurve-KDE3: Updated for version 0.62.7
Diffstat (limited to 'desktop')
-rw-r--r--desktop/QtCurve-KDE3/QtCurve-KDE3.SlackBuild20
-rw-r--r--desktop/QtCurve-KDE3/QtCurve-KDE3.info8
2 files changed, 15 insertions, 13 deletions
diff --git a/desktop/QtCurve-KDE3/QtCurve-KDE3.SlackBuild b/desktop/QtCurve-KDE3/QtCurve-KDE3.SlackBuild
index 16295793a3..160cd227b6 100644
--- a/desktop/QtCurve-KDE3/QtCurve-KDE3.SlackBuild
+++ b/desktop/QtCurve-KDE3/QtCurve-KDE3.SlackBuild
@@ -1,7 +1,8 @@
#!/bin/sh
# Slackware build script for: QtCurve-KDE3
-# Copyright 2007-2008 Michiel van Wessem, Manchester, United Kingdom
+
+# Copyright 2007-2009 Michiel van Wessem, Manchester, United Kingdom
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
@@ -24,7 +25,7 @@
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=QtCurve-KDE3
-VERSION=0.59.5
+VERSION=${VERSION:-0.62.7}
ARCH=${ARCH:-i486}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -35,11 +36,9 @@ PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}
if [ "$ARCH" = "i486" ]; then
- SLKCFLAGS="-O2 -march=i486 -mtune=i686"
+ SLKCFLAGS="-O2 -march=i486 -mtune=i686"
elif [ "$ARCH" = "i686" ]; then
- SLKCFLAGS="-O2 -march=i686 -mtune=i686"
-elif [ "$ARCH" = "x86_64" ]; then
- SLKCFLAGS="-O2 -fPIC"
+ SLKCFLAGS="-O2 -march=i686 -mtune=i686"
fi
set -e
@@ -60,14 +59,17 @@ find . \
cmake \
-DCMAKE_C_FLAGS:STRING="$SLKCFLAGS" \
-DCMAKE_CXX_FLAGS:STRING="$SLKCFLAGS" \
- -DCMAKE_INSTALL_PREFIX=/usr .
+ -DCMAKE_INSTALL_PREFIX=/usr \
+ .
make VERBOSE=1
make install VERBOSE=1 DESTDIR=$PKG
( cd $PKG
- find . | xargs file | grep "executable" | grep ELF | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
- find . | xargs file | grep "shared object" | grep ELF | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null
+ find . | xargs file | grep "executable" | grep ELF | cut -f 1 -d : | \
+ xargs strip --strip-unneeded 2> /dev/null || true
+ find . | xargs file | grep "shared object" | grep ELF | cut -f 1 -d : | \
+ xargs strip --strip-unneeded 2> /dev/null
)
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
diff --git a/desktop/QtCurve-KDE3/QtCurve-KDE3.info b/desktop/QtCurve-KDE3/QtCurve-KDE3.info
index 0a9ee3d8cc..44ff92132c 100644
--- a/desktop/QtCurve-KDE3/QtCurve-KDE3.info
+++ b/desktop/QtCurve-KDE3/QtCurve-KDE3.info
@@ -1,8 +1,8 @@
PRGNAM="QtCurve-KDE3"
-VERSION="0.59.5"
+VERSION="0.62.7"
HOMEPAGE="http://www.kde-look.org/content/show.php?content=40492"
-DOWNLOAD="http://www.slackbuilds.org/sources/QtCurve-KDE3-0.59.5.tar.bz2"
-MD5SUM="e6e721a38650c4c453c686c5d871862d"
+DOWNLOAD="http://www.slackbuilds.org/sources/12.2/QtCurve-KDE3-0.62.7.tar.bz2"
+MD5SUM="f7cbe04af82690d3364f42d9d43e6fce"
MAINTAINER="Michiel van Wessem"
EMAIL="michiel@slackbuilds.org"
-APPROVED="David Somero" \ No newline at end of file
+APPROVED="dsomero"