mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-24 10:02:29 +01:00
desktop/faenza-icon-theme: Added (icon theme)
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
This commit is contained in:
parent
e1a5ebdac4
commit
8f35cc6ad9
4 changed files with 95 additions and 0 deletions
4
desktop/faenza-icon-theme/README
Normal file
4
desktop/faenza-icon-theme/README
Normal file
|
@ -0,0 +1,4 @@
|
|||
Faenza icon theme for GNOME and XFCE desktop.
|
||||
|
||||
Alternate home page for more information on the theme.
|
||||
http://tiheum.deviantart.com/art/Faenza-Icons-173323228
|
63
desktop/faenza-icon-theme/faenza-icon-theme.SlackBuild
Normal file
63
desktop/faenza-icon-theme/faenza-icon-theme.SlackBuild
Normal file
|
@ -0,0 +1,63 @@
|
|||
#!/bin/sh
|
||||
|
||||
# Slackware Package Build Script for Faenza icon theme
|
||||
# Home Page: http://tiheum.deviantart.com/art/Faenza-Icons-173323228
|
||||
|
||||
# Copyright (c) 2011, Nishant Limbachia, Hoffman Estates, IL, USA
|
||||
# <nishant _AT_ mnspace _DOT_ net>
|
||||
# All rights reserved.
|
||||
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
# permitted provided that the following conditions are met:
|
||||
|
||||
# 1. Redistributions of script must retain the above copyright notice,
|
||||
# this list of conditions and the following disclaimer.
|
||||
|
||||
# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
|
||||
# "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
|
||||
# LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
|
||||
# A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR
|
||||
# CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
|
||||
# EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
|
||||
# PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
|
||||
# PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
|
||||
# LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
|
||||
# NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
|
||||
# SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM="faenza-icon-theme"
|
||||
VERSION=${VERSION:-0.9.2}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
ARCH=noarch ## hardcode ARCH
|
||||
|
||||
TMP=${TMP:-/tmp/SBo}
|
||||
PKG=$TMP/package-$PRGNAM
|
||||
OUTPUT=${OUTPUT:-/tmp}
|
||||
CWD=$(pwd)
|
||||
|
||||
set -e
|
||||
|
||||
rm -fr $TMP/$PRGNAM\_$VERSION $PKG
|
||||
mkdir -p $TMP $PKG $OUTPUT $TMP/$PRGNAM\_$VERSION
|
||||
cd $TMP/$PRGNAM\_$VERSION
|
||||
tar -xvf $CWD/$PRGNAM\_$VERSION.tar.gz
|
||||
chown -R root.root .
|
||||
find . -type f -exec chmod 644 {} \;
|
||||
find . -type d -exec chmod 755 {} \;
|
||||
|
||||
mkdir -p $PKG/usr/share/icons
|
||||
cp -a Faenza Faenza-Dark Faenza-Darker Faenza-Darkest $PKG/usr/share/icons
|
||||
|
||||
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cp -a \
|
||||
AUTHORS COPYING ChangeLog README \
|
||||
$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
desktop/faenza-icon-theme/faenza-icon-theme.info
Normal file
10
desktop/faenza-icon-theme/faenza-icon-theme.info
Normal file
|
@ -0,0 +1,10 @@
|
|||
PRGNAM="faenza-icon-theme"
|
||||
VERSION="0.9.2"
|
||||
HOMEPAGE="https://code.google.com/p/faenza-icon-theme/"
|
||||
DOWNLOAD="http://faenza-icon-theme.googlecode.com/files/faenza-icon-theme_0.9.2.tar.gz"
|
||||
MD5SUM="d9ccb808252fe35db0172d4090dd1927"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
MAINTAINER="Nishant Limbachia"
|
||||
EMAIL="nishant@mnspace.net"
|
||||
APPROVED="dsomero"
|
18
desktop/faenza-icon-theme/slack-desc
Normal file
18
desktop/faenza-icon-theme/slack-desc
Normal file
|
@ -0,0 +1,18 @@
|
|||
# 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---------------------------------------------------|
|
||||
faenza-icon-theme: faenza-icon-theme (gnome icon theme)
|
||||
faenza-icon-theme:
|
||||
faenza-icon-theme: Repackaging of popular Faenza icon theme for GNOME.
|
||||
faenza-icon-theme:
|
||||
faenza-icon-theme:
|
||||
faenza-icon-theme: Home Page: https://code.google.com/p/faenza-icon-theme/
|
||||
faenza-icon-theme:
|
||||
faenza-icon-theme:
|
||||
faenza-icon-theme:
|
||||
faenza-icon-theme:
|
||||
faenza-icon-theme:
|
Loading…
Reference in a new issue