summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Heinz Wiesinger <pprkut@slackbuilds.org>2010-05-13 00:06:35 +0200
committer Heinz Wiesinger <pprkut@slackbuilds.org>2010-05-13 00:06:35 +0200
commitf64bfe7ba3a6679c8540f53a5040f0460bd981b4 (patch)
treedec8f7f0a53d0edc5e335cee4e9832684b62c001
parent1d9c3e0bc5f30d302ee5edf6795c31130fccbb3e (diff)
downloadslackbuilds-f64bfe7ba3a6679c8540f53a5040f0460bd981b4.tar.gz
slackbuilds-f64bfe7ba3a6679c8540f53a5040f0460bd981b4.tar.xz
desktop/rezlooks: Removed from 13.0 repository
-rw-r--r--desktop/rezlooks/README17
-rw-r--r--desktop/rezlooks/rezlooks.SlackBuild61
-rw-r--r--desktop/rezlooks/rezlooks.info9
-rw-r--r--desktop/rezlooks/slack-desc19
4 files changed, 0 insertions, 106 deletions
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 <yumigator[AT]moldysoup.com>
-# 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: