aboutsummaryrefslogtreecommitdiff
path: root/system/scanmem/scanmem.SlackBuild
diff options
context:
space:
mode:
authorMatteo Bernardini <ponce@slackbuilds.org>2022-04-13 17:57:13 +0200
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2022-04-16 12:12:36 +0700
commitcc5a686e9372187653ab1edbee7720087dbe1ffe (patch)
treeee495c34d5976d22c0dc6df8b5c1afd0976f45e5 /system/scanmem/scanmem.SlackBuild
parentca1498ea87d019f95d49064f7c7fa8c037fb8aa2 (diff)
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>
Diffstat (limited to 'system/scanmem/scanmem.SlackBuild')
-rw-r--r--system/scanmem/scanmem.SlackBuild8
1 files changed, 4 insertions, 4 deletions
diff --git a/system/scanmem/scanmem.SlackBuild b/system/scanmem/scanmem.SlackBuild
index 27ca8529b50fb..f0f84d66954d4 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 {} \;