diff options
Diffstat (limited to 'desktop')
-rw-r--r-- | desktop/clearlooks/README | 5 | ||||
-rw-r--r-- | desktop/clearlooks/clearlooks.SlackBuild | 64 | ||||
-rw-r--r-- | desktop/clearlooks/clearlooks.info | 10 | ||||
-rw-r--r-- | desktop/clearlooks/slack-desc | 19 |
4 files changed, 0 insertions, 98 deletions
diff --git a/desktop/clearlooks/README b/desktop/clearlooks/README deleted file mode 100644 index 9efa35949f..0000000000 --- a/desktop/clearlooks/README +++ /dev/null @@ -1,5 +0,0 @@ -Clearlooks is a GTK+ 2.x engine written in C that transforms your GNOME/XFCE -desktop into a modern looking environment. It is fast and easy on the eyes. - -It can be used within a gtk environment, or set for a window manager with a -tool such as gtk-chtheme. diff --git a/desktop/clearlooks/clearlooks.SlackBuild b/desktop/clearlooks/clearlooks.SlackBuild deleted file mode 100644 index 060f17821c..0000000000 --- a/desktop/clearlooks/clearlooks.SlackBuild +++ /dev/null @@ -1,64 +0,0 @@ -#!/bin/sh - -# Slackware build script for clearlooks -# Written by Brian Muramatsu (brian@fhobia.org) - -# Modified by the SlackBuilds.org project - -PRGNAM=clearlooks -VERSION=0.6.2 -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" - LIBDIRSUFFIX="" -elif [ "$ARCH" = "i686" ]; then - SLKCFLAGS="-O2 -march=i686 -mtune=i686" - LIBDIRSUFFIX="" -elif [ "$ARCH" = "x86_64" ]; then - SLKCFLAGS="-O2 -fPIC" - LIBDIRSUFFIX="64" -fi - -rm -rf $PKG -mkdir -p $TMP $PKG $OUTPUT -cd $TMP || exit 1 -rm -rf $PRGNAM-$VERSION -tar xvf $CWD/$PRGNAM-$VERSION.tar.bz2 || exit 1 -cd $PRGNAM-$VERSION || exit 1 -chown -R root:root . -chmod -R u+w,go+r-w,a-s . - -CFLAGS="$SLKCFLAGS" \ -CXXFLAGS="$SLKCFLAGS" \ - ./configure \ - --prefix=/usr \ - --libdir=/usr/lib${LIBDIRSUFFIX} \ - --sysconfdir=/etc \ - --localstatedir=/var \ - || exit 1 - -make || exit 1 -make install DESTDIR=$PKG || exit 1 - -find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF \ - | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true - -mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION -cp -a AUTHORS COPYING CREDITS ChangeLog INSTALL NEWS README TODO \ - $PKG/usr/doc/$PRGNAM-$VERSION -cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION -find $PKG/usr/doc/$PRGNAM-$VERSION -type f -exec chmod 644 {} \; - -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.${PKGTYPE:-tgz} diff --git a/desktop/clearlooks/clearlooks.info b/desktop/clearlooks/clearlooks.info deleted file mode 100644 index f2637626de..0000000000 --- a/desktop/clearlooks/clearlooks.info +++ /dev/null @@ -1,10 +0,0 @@ -PRGNAM="clearlooks" -VERSION="0.6.2" -HOMEPAGE="http://clearlooks.sourceforge.net/" -DOWNLOAD="http://downloads.sourceforge.net/clearlooks/clearlooks-0.6.2.tar.bz2" -MD5SUM="451ef33d1bffa261c5cbe01182199f97" -DOWNLOAD_x86_64="" -MD5SUM_x86_64="" -MAINTAINER="Brian Muramatsu" -EMAIL="brian@fhobia.org" -APPROVED="BP{k}" diff --git a/desktop/clearlooks/slack-desc b/desktop/clearlooks/slack-desc deleted file mode 100644 index 73792eb94e..0000000000 --- a/desktop/clearlooks/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---------------------------------------------------| -clearlooks: Clearlooks (A simple, elegant, and usable Gtk theme) -clearlooks: -clearlooks: Clearlooks is a GTK+ 2.x engine written in C that transforms your -clearlooks: GNOME/XFCE desktop into a modern looking environment. It is fast -clearlooks: and easy on the eyes. -clearlooks: -clearlooks: For more information, see: http://clearlooks.sourceforge.net/ -clearlooks: -clearlooks: -clearlooks: -clearlooks: |