summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--desktop/QtCurve-KDE3/QtCurve-KDE3.SlackBuild83
-rw-r--r--desktop/QtCurve-KDE3/QtCurve-KDE3.info8
-rw-r--r--desktop/QtCurve-KDE3/README5
-rw-r--r--desktop/QtCurve-KDE3/slack-desc19
4 files changed, 0 insertions, 115 deletions
diff --git a/desktop/QtCurve-KDE3/QtCurve-KDE3.SlackBuild b/desktop/QtCurve-KDE3/QtCurve-KDE3.SlackBuild
deleted file mode 100644
index 160cd227b6..0000000000
--- a/desktop/QtCurve-KDE3/QtCurve-KDE3.SlackBuild
+++ /dev/null
@@ -1,83 +0,0 @@
-#!/bin/sh
-
-# Slackware build script for: QtCurve-KDE3
-
-# Copyright 2007-2009 Michiel van Wessem, Manchester, United Kingdom
-# All rights reserved.
-#
-# Redistribution and use in source and binary forms, with or without
-# modification, are permitted provided that the following conditions are
-# met:
-#
-# * Redistributions of source code must retain the above copyright
-# notice, this list of conditions and the following disclaimer.
-#
-# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
-# "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
-# LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
-# A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
-# OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
-# SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
-# LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
-# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
-# THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
-# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
-# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-
-PRGNAM=QtCurve-KDE3
-VERSION=${VERSION:-0.62.7}
-ARCH=${ARCH:-i486}
-BUILD=${BUILD:-1}
-TAG=${TAG:-_SBo}
-
-CWD=$(pwd)
-TMP=${TMP:-/tmp/SBo}
-PKG=$TMP/package-$PRGNAM
-OUTPUT=${OUTPUT:-/tmp}
-
-if [ "$ARCH" = "i486" ]; then
- SLKCFLAGS="-O2 -march=i486 -mtune=i686"
-elif [ "$ARCH" = "i686" ]; then
- SLKCFLAGS="-O2 -march=i686 -mtune=i686"
-fi
-
-set -e
-
-rm -rf $PKG
-mkdir -p $TMP $PKG $OUTPUT
-rm -rf $TMP/$PRGNAM-$VERSION
-cd $TMP
-tar xvf $CWD/$PRGNAM-$VERSION.tar.bz2
-cd $PRGNAM-$VERSION || exit 1
-chown -R root:root .
-find . \
- \( -perm 777 -o -perm 775 -o -perm 711 -o -perm 555 -o -perm 511 \) \
- -exec chmod 755 {} \; -o \
- \( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \
- -exec chmod 644 {} \;
-
-cmake \
- -DCMAKE_C_FLAGS:STRING="$SLKCFLAGS" \
- -DCMAKE_CXX_FLAGS:STRING="$SLKCFLAGS" \
- -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
-)
-
-mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
-cp -a COPYING ChangeLog README TODO $PKG/usr/doc/$PRGNAM-$VERSION
-cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
-
-mkdir $PKG/install
-cat $CWD/slack-desc > $PKG/install/slack-desc
-
-cd $PKG
-/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.tgz
diff --git a/desktop/QtCurve-KDE3/QtCurve-KDE3.info b/desktop/QtCurve-KDE3/QtCurve-KDE3.info
deleted file mode 100644
index 44ff92132c..0000000000
--- a/desktop/QtCurve-KDE3/QtCurve-KDE3.info
+++ /dev/null
@@ -1,8 +0,0 @@
-PRGNAM="QtCurve-KDE3"
-VERSION="0.62.7"
-HOMEPAGE="http://www.kde-look.org/content/show.php?content=40492"
-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="dsomero"
diff --git a/desktop/QtCurve-KDE3/README b/desktop/QtCurve-KDE3/README
deleted file mode 100644
index d6831123fa..0000000000
--- a/desktop/QtCurve-KDE3/README
+++ /dev/null
@@ -1,5 +0,0 @@
-QtCurve (a native style for KDE3 )
-
-This is a set of widget styles for KDE3 based apps. The underlying work is
-based upon Blue/FreeCurve - however, *extensive* modifications have been
-made.
diff --git a/desktop/QtCurve-KDE3/slack-desc b/desktop/QtCurve-KDE3/slack-desc
deleted file mode 100644
index bf97366409..0000000000
--- a/desktop/QtCurve-KDE3/slack-desc
+++ /dev/null
@@ -1,19 +0,0 @@
-# HOW TO EDIT THIS FILE:
-# The "handy ruler" below makes it easier to edit a package description. Line
-# up the first '|' above the ':' following the base package name, and the '|'
-# on the right side marks the last column you can put a character in. You must
-# make exactly 11 lines for the formatting to be correct. It's also
-# customary to leave one space after the ':'.
-
- |-----handy-ruler------------------------------------------------------|
-QtCurve-KDE3: QtCurve (a native style for KDE3 )
-QtCurve-KDE3:
-QtCurve-KDE3: This is a set of widget styles for KDE3 based apps. The
-QtCurve-KDE3: underlying is based upon Blue/FreeCurve - however *extensive*
-QtCurve-KDE3: modifications have been made. From 0.39 onwards the KDE and
-QtCurve-KDE3: Gtk styles will be in separate archives.
-QtCurve-KDE3:
-QtCurve-KDE3: http://www.kde-look.org/content/show.php?content=40492
-QtCurve-KDE3:
-QtCurve-KDE3:
-QtCurve-KDE3: