summaryrefslogtreecommitdiffstats
path: root/development/ghex
diff options
context:
space:
mode:
author B. Watson <yalhcru@gmail.com>2021-08-31 00:57:00 -0400
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2021-10-13 00:51:55 +0700
commitaedc631802952770f04611ac1a6344afd4cf9bbe (patch)
tree08339fde710eb3d9084510536c285a886d2c2f1a /development/ghex
parentf7a0af6057f5cb8e681e2d727d64d3ba594c648d (diff)
downloadslackbuilds-aedc631802952770f04611ac1a6344afd4cf9bbe.tar.gz
slackbuilds-aedc631802952770f04611ac1a6344afd4cf9bbe.tar.xz
development/ghex: Updated for version 3.41.beta.
Signed-off-by: B. Watson <yalhcru@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/ghex')
-rw-r--r--development/ghex/ghex.SlackBuild16
-rw-r--r--development/ghex/ghex.info6
2 files changed, 12 insertions, 10 deletions
diff --git a/development/ghex/ghex.SlackBuild b/development/ghex/ghex.SlackBuild
index 316448b511..492c7eefc3 100644
--- a/development/ghex/ghex.SlackBuild
+++ b/development/ghex/ghex.SlackBuild
@@ -10,10 +10,16 @@
# no gnome dependencies (just GTK3). Previous versions (2.x) did depend
# on gnome so I never wanted to package them...
+# 20210831 bkw: update for v3.41.beta. Normally I wouldn't package
+# a beta, but the beta has the ability to copy/paste raw binary
+# data between ghex windows (of the same instance of ghex, anyway).
+# And the new upstream ghex maintainer is a friend (and also a SBo
+# contributor; hi Logan!)
+
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=ghex
-VERSION=${VERSION:-3.18.4}
+VERSION=${VERSION:-3.41.beta}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -26,9 +32,6 @@ if [ -z "$ARCH" ]; then
esac
fi
-# If the variable PRINT_PACKAGE_NAME is set, then this script will report what
-# the name of the created package would be, and then exit. This information
-# could be useful to other scripts.
if [ ! -z "${PRINT_PACKAGE_NAME}" ]; then
echo "$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE"
exit 0
@@ -85,12 +88,11 @@ meson \
--strip \
build
-"${NINJA:=ninja}"
-DESTDIR="$PKG" $NINJA -C build install
+DESTDIR="$PKG" ${NINJA:-ninja} -C build install
PKGDOC=$PKG/usr/doc/$PRGNAM-$VERSION
mkdir -p $PKGDOC
-cp -a AUTHORS COPYING* HACKING NEWS README $PKGDOC
+cp -a COPYING* HACKING NEWS README* $PKGDOC
cat $CWD/$PRGNAM.SlackBuild > $PKGDOC/$PRGNAM.SlackBuild
# Generate the HTML help, for those who don't want to install yelp.
diff --git a/development/ghex/ghex.info b/development/ghex/ghex.info
index c5e7793a1d..82e456ad9f 100644
--- a/development/ghex/ghex.info
+++ b/development/ghex/ghex.info
@@ -1,8 +1,8 @@
PRGNAM="ghex"
-VERSION="3.18.4"
+VERSION="3.41.beta"
HOMEPAGE="https://wiki.gnome.org/Apps/Ghex"
-DOWNLOAD="http://ftp.gnome.org/pub/GNOME/sources/ghex/3.18/ghex-3.18.4.tar.xz"
-MD5SUM="7e6ed808766bc18285bdc6999bdf0f15"
+DOWNLOAD="https://ftp.gnome.org/pub/GNOME/sources/ghex/3.41/ghex-3.41.beta.tar.xz"
+MD5SUM="47465a20af4b088694d3eec6dbc68a94"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""