diff options
author | Jonathan Yu <yumigator[AT]moldysoup.com> | 2010-05-11 22:53:23 +0200 |
---|---|---|
committer | Erik Hanson <erik@slackbuilds.org> | 2010-05-11 22:53:23 +0200 |
commit | db99355fac93100a7c59e43dc8406001b97c2425 (patch) | |
tree | 31ee4550616a49dd3ac7789bfb5a77b2d45fd91f /desktop | |
parent | e53f340c2e1d790028a8ee1d6a0ce863b23032a4 (diff) |
desktop/rezlooks: Added to 12.1 repository
Diffstat (limited to 'desktop')
-rw-r--r-- | desktop/rezlooks/README | 17 | ||||
-rw-r--r-- | desktop/rezlooks/rezlooks.SlackBuild | 61 | ||||
-rw-r--r-- | desktop/rezlooks/rezlooks.info | 9 | ||||
-rw-r--r-- | desktop/rezlooks/slack-desc | 19 |
4 files changed, 106 insertions, 0 deletions
diff --git a/desktop/rezlooks/README b/desktop/rezlooks/README new file mode 100644 index 000000000000..7049176e0c00 --- /dev/null +++ b/desktop/rezlooks/README @@ -0,0 +1,17 @@ +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 new file mode 100644 index 000000000000..1b4ed0b79798 --- /dev/null +++ b/desktop/rezlooks/rezlooks.SlackBuild @@ -0,0 +1,61 @@ +#!/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 new file mode 100644 index 000000000000..515a2b4f73f5 --- /dev/null +++ b/desktop/rezlooks/rezlooks.info @@ -0,0 +1,9 @@ +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 new file mode 100644 index 000000000000..a8bc86b6a635 --- /dev/null +++ b/desktop/rezlooks/slack-desc @@ -0,0 +1,19 @@ +# 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: |