summaryrefslogtreecommitdiffstats
path: root/development/highlight
diff options
context:
space:
mode:
author Erik Hanson2022-03-03 02:30:17 +0100
committer Willy Sudiarto Raharjo2022-03-03 09:56:40 +0100
commit6eacdafa4476e49f7a3f446088b2acfa52a0ebc6 (patch)
tree9c64cbf1ca37b1f911e244180e28228ea3601748 /development/highlight
parent902f5f2dbec6127fc88d98b4afe1ad1fd09d4a96 (diff)
downloadslackbuilds-6eacdafa4476e49f7a3f446088b2acfa52a0ebc6.tar.gz
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.SlackBuild8
-rw-r--r--development/highlight/highlight.info6
2 files changed, 7 insertions, 7 deletions
diff --git a/development/highlight/highlight.SlackBuild b/development/highlight/highlight.SlackBuild
index fc700ab494..b2265784f0 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 160c4b0c17..a38b5ab51c 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"