diff options
author | Erik Hanson <erik@slackbuilds.org> | 2022-03-02 19:30:17 -0600 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-03-03 15:56:40 +0700 |
commit | 6eacdafa4476e49f7a3f446088b2acfa52a0ebc6 (patch) | |
tree | 9c64cbf1ca37b1f911e244180e28228ea3601748 /development/highlight | |
parent | 902f5f2dbec6127fc88d98b4afe1ad1fd09d4a96 (diff) |
development/highlight: Updated for version 4.1.
also enabled GUI app, thanks j12i.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/highlight')
-rw-r--r-- | development/highlight/highlight.SlackBuild | 8 | ||||
-rw-r--r-- | development/highlight/highlight.info | 6 |
2 files changed, 7 insertions, 7 deletions
diff --git a/development/highlight/highlight.SlackBuild b/development/highlight/highlight.SlackBuild index fc700ab494114..b2265784f0a8b 100644 --- a/development/highlight/highlight.SlackBuild +++ b/development/highlight/highlight.SlackBuild @@ -2,7 +2,7 @@ # # Slackware build script for highlight # -# Copyright 2011-2017 Erik W. Hanson, Minneapolis, MN, USA +# Copyright 2011-2022 Erik W. Hanson, Minneapolis, MN, USA # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=highlight -VERSION=${VERSION:-3.38} +VERSION=${VERSION:-4.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -65,8 +65,8 @@ find -L . \ \( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \ -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; -make cli -make install DESTDIR=$PKG +make cli gui +make install install-gui DESTDIR=$PKG find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF \ | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null diff --git a/development/highlight/highlight.info b/development/highlight/highlight.info index 160c4b0c1740f..a38b5ab51c4bf 100644 --- a/development/highlight/highlight.info +++ b/development/highlight/highlight.info @@ -1,8 +1,8 @@ PRGNAM="highlight" -VERSION="3.38" +VERSION="4.1" HOMEPAGE="http://www.andre-simon.de/" -DOWNLOAD="http://www.andre-simon.de/zip/highlight-3.38.tar.bz2" -MD5SUM="cb6f5678455200d28dcdbc1028d35693" +DOWNLOAD="http://www.andre-simon.de/zip/highlight-4.1.tar.bz2" +MD5SUM="65caf60e800bb8badf42aac523d48858" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="lua" |