desktop/faba-icon-theme: Updated for version 4.3.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Edinaldo P. Silva 2018-07-01 08:29:17 +07:00 committed by Willy Sudiarto Raharjo
parent 29d5a0713b
commit 1d7d4a3330
No known key found for this signature in database
GPG Key ID: 887B8374D7333381
2 changed files with 5 additions and 8 deletions

View File

@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM="faba-icon-theme"
VERSION=${VERSION:-20180624}
VERSION=${VERSION:-4.3}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -34,16 +34,13 @@ PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}
CWD=$(pwd)
SRCVER=${SRCVER:-6d7ebd28276608215b1fb48ac59edef898646144}
set -e
rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
cd $TMP
rm -rf $PRGNAM-$VERSION
tar xvf $CWD/$PRGNAM-$SRCVER.tar.gz
mv $PRGNAM-$SRCVER $PRGNAM-$VERSION
tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
cd $PRGNAM-$VERSION
chown -R root:root .
find -L . \

View File

@ -1,8 +1,8 @@
PRGNAM="faba-icon-theme"
VERSION="20180624"
VERSION="4.3"
HOMEPAGE="https://github.com/snwh/faba-icon-theme/"
DOWNLOAD="https://github.com/snwh/faba-icon-theme/archive/6d7ebd28276608215b1fb48ac59edef898646144/faba-icon-theme-6d7ebd28276608215b1fb48ac59edef898646144.tar.gz"
MD5SUM="7e986db83a37103e117812ad41a08ecd"
DOWNLOAD="https://github.com/snwh/faba-icon-theme/archive/v4.3/faba-icon-theme-4.3.tar.gz"
MD5SUM="34633c7d146b93abebc96d3dddd52053"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="meson"