diff options
author | Azure Zanculmarktum <zanculmarktum@gmail.com> | 2018-03-16 18:27:43 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-03-16 18:27:43 +0700 |
commit | 8a5af1ae99e160b389d239e5918ac6c77cc68d5e (patch) | |
tree | 3be0f0ac4ed3a5c5ff2e36271b7a29e246f11dcb /system/termite | |
parent | 208148a72d5cbc54bf7e5df9e36451d76226c96f (diff) | |
download | slackbuilds-8a5af1ae99e160b389d239e5918ac6c77cc68d5e.tar.gz |
system/termite: Updated for version 13.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/termite')
-rw-r--r-- | system/termite/termite.SlackBuild | 14 | ||||
-rw-r--r-- | system/termite/termite.info | 6 |
2 files changed, 10 insertions, 10 deletions
diff --git a/system/termite/termite.SlackBuild b/system/termite/termite.SlackBuild index 756e2b5392..346e17684d 100644 --- a/system/termite/termite.SlackBuild +++ b/system/termite/termite.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for termite -# Copyright 2017 Azure Zanculmarktum <zanculmarktum@gmail.com> +# Copyright 2017-2018 Azure Zanculmarktum <zanculmarktum@gmail.com> # 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=termite -VERSION=${VERSION:-12} +VERSION=${VERSION:-13} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -68,16 +68,16 @@ tar xvf $CWD/$PRGNAM-$VERSION.tar.gz cd $PRGNAM-$VERSION # Extract the Git modules +rm -rf $MODULENAM tar xvf $CWD/$MODULENAM-$MODULEVER.tar.gz -[ -e $MODULENAM ] && rm -rf $MODULENAM mv $MODULENAM-$MODULEVER $MODULENAM chown -R root:root . find -L . \ - \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \ - -o -perm 511 \) -exec chmod 755 {} \; -o \ - \( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \ - -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; + \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \ + -o -perm 511 \) -exec chmod 755 {} \; -o \ + \( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \ + -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; # Fix man pages path sed -i 's|\(\${DESTDIR}\${PREFIX}\)/share\(/man\)|\1\2|g' Makefile diff --git a/system/termite/termite.info b/system/termite/termite.info index 6cfd170817..4cddf13e7d 100644 --- a/system/termite/termite.info +++ b/system/termite/termite.info @@ -1,9 +1,9 @@ PRGNAM="termite" -VERSION="12" +VERSION="13" HOMEPAGE="https://github.com/thestinger/termite" -DOWNLOAD="https://github.com/thestinger/termite/archive/v12/termite-12.tar.gz \ +DOWNLOAD="https://github.com/thestinger/termite/archive/v13/termite-13.tar.gz \ https://github.com/thestinger/util/archive/409b8449ab51fccf51057621168c9c15c54d4807/util-409b8449ab51fccf51057621168c9c15c54d4807.tar.gz" -MD5SUM="754ac5625b7d91dac0c57420830ded57 \ +MD5SUM="4872c33cd79e78f7229d1d53e57c2782 \ aecb3bb1e097e865c4aa3e12ef2ffd07" DOWNLOAD_x86_64="" MD5SUM_x86_64="" |