diff options
author | Leo C <leoc@gmx.com> | 2018-03-17 02:16:44 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-03-17 02:16:44 +0700 |
commit | a6dccbfdc3ed170ab6a67e2f990ce8d8038750f0 (patch) | |
tree | 7bc2716613ce22ddfaf0a548c381407f72bb628f | |
parent | 7a4edc3578fda2e8e9e638cf6a7bb0f543233ba3 (diff) | |
download | slackbuilds-a6dccbfdc3ed170ab6a67e2f990ce8d8038750f0.tar.gz |
desktop/xfce-hkmon: Added (Hacker's Monitor for Xfce).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r-- | desktop/xfce-hkmon/xfce-hkmon.SlackBuild | 12 | ||||
-rw-r--r-- | desktop/xfce-hkmon/xfce-hkmon.info | 6 |
2 files changed, 9 insertions, 9 deletions
diff --git a/desktop/xfce-hkmon/xfce-hkmon.SlackBuild b/desktop/xfce-hkmon/xfce-hkmon.SlackBuild index 28ef26a5eb..90a1d02175 100644 --- a/desktop/xfce-hkmon/xfce-hkmon.SlackBuild +++ b/desktop/xfce-hkmon/xfce-hkmon.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for xfce-hkmon -# Copyright 2017 Leonardo Citrolo, Italy +# Copyright 2017-2018 Leonardo Citrolo, Italy # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -23,11 +23,11 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=xfce-hkmon -VERSION=${VERSION:-20161003git} +VERSION=${VERSION:-20180315git} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} -COMMIT_ID=${COMMIT_ID:-24dede4c33f2f87db3b2ab6c86eb1bb08da72812} +COMMIT=${COMMIT:-6862a03e9ca7d2b0e96bece4cb88dfc9b3518987} if [ -z "$ARCH" ]; then case "$( uname -m )" in @@ -61,9 +61,9 @@ set -e rm -rf $PKG mkdir -p $TMP $PKG $OUTPUT cd $TMP -rm -rf $PRGNAM-$COMMIT_ID -tar xvf $CWD/$PRGNAM-$COMMIT_ID.tar.gz -cd $PRGNAM-$COMMIT_ID +rm -rf $PRGNAM-$COMMIT +tar xvf $CWD/$PRGNAM-$COMMIT.tar.gz +cd $PRGNAM-$COMMIT chown -R root:root . find -L . \ \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \ diff --git a/desktop/xfce-hkmon/xfce-hkmon.info b/desktop/xfce-hkmon/xfce-hkmon.info index c52c01ac53..27936a2bfb 100644 --- a/desktop/xfce-hkmon/xfce-hkmon.info +++ b/desktop/xfce-hkmon/xfce-hkmon.info @@ -1,8 +1,8 @@ PRGNAM="xfce-hkmon" -VERSION="20161003git" +VERSION="20180315git" HOMEPAGE="https://lightful.github.io/xfce-hkmon" -DOWNLOAD="https://github.com/lightful/xfce-hkmon/archive/24dede4c33f2f87db3b2ab6c86eb1bb08da72812/xfce-hkmon-24dede4c33f2f87db3b2ab6c86eb1bb08da72812.tar.gz" -MD5SUM="6dab6fbf31b10ebb659e710ed6b868aa" +DOWNLOAD="https://github.com/lightful/xfce-hkmon/archive/6862a03e9ca7d2b0e96bece4cb88dfc9b3518987/xfce-hkmon-6862a03e9ca7d2b0e96bece4cb88dfc9b3518987.tar.gz" +MD5SUM="b7eb3760717ebff1796317a3029843d0" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |