From 631f836d166c25988aca2c53ff6d44bae00f9977 Mon Sep 17 00:00:00 2001 From: Arvydas Sidorenko Date: Fri, 9 Sep 2011 16:19:58 -0400 Subject: graphics/gnome-themes-extras: Added (gnome metathemes and icons) Signed-off-by: dsomero --- graphics/gnome-themes-extras/README | 7 +++ .../gnome-themes-extras.SlackBuild | 51 ++++++++++++++++++++++ .../gnome-themes-extras/gnome-themes-extras.info | 10 +++++ graphics/gnome-themes-extras/slack-desc | 19 ++++++++ 4 files changed, 87 insertions(+) create mode 100644 graphics/gnome-themes-extras/README create mode 100644 graphics/gnome-themes-extras/gnome-themes-extras.SlackBuild create mode 100644 graphics/gnome-themes-extras/gnome-themes-extras.info create mode 100644 graphics/gnome-themes-extras/slack-desc (limited to 'graphics') diff --git a/graphics/gnome-themes-extras/README b/graphics/gnome-themes-extras/README new file mode 100644 index 0000000000..6a94f1e95c --- /dev/null +++ b/graphics/gnome-themes-extras/README @@ -0,0 +1,7 @@ +GNOME Themes Extras is a collection of metathemes for the GNOME desktop +environment. This package provides GNOME users an extra set of themes that +are functional and attractive, often sporting a distinct appearance that you +won't find in the primary themes package. Most of the graphics in these Themes +contain SVG vector graphics. + +This package requires gtk-engines-2 >= 2.14.0, which can be found in SBo. diff --git a/graphics/gnome-themes-extras/gnome-themes-extras.SlackBuild b/graphics/gnome-themes-extras/gnome-themes-extras.SlackBuild new file mode 100644 index 0000000000..d6890249d7 --- /dev/null +++ b/graphics/gnome-themes-extras/gnome-themes-extras.SlackBuild @@ -0,0 +1,51 @@ +#!/bin/sh + +# Slackware build script for gnome-themes-extras +# Written by Arvydas Sidorenko (asido4@gmail.com) + +PRGNAM=gnome-themes-extras +VERSION=${VERSION:-2.22.0} +BUILD=${BUILD:-1} +TAG=${TAG:-_SBo} + +ARCH=noarch + +CWD=$(pwd) +TMP=${TMP:-/tmp/SBo} +PKG=$TMP/package-$PRGNAM +OUTPUT=${OUTPUT:-/tmp} + +set -e + +rm -rf $PKG +mkdir -p $TMP $PKG $OUTPUT +cd $TMP +rm -rf $PRGNAM-$VERSION +tar xvf $CWD/$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 {} \; + +./configure \ + --prefix=/usr \ + --mandir=/usr/man \ + --docdir=/usr/doc/$PRGNAM-$VERSION \ + +make +make install DESTDIR=$PKG + +mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION +cp -a \ + COPYING ChangeLog README TODO NEWS \ + $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.${PKGTYPE:-tgz} diff --git a/graphics/gnome-themes-extras/gnome-themes-extras.info b/graphics/gnome-themes-extras/gnome-themes-extras.info new file mode 100644 index 0000000000..de50060692 --- /dev/null +++ b/graphics/gnome-themes-extras/gnome-themes-extras.info @@ -0,0 +1,10 @@ +PRGNAM="gnome-themes-extras" +VERSION="2.22.0" +HOMEPAGE="http://librsvg.sourceforge.net/theme.php" +DOWNLOAD="http://ftp.gnome.org/pub/GNOME/sources/gnome-themes-extras/2.22/gnome-themes-extras-2.22.0.tar.gz" +MD5SUM="572a5243882dede648d24f73238c3e23" +DOWNLOAD_x86_64="" +MD5SUM_x86_64="" +MAINTAINER="Arvydas Sidorenko" +EMAIL="asido4@gmail.com" +APPROVED="dsomero" diff --git a/graphics/gnome-themes-extras/slack-desc b/graphics/gnome-themes-extras/slack-desc new file mode 100644 index 0000000000..0a7840cd88 --- /dev/null +++ b/graphics/gnome-themes-extras/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------------------------------------------------------| +gnome-themes-extras: gnome-themes-extras (gnome metathemes and icons) +gnome-themes-extras: +gnome-themes-extras: GNOME Themes Extras is a collection of metathemes for the +gnome-themes-extras: GNOME desktop environment. This package provides GNOME +gnome-themes-extras: users an extra set of themes that are functional and +gnome-themes-extras: attractive, often sporting a distinct appearance that you +gnome-themes-extras: won't find in the primary themes package. Most of the +gnome-themes-extras: graphics in these themes contain SVG vector graphics. +gnome-themes-extras: +gnome-themes-extras: +gnome-themes-extras: http://librsvg.sourceforge.net/theme.php -- cgit v1.2.3