summaryrefslogtreecommitdiffstats
path: root/desktop
diff options
context:
space:
mode:
author wigums2020-01-28 13:27:56 +0100
committer Willy Sudiarto Raharjo2020-01-28 13:28:16 +0100
commit95060e373fae4ad109fa8c77fa8686e82bded711 (patch)
treead0ccc2717e4132506cc20c0508e05ad46d4f0bb /desktop
parente716cb38e0a27514204034784c5890ec9e38bc16 (diff)
downloadslackbuilds-95060e373fae4ad109fa8c77fa8686e82bded711.tar.gz
desktop/conky-manager: Updated for version 2.4.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'desktop')
-rw-r--r--desktop/conky-manager/conky-manager.SlackBuild8
-rw-r--r--desktop/conky-manager/conky-manager.info6
2 files changed, 7 insertions, 7 deletions
diff --git a/desktop/conky-manager/conky-manager.SlackBuild b/desktop/conky-manager/conky-manager.SlackBuild
index 63aeb2fb39..b78bb504a4 100644
--- a/desktop/conky-manager/conky-manager.SlackBuild
+++ b/desktop/conky-manager/conky-manager.SlackBuild
@@ -6,7 +6,7 @@
# Licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/ for details.
PRGNAM=conky-manager
-VERSION=${VERSION:-r136}
+VERSION=${VERSION:-2.4}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -42,9 +42,9 @@ set -e
rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
cd $TMP
-rm -rf ~teejee2008/
-tar xvf $CWD/$PRGNAM-$VERSION.tgz
-cd ~teejee2008/conky-manager/trunk
+rm -rf $PRGNAM-$VERSION
+tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
+cd $PRGNAM-$VERSION
chown -R root:root .
find -L . \
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \
diff --git a/desktop/conky-manager/conky-manager.info b/desktop/conky-manager/conky-manager.info
index c5c5d0ec64..e2868cb833 100644
--- a/desktop/conky-manager/conky-manager.info
+++ b/desktop/conky-manager/conky-manager.info
@@ -1,8 +1,8 @@
PRGNAM="conky-manager"
-VERSION="r136"
+VERSION="2.4"
HOMEPAGE="http://www.teejeetech.in/p/conky-manager.html"
-DOWNLOAD="http://sourceforge.net/projects/slackbuildsdirectlinks/files/conky-manager/conky-manager-r136.tgz"
-MD5SUM="38acfb71bd9ea346abe5322307cf096d"
+DOWNLOAD="https://github.com/teejee2008/conky-manager/archive/v2.4/conky-manager-2.4.tar.gz"
+MD5SUM="dea5fb950b961a3b38ca59b613582245"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="conky libgee json-glib p7zip"