summaryrefslogtreecommitdiffstats
path: root/misc/grc/grc.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'misc/grc/grc.SlackBuild')
-rw-r--r--misc/grc/grc.SlackBuild9
1 files changed, 8 insertions, 1 deletions
diff --git a/misc/grc/grc.SlackBuild b/misc/grc/grc.SlackBuild
index dd048f8482..8aaf9b6546 100644
--- a/misc/grc/grc.SlackBuild
+++ b/misc/grc/grc.SlackBuild
@@ -24,6 +24,11 @@
# OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+# 20240208 bkw: BUILD=2
+# - add fix from Debian, for 'ip addr' highlighting. for some reason,
+# they call this version 1.13.1, though upstream has not released
+# such a version.
+
# 20230806 bkw:
# - take over maintenance.
# - ARCH=noarch since it's just python.
@@ -36,7 +41,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PRGNAM="grc"
VERSION=${VERSION:-1.13}
-BUILD=${BUILD:-1}
+BUILD=${BUILD:-2}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
ARCH=noarch
@@ -62,6 +67,8 @@ chown -R root:root .
find -L . -perm /111 -a \! -perm 755 -a -exec chmod 755 {} + -o \
\! -perm /111 -a \! -perm 644 -a -exec chmod 644 {} +
+patch -p1 < $CWD/ipaddr.diff
+
# Hardcoded man path sucks...
sed -i 's,/share/man,/man,' install.sh