summaryrefslogtreecommitdiffstats
path: root/audio/grip/grip.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'audio/grip/grip.SlackBuild')
-rw-r--r--audio/grip/grip.SlackBuild6
1 files changed, 5 insertions, 1 deletions
diff --git a/audio/grip/grip.SlackBuild b/audio/grip/grip.SlackBuild
index 13b8527c29..593f227ebb 100644
--- a/audio/grip/grip.SlackBuild
+++ b/audio/grip/grip.SlackBuild
@@ -6,6 +6,8 @@
# Licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/ for details.
+# 20230106 bkw: update for v4.2.4. also gzip the man page...
+
# 20211213 bkw: This replaces the ancient grip2 build. We didn't have
# grip 3.x builds because they had too many gnome dependencies; the
# 4.x series dropped those and is a pure GTK+ application. Except for
@@ -15,7 +17,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=grip
-VERSION=${VERSION:-4.2.3}
+VERSION=${VERSION:-4.2.4}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -85,6 +87,8 @@ cd build
DESTDIR=$PKG $NINJA -v install
cd ..
+gzip -9 $PKG/usr/man/man?/*.?
+
PKGDOC=$PKG/usr/doc/$PRGNAM-$VERSION
mkdir -p $PKGDOC/html