mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-20 19:41:34 +01:00
desktop/zuki-themes: Updated for version 3.22.1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
aa3167eb35
commit
d040e85721
2 changed files with 7 additions and 7 deletions
|
@ -2,7 +2,7 @@
|
|||
#
|
||||
# Slackware build script for zuki-themes.
|
||||
#
|
||||
# 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="zuki-themes"
|
||||
VERSION=${VERSION:-3.20.1}
|
||||
VERSION=${VERSION:-3.22.1}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -36,7 +36,7 @@ CWD=$(pwd)
|
|||
|
||||
set -e
|
||||
|
||||
SRCVER="3.20-1"
|
||||
SRCVER="3.22-1"
|
||||
|
||||
rm -rf $PKG
|
||||
mkdir -p $TMP $PKG $OUTPUT
|
||||
|
@ -47,7 +47,7 @@ mv $PRGNAM-$SRCVER $PRGNAM-$VERSION
|
|||
cd $PRGNAM-$VERSION
|
||||
chown -R root:root .
|
||||
|
||||
THEMES="Zuki-shell Zukitre Zukitre-firefox-theme Zukitwo"
|
||||
THEMES="Zuki-shell Zukitre Zukitwo"
|
||||
|
||||
mkdir -p $PKG/usr/share/themes
|
||||
cp -a $THEMES $PKG/usr/share/themes/
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="zuki-themes"
|
||||
VERSION="3.20.1"
|
||||
VERSION="3.22.1"
|
||||
HOMEPAGE="https://github.com/lassekongo83/zuki-themes/"
|
||||
DOWNLOAD="https://github.com/lassekongo83/zuki-themes/archive/v3.20-1/zuki-themes-3.20-1.tar.gz"
|
||||
MD5SUM="78bb07c76874932157cb196b7e4df28d"
|
||||
DOWNLOAD="https://github.com/lassekongo83/zuki-themes/archive/v3.22-1/zuki-themes-3.22-1.tar.gz"
|
||||
MD5SUM="f8450a20c46360aef5b820db2f1f50ea"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue