mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-25 10:03:03 +01:00
desktop/rezlooks: Removed from 13.0 repository
This commit is contained in:
parent
1d9c3e0bc5
commit
f64bfe7ba3
4 changed files with 0 additions and 106 deletions
|
@ -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.
|
|
|
@ -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
|
|
|
@ -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"
|
|
||||||
|
|
|
@ -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:
|
|
Loading…
Reference in a new issue