mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-22 19:44:21 +01:00
desktop/faenza-icon-theme: Updated for version 1.0.
Signed-off-by: Erik Hanson <erik@slackbuilds.org>
This commit is contained in:
parent
b3de66000f
commit
188f4e2f04
5 changed files with 22 additions and 9 deletions
|
@ -1,4 +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
|
||||
http://tiheum.deviantart.com/art/Faenza-Icons-173323228
|
||||
|
|
13
desktop/faenza-icon-theme/doinst.sh
Normal file
13
desktop/faenza-icon-theme/doinst.sh
Normal file
|
@ -0,0 +1,13 @@
|
|||
if [ -x /usr/bin/update-desktop-database ]; then
|
||||
/usr/bin/update-desktop-database -q usr/share/applications >/dev/null 2>&1
|
||||
fi
|
||||
|
||||
if [ -x /usr/bin/update-mime-database ]; then
|
||||
/usr/bin/update-mime-database usr/share/mime >/dev/null 2>&1
|
||||
fi
|
||||
|
||||
if [ -e usr/share/icons/hicolor/icon-theme.cache ]; then
|
||||
if [ -x /usr/bin/gtk-update-icon-cache ]; then
|
||||
/usr/bin/gtk-update-icon-cache usr/share/icons/hicolor >/dev/null 2>&1
|
||||
fi
|
||||
fi
|
|
@ -26,7 +26,7 @@
|
|||
# SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM="faenza-icon-theme"
|
||||
VERSION=${VERSION:-0.9.2}
|
||||
VERSION=${VERSION:-1.0}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -51,13 +51,12 @@ 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
|
||||
cp 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
|
||||
cat $CWD/doinst.sh > $PKG/install/doinst.sh
|
||||
|
||||
cd $PKG
|
||||
/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="faenza-icon-theme"
|
||||
VERSION="0.9.2"
|
||||
VERSION="1.0"
|
||||
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="https://faenza-icon-theme.googlecode.com/files/faenza-icon-theme_1.0.tar.gz"
|
||||
MD5SUM="f53f64b47686a8c52042a0b7ea312c72"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
MAINTAINER="Nishant Limbachia"
|
||||
EMAIL="nishant@mnspace.net"
|
||||
APPROVED="dsomero"
|
||||
APPROVED="Erik Hanson"
|
||||
|
|
|
@ -4,6 +4,7 @@
|
|||
# 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:
|
||||
|
|
Loading…
Reference in a new issue