mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-25 10:03:03 +01:00
desktop/paper-icon-theme: Updated for version 1.4.0.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
This commit is contained in:
parent
a5be379a8e
commit
81b95b67f8
3 changed files with 16 additions and 9 deletions
|
@ -6,8 +6,15 @@ 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 [ -e usr/share/icons/Paper/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
|
||||
/usr/bin/gtk-update-icon-cache usr/share/icons/Paper>/dev/null 2>&1
|
||||
fi
|
||||
fi
|
||||
|
||||
if [ -e usr/share/icons/Paper-Mono-Dark/icon-theme.cache ]; then
|
||||
if [ -x /usr/bin/gtk-update-icon-cache ]; then
|
||||
/usr/bin/gtk-update-icon-cache usr/share/icons/Paper-Mono-Dark >/dev/null 2>&1
|
||||
fi
|
||||
fi
|
||||
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
#
|
||||
# Slackware build script for paper-icon-theme.
|
||||
#
|
||||
# Copyright 2016 Edinaldo P. Silva, Rio de Janeiro, Brazil.
|
||||
# Copyright 2016-2017 Edinaldo P. Silva, Rio de Janeiro, Brazil.
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -23,7 +23,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM="paper-icon-theme"
|
||||
VERSION=${VERSION:-1.3.4}
|
||||
VERSION=${VERSION:-1.4.0}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -50,10 +50,10 @@ find -L . \
|
|||
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
|
||||
|
||||
mkdir -p $PKG/usr/share/icons
|
||||
cp -a Paper $PKG/usr/share/icons/
|
||||
mv Paper Paper-Mono-Dark $PKG/usr/share/icons/
|
||||
|
||||
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cp -a AUTHORS COPYING LICENSE* README.md $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cp -a AUTHORS COPYING LICENSE README.md $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
|
||||
|
||||
mkdir -p $PKG/install
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="paper-icon-theme"
|
||||
VERSION="1.3.4"
|
||||
VERSION="1.4.0"
|
||||
HOMEPAGE="https://github.com/snwh/paper-icon-theme"
|
||||
DOWNLOAD="https://github.com/snwh/paper-icon-theme/archive/v1.3.4/paper-icon-theme-1.3.4.tar.gz"
|
||||
MD5SUM="31ade3eec6ca5e0d705c84805b4db7fb"
|
||||
DOWNLOAD="https://github.com/snwh/paper-icon-theme/archive/v1.4.0/paper-icon-theme-1.4.0.tar.gz"
|
||||
MD5SUM="076e1dfa1bc5928f4c6616ffd933926a"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue