summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Matteo Bernardini <ponce@slackbuilds.org>2022-04-13 17:57:13 +0200
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2022-04-16 12:12:36 +0700
commitcc5a686e9372187653ab1edbee7720087dbe1ffe (patch)
treeee495c34d5976d22c0dc6df8b5c1afd0976f45e5
parentca1498ea87d019f95d49064f7c7fa8c037fb8aa2 (diff)
downloadslackbuilds-cc5a686e9372187653ab1edbee7720087dbe1ffe.tar.gz
slackbuilds-cc5a686e9372187653ab1edbee7720087dbe1ffe.tar.xz
system/scanmem: Updated for version 0.17, use python3.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r--system/scanmem/scanmem.SlackBuild8
-rw-r--r--system/scanmem/scanmem.info6
2 files changed, 7 insertions, 7 deletions
diff --git a/system/scanmem/scanmem.SlackBuild b/system/scanmem/scanmem.SlackBuild
index 27ca8529b5..f0f84d6695 100644
--- a/system/scanmem/scanmem.SlackBuild
+++ b/system/scanmem/scanmem.SlackBuild
@@ -25,8 +25,8 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=scanmem
-VERSION=${VERSION:-0.16}
-BUILD=${BUILD:-2}
+VERSION=${VERSION:-0.17}
+BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -95,8 +95,8 @@ CXXFLAGS="$SLKCFLAGS" \
make
make install DESTDIR=$PKG
-# Remove unused GameConqueror files from usr/share/locale
-find $PKG/usr/share/locale -name GameConqueror.mo -delete
+# Use python3
+sed -i "s|env\ python|env python3|" $PKG/usr/share/gameconqueror/GameConqueror.py
# Remove usr/share* empty directories
find $PKG -depth -empty -exec rmdir {} \;
diff --git a/system/scanmem/scanmem.info b/system/scanmem/scanmem.info
index 0d1e361707..566437b67a 100644
--- a/system/scanmem/scanmem.info
+++ b/system/scanmem/scanmem.info
@@ -1,8 +1,8 @@
PRGNAM="scanmem"
-VERSION="0.16"
+VERSION="0.17"
HOMEPAGE="http://taviso.decsystem.org/scanmem.html"
-DOWNLOAD="https://github.com/scanmem/scanmem/archive/v0.16/scanmem-0.16.tar.gz"
-MD5SUM="1665f6c985f3a29e42a502187dd41775"
+DOWNLOAD="https://github.com/scanmem/scanmem/archive/v0.17/scanmem-0.17.tar.gz"
+MD5SUM="a759fa91173d808bef484871c864236e"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""