From f64bfe7ba3a6679c8540f53a5040f0460bd981b4 Mon Sep 17 00:00:00 2001 From: Heinz Wiesinger Date: Thu, 13 May 2010 00:06:35 +0200 Subject: desktop/rezlooks: Removed from 13.0 repository --- desktop/rezlooks/README | 17 ---------- desktop/rezlooks/rezlooks.SlackBuild | 61 ------------------------------------ desktop/rezlooks/rezlooks.info | 9 ------ desktop/rezlooks/slack-desc | 19 ----------- 4 files changed, 106 deletions(-) delete mode 100644 desktop/rezlooks/README delete mode 100644 desktop/rezlooks/rezlooks.SlackBuild delete mode 100644 desktop/rezlooks/rezlooks.info delete mode 100644 desktop/rezlooks/slack-desc (limited to 'desktop/rezlooks') diff --git a/desktop/rezlooks/README b/desktop/rezlooks/README deleted file mode 100644 index 7049176e0c..0000000000 --- a/desktop/rezlooks/README +++ /dev/null @@ -1,17 +0,0 @@ -Rezlooks is an alternative GTK engine created by rezza on GNOME-Look.org. -It is based on the cairo-enabled CVS Clearlooks engine code and has been -stripped down and modified. - -Homepage: http://www.gnome-look.org/content/show.php?content=39179 - -Themes can be found by searching for "rezlooks" on gnome-look.org. Due to the -nature of the engine, all the themes look roughly the same except for the -color. - -To install themes, decompress and untar the theme. The resulting directory -should then be placed in ~/.themes/ or /usr/share/themes/. There are several -methods to set the theme. If you use a GTK-based desktop environment, a -utility should be included to help you set the theme. Otherwise, you can -manually edit ~/.gtkrc-2.0 or use a software lik gtk-chtheme (http:// -slackbuilds.org/repository/12.1/desktop/gtk-chtheme/) to edit the file for -you. diff --git a/desktop/rezlooks/rezlooks.SlackBuild b/desktop/rezlooks/rezlooks.SlackBuild deleted file mode 100644 index 1b4ed0b797..0000000000 --- a/desktop/rezlooks/rezlooks.SlackBuild +++ /dev/null @@ -1,61 +0,0 @@ -#!/bin/sh - -# Slackware build script for rezlooks gtk engine - -# Written by Jonathan Yu -# You are free to modify or redistribute this in any way you wish. - -set -e - -PRGNAM=rezlooks -VERSION=${VERSION:-0.6} -GNOMELOOKID=${GNOMELOOKID:-39179} # gnome-look adds an id number to filenames -ARCH=${ARCH:-i486} -BUILD=${BUILD:-1} -TAG=${TAG:-_SBo} -CWD=$(pwd) -TMP=${TMP:-/tmp/SBo} -PKG=$TMP/package-$PRGNAM -OUTPUT=${OUTPUT:-/tmp} - -PDOCS="AUTHORS COPYING CREDITS Changelog INSTALL NEWS README" - -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="-02 -fPIC" -fi - -rm -rf $PKG -mkdir -p $TMP $PKG $OUTPUT -cd $TMP -rm -rf $PRGNAM-$VERSION -tar -xvf $CWD/$GNOMELOOKID-$PRGNAM-$VERSION.tar.gz -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 {} \; - -CFLAGS="$SLKCFLAGS" \ -./configure \ - --prefix=/usr \ - --sysconfdir=/etc \ - --localstatedir=/var - -make -make DESTDIR=$PKG install-strip - -mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION -cp -a $PDOCS $PKG/usr/doc/$PRGNAM-$VERSION -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/rezlooks/rezlooks.info b/desktop/rezlooks/rezlooks.info deleted file mode 100644 index 515a2b4f73..0000000000 --- a/desktop/rezlooks/rezlooks.info +++ /dev/null @@ -1,9 +0,0 @@ -PRGNAM="rezlooks" -VERSION="0.6" -HOMEPAGE="http://www.gnome-look.org/content/show.php?content=39179" -DOWNLOAD="http://www.gnome-look.org/CONTENT/content-files/39179-rezlooks-0.6.tar.gz" -MD5SUM="87b768eb372dd5065f9e36bf10245ac7" -MAINTAINER="Jonathan Yu" -EMAIL="yumigator[AT]moldysoup.com" -APPROVED="Erik Hanson" - diff --git a/desktop/rezlooks/slack-desc b/desktop/rezlooks/slack-desc deleted file mode 100644 index a8bc86b6a6..0000000000 --- a/desktop/rezlooks/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------------------------------------------------------| -rezlooks: Rezlooks (an alternative GTK Engine) -rezlooks: -rezlooks: Rezlooks is an alternative GTK engine created by rezza on -rezlooks: GNOME-Look.org. It is based on the cairo-enabled CVS Clearlooks -rezlooks: engine code and has been stripped down and modified. -rezlooks: -rezlooks: Homepage: http://www.gnome-look.org/content/show.php?content=39179 -rezlooks: -rezlooks: -rezlooks: -rezlooks: -- cgit v1.2.3