diff options
author | Daniel Prosser <dpross1100@msn.com> | 2018-10-11 17:26:32 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-10-13 08:02:58 +0700 |
commit | f2a41a144c68051ef7d241045a4f2e1d5a1a9713 (patch) | |
tree | 3e2996631068c36b170896d8afd20b46f901f1a9 | |
parent | 2e2b072306a3339016d214dc1b02cf15b7f7f877 (diff) | |
download | slackbuilds-f2a41a144c68051ef7d241045a4f2e1d5a1a9713.tar.gz |
desktop/zuki-themes: Updated for version 3.18.1 + new maintainer.
Reverted from version 3.28.3 for compatibility with gtk+3.
Signed-off-by: David Spencer <baildon.research@googlemail.com>
-rw-r--r-- | desktop/zuki-themes/zuki-themes.SlackBuild | 5 | ||||
-rw-r--r-- | desktop/zuki-themes/zuki-themes.info | 10 |
2 files changed, 8 insertions, 7 deletions
diff --git a/desktop/zuki-themes/zuki-themes.SlackBuild b/desktop/zuki-themes/zuki-themes.SlackBuild index 3fabb7099d..fed869f2df 100644 --- a/desktop/zuki-themes/zuki-themes.SlackBuild +++ b/desktop/zuki-themes/zuki-themes.SlackBuild @@ -3,6 +3,7 @@ # Slackware build script for zuki-themes. # # Copyright 2016-2018 Edinaldo P. Silva, Rio de Janeiro, Brazil. +# Copyright 2018 Daniel Prosser, Lexington Park, MD, USA. # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -23,7 +24,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM="zuki-themes" -VERSION=${VERSION:-3.28.3} +VERSION=${VERSION:-3.18.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -34,7 +35,7 @@ PKG=$TMP/package-$PRGNAM OUTPUT=${OUTPUT:-/tmp} CWD=$(pwd) -SRCVER=${SRCVER:-3.28-3} +SRCVER=${SRCVER:-3.18-1} set -e diff --git a/desktop/zuki-themes/zuki-themes.info b/desktop/zuki-themes/zuki-themes.info index cb54abae99..d779d1a196 100644 --- a/desktop/zuki-themes/zuki-themes.info +++ b/desktop/zuki-themes/zuki-themes.info @@ -1,10 +1,10 @@ PRGNAM="zuki-themes" -VERSION="3.28.3" +VERSION="3.18.1" HOMEPAGE="https://github.com/lassekongo83/zuki-themes/" -DOWNLOAD="https://github.com/lassekongo83/zuki-themes/archive/v3.28-3/zuki-themes-3.28-3.tar.gz" -MD5SUM="dfba6072353aee7489faa7e8bdda56dd" +DOWNLOAD="https://github.com/lassekongo83/zuki-themes/archive/v3.18-1/zuki-themes-3.18-1.tar.gz" +MD5SUM="40de194809097a67047dfd29ed1471bc" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="murrine" -MAINTAINER="Edinaldo P. Silva" -EMAIL="edps.mundognu@gmail.com" +MAINTAINER="Daniel Prosser" +EMAIL="dpross1100@msn.com" |