mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-22 19:44:21 +01:00
graphics/gnome-themes-extras: Added (gnome metathemes and icons)
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
This commit is contained in:
parent
528e142759
commit
631f836d16
4 changed files with 87 additions and 0 deletions
7
graphics/gnome-themes-extras/README
Normal file
7
graphics/gnome-themes-extras/README
Normal file
|
@ -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.
|
51
graphics/gnome-themes-extras/gnome-themes-extras.SlackBuild
Normal file
51
graphics/gnome-themes-extras/gnome-themes-extras.SlackBuild
Normal file
|
@ -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}
|
10
graphics/gnome-themes-extras/gnome-themes-extras.info
Normal file
10
graphics/gnome-themes-extras/gnome-themes-extras.info
Normal file
|
@ -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"
|
19
graphics/gnome-themes-extras/slack-desc
Normal file
19
graphics/gnome-themes-extras/slack-desc
Normal file
|
@ -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
|
Loading…
Reference in a new issue