aboutsummaryrefslogtreecommitdiff
path: root/development
diff options
context:
space:
mode:
authorWilly Sudiarto Raharjo <willysr@slackbuilds.org>2024-09-21 08:59:48 +0700
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2024-09-21 08:59:48 +0700
commitada6ce81cac40b8905df87d3626e8c7ea7d61328 (patch)
treeb7dd6562508e5d06cdc45f1e7382443cc45ced29 /development
parent836322ffac84441c918f831e83e1de88f0abe990 (diff)
development/wxHexEditor: Updated for version 20231108_f439d8f.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development')
-rw-r--r--development/wxHexEditor/slack-desc2
-rw-r--r--development/wxHexEditor/wxHexEditor.SlackBuild13
-rw-r--r--development/wxHexEditor/wxHexEditor.info8
3 files changed, 12 insertions, 11 deletions
diff --git a/development/wxHexEditor/slack-desc b/development/wxHexEditor/slack-desc
index 5bec9b541265c..07e76739034af 100644
--- a/development/wxHexEditor/slack-desc
+++ b/development/wxHexEditor/slack-desc
@@ -14,6 +14,6 @@ wxHexEditor:
wxHexEditor: Besides editing very big files, wxHexEditor has some unique
wxHexEditor: features like comparing big files, x86 disassembling, low-level
wxHexEditor:
-wxHexEditor: Homepage: http://wxhexeditor.sourceforge.net/
+wxHexEditor: Homepage: https://www.wxhexeditor.org/
wxHexEditor: Author: Erdem U. Altinyurt
wxHexEditor:
diff --git a/development/wxHexEditor/wxHexEditor.SlackBuild b/development/wxHexEditor/wxHexEditor.SlackBuild
index dbd15488248a1..037c3ca2ad5e2 100644
--- a/development/wxHexEditor/wxHexEditor.SlackBuild
+++ b/development/wxHexEditor/wxHexEditor.SlackBuild
@@ -29,8 +29,9 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=wxHexEditor
-VERSION=${VERSION:-20170415_bb951eb}
-BUILD=${BUILD:-2}
+VERSION=${VERSION:-20231108_f439d8f}
+SRCVERSION=f439d8f3bfbccbf7f7ec587b548a7d7421978b2f
+BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -70,9 +71,9 @@ set -e
rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
cd $TMP
-rm -rf $PRGNAM-$VERSION
-tar xvf $CWD/$PRGNAM-$VERSION.tar.?z*
-cd $PRGNAM-$VERSION
+rm -rf $PRGNAM-$SRCVERSION
+unzip $CWD/$PRGNAM-$SRCVERSION.zip
+cd $PRGNAM-$SRCVERSION
chown -R root:root .
find -L . \
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \
@@ -87,7 +88,7 @@ find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | gr
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
-cp -a docs/Change.log docs/GPL.txt $PKG/usr/doc/$PRGNAM-$VERSION
+cp docs/Change.log LICENSE $PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
mkdir -p $PKG/install
diff --git a/development/wxHexEditor/wxHexEditor.info b/development/wxHexEditor/wxHexEditor.info
index ea1fbc2857cb8..70285ec682915 100644
--- a/development/wxHexEditor/wxHexEditor.info
+++ b/development/wxHexEditor/wxHexEditor.info
@@ -1,8 +1,8 @@
PRGNAM="wxHexEditor"
-VERSION="20170415_bb951eb"
-HOMEPAGE="http://wxhexeditor.sourceforge.net/"
-DOWNLOAD="http://ponce.cc/slackware/sources/repo/wxHexEditor-20170415_bb951eb.tar.xz"
-MD5SUM="8b3f8d2c459a6bc7bd18d091d85f9671"
+VERSION="20231108_f439d8f"
+HOMEPAGE="https://www.wxhexeditor.org/"
+DOWNLOAD="https://github.com/EUA/wxHexEditor/archive/f439d8f3bfbccbf7f7ec587b548a7d7421978b2f/wxHexEditor-f439d8f3bfbccbf7f7ec587b548a7d7421978b2f.zip"
+MD5SUM="15537356cf6cc162a607598dccaae3de"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="webkit2gtk wxGTK3"