diff options
author | Heinz Wiesinger <pprkut@slackbuilds.org> | 2010-05-13 00:06:12 +0200 |
---|---|---|
committer | Heinz Wiesinger <pprkut@slackbuilds.org> | 2010-05-13 00:06:12 +0200 |
commit | 756cd9168ebd4e5d17711f246e2cf31799b9c014 (patch) | |
tree | 4e05371843ce7c83624dc322a1419b0a5625170d /desktop | |
parent | 5a15f05e6030f5763727ac28a7bff53b9a016b08 (diff) | |
download | slackbuilds-756cd9168ebd4e5d17711f246e2cf31799b9c014.tar.gz |
desktop/alphacube: Removed from 13.0 repository
Diffstat (limited to 'desktop')
-rw-r--r-- | desktop/alphacube/README | 3 | ||||
-rw-r--r-- | desktop/alphacube/alphacube.SlackBuild | 92 | ||||
-rw-r--r-- | desktop/alphacube/alphacube.info | 8 | ||||
-rw-r--r-- | desktop/alphacube/slack-desc | 19 |
4 files changed, 0 insertions, 122 deletions
diff --git a/desktop/alphacube/README b/desktop/alphacube/README deleted file mode 100644 index a98ffb0230..0000000000 --- a/desktop/alphacube/README +++ /dev/null @@ -1,3 +0,0 @@ -Alphacube - a Window Decoration native KDE 3.5.* - -Ported from the Metacity theme Alphacube. diff --git a/desktop/alphacube/alphacube.SlackBuild b/desktop/alphacube/alphacube.SlackBuild deleted file mode 100644 index c6d6866c85..0000000000 --- a/desktop/alphacube/alphacube.SlackBuild +++ /dev/null @@ -1,92 +0,0 @@ -#!/bin/sh - -# Slackware build script for alphacube - -# Copyright (c) 2008, Antonio Hernández Blas <hba.nihilismus@gmail.com> -# All rights reserved. -# -# Redistribution and use in source and binary forms, with or without -# modification, are permitted provided that the following conditions are met: -# 1.- Redistributions of source code must retain the above copyright -# notice, this list of conditions and the following disclaimer. -# -# THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``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 AUTHOR 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=alphacube -PRGNAMALT=Alphacube -VERSION=0.3 -ARCH=${ARCH:-i486} -BUILD=${BUILD:-2} -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" -elif [ "$ARCH" = "x86_64" ]; then - SLKCFLAGS="-O2 -fPIC" -fi - -set -e - -rm -rf $PKG -mkdir -p $TMP $PKG $OUTPUT -cd $TMP -rm -rf $PRGNAM-$VERSION -tar -jxvf $CWD/*-$PRGNAMALT-$VERSION.tar.bz2 -mv $PRGNAMALT-$VERSION $PRGNAM-$VERSION -cd $PRGNAM-$VERSION -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 {} \; - -KDEPREF=$(kde-config --prefix) || true - -CFLAGS="$SLKCFLAGS" \ -CXXFLAGS="$SLKCFLAGS" \ -./configure \ - --prefix="$KDEPREF" \ - --enable-shared=yes \ - --enable-static=no \ - --build=$ARCH-slackware-linux \ - --host=$ARCH-slackware-linux - -make -make install 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 -) - -# Integrate the color scheme -mkdir -p $PKG/$KDEPREF/share/apps/kdisplay/color-schemes/ -cat $PRGNAMALT.kcsrc > $PKG/$KDEPREF/share/apps/kdisplay/color-schemes/$PRGNAMALT.kcsrc - -mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION -cat readme > $PKG/usr/doc/$PRGNAM-$VERSION/readme -cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild - -mkdir -p $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/alphacube/alphacube.info b/desktop/alphacube/alphacube.info deleted file mode 100644 index 007140f607..0000000000 --- a/desktop/alphacube/alphacube.info +++ /dev/null @@ -1,8 +0,0 @@ -PRGNAM="alphacube" -VERSION="0.3" -HOMEPAGE="http://www.kde-look.org/content/show.php/Alphacube?content=32099" -DOWNLOAD="http://www.kde-look.org/CONTENT/content-files/32099-Alphacube-0.3.tar.bz2" -MD5SUM="e5213ead2810f8b9f7cfde80f11035fa" -MAINTAINER="Antonio Hernández Blas" -EMAIL="hba.nihilismus@gmail.com" -APPROVED="David Somero" diff --git a/desktop/alphacube/slack-desc b/desktop/alphacube/slack-desc deleted file mode 100644 index 4fbda95661..0000000000 --- a/desktop/alphacube/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------------------------------------------------------| -alphacube: Alphacube (a Window Decoration native KDE 3.5.*) -alphacube: -alphacube: Ported from the Metacity theme Alphacube. -alphacube: -alphacube: Homepage: -alphacube: http://www.kde-look.org/content/show.php/Alphacube?content=32099 -alphacube: -alphacube: -alphacube: -alphacube: -alphacube: |