mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-21 19:42:24 +01:00
desktop/faenza-xfce: Added (xfce addon for Faenza theme)
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
This commit is contained in:
parent
25ddfbd1c0
commit
77d6a0918e
5 changed files with 107 additions and 0 deletions
4
desktop/faenza-xfce/README
Normal file
4
desktop/faenza-xfce/README
Normal file
|
@ -0,0 +1,4 @@
|
|||
This is an addon for the Faenza icon theme, intended
|
||||
to make it complete when using within Xfce.
|
||||
|
||||
This requires faenza-icon-theme.
|
5
desktop/faenza-xfce/doinst.sh
Normal file
5
desktop/faenza-xfce/doinst.sh
Normal file
|
@ -0,0 +1,5 @@
|
|||
if [ -e usr/share/icons/Faenza-Xfce/icon-theme.cache ]; then
|
||||
if [ -x /usr/bin/gtk-update-icon-cache ]; then
|
||||
/usr/bin/gtk-update-icon-cache usr/share/icons/Faenza-Xfce >/dev/null 2>&1
|
||||
fi
|
||||
fi
|
69
desktop/faenza-xfce/faenza-xfce.SlackBuild
Normal file
69
desktop/faenza-xfce/faenza-xfce.SlackBuild
Normal file
|
@ -0,0 +1,69 @@
|
|||
#!/bin/bash
|
||||
|
||||
# Slackware build script for Faenza Xfce icon theme
|
||||
|
||||
# Copyright 2011 Fridrich von Stauffenberg <cancellor2@gmail.com>
|
||||
# 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 this script must retain the above copyright
|
||||
# notice, this list of conditions and the following disclaimer.
|
||||
#
|
||||
# THIS SOFTWARE IS PROVIDED BY THE AUTHOR ''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 AUTHOR 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-xfce
|
||||
VERSION=${VERSION:-0.2.1}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
ORIG_PRGNAM=Faenza-Xfce
|
||||
ORIG_FILENAME=shimmerproject-$ORIG_PRGNAM
|
||||
ORIG_VERSION=v.$VERSION-0-gd3e85cf
|
||||
|
||||
ARCH=noarch
|
||||
|
||||
CWD=$(pwd)
|
||||
TMP=${TMP:-/tmp/SBo}
|
||||
PKG=$TMP/package-$PRGNAM
|
||||
OUTPUT=${OUTPUT:-/tmp}
|
||||
|
||||
set -e
|
||||
|
||||
rm -rf $PKG
|
||||
mkdir -p $OUTPUT $TMP $PKG/usr/share/icons
|
||||
|
||||
cd $PKG/usr/share/icons
|
||||
unzip $CWD/$ORIG_FILENAME-$ORIG_VERSION.zip || \
|
||||
{ echo "Trying another name..." ; unzip $CWD/v.${VERSION} ; }
|
||||
|
||||
chown -R root:root .
|
||||
find . -type f -name '.*' -delete
|
||||
find . -type f -exec chmod 644 {} \;
|
||||
find . -type d -exec chmod 755 {} \;
|
||||
|
||||
mv $ORIG_FILENAME-* $ORIG_PRGNAM
|
||||
cd $ORIG_PRGNAM
|
||||
sed -i '/^Inherits/s/-Dark,Faenza/,Faenza-Dark/' index.theme
|
||||
find . -type f -name '*.svg.png' | while read i ; do mv $i ${i/.svg/} ; done
|
||||
|
||||
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
mv 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
|
||||
cat $CWD/doinst.sh > $PKG/install/doinst.sh
|
||||
|
||||
cd $PKG
|
||||
/sbin/makepkg -c n -l y $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.${PKGTYPE:-tgz}
|
10
desktop/faenza-xfce/faenza-xfce.info
Normal file
10
desktop/faenza-xfce/faenza-xfce.info
Normal file
|
@ -0,0 +1,10 @@
|
|||
PRGNAM="faenza-xfce"
|
||||
VERSION="0.2.1"
|
||||
HOMEPAGE="http://xfce-look.org/content/show.php/Faenza-Xfce?content=142885"
|
||||
DOWNLOAD="https://github.com/shimmerproject/Faenza-Xfce/zipball/v.0.2.1"
|
||||
MD5SUM="5398322afece0cdd9adbda531ca75d90"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
MAINTAINER="Fridrich von Stauffenberg"
|
||||
EMAIL="cancellor2@gmail.com"
|
||||
APPROVED="rworkman"
|
19
desktop/faenza-xfce/slack-desc
Normal file
19
desktop/faenza-xfce/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 ':' except on otherwise blank lines.
|
||||
|
||||
|-----handy-ruler------------------------------------------------------|
|
||||
faenza-xfce: faenza-xfce (xfce icon theme)
|
||||
faenza-xfce:
|
||||
faenza-xfce: This is an addon for the Faenza icon theme, intended
|
||||
faenza-xfce: to make it complete when using within Xfce.
|
||||
faenza-xfce:
|
||||
faenza-xfce: Homepage:
|
||||
faenza-xfce: http://xfce-look.org/content/show.php/Faenza-Xfce?content=142885
|
||||
faenza-xfce:
|
||||
faenza-xfce:
|
||||
faenza-xfce:
|
||||
faenza-xfce:
|
Loading…
Reference in a new issue