summaryrefslogtreecommitdiffstats
path: root/games
diff options
context:
space:
mode:
author Arn02024-01-20 14:59:58 +0100
committer Willy Sudiarto Raharjo2024-01-24 02:39:17 +0100
commit674c8e0e5cd9827f8802a67fff0ae3ddd17bce5c (patch)
treeb1f0739099a6e36e21512e39801b5eb1527d9aae /games
parent3a9efdeb6073e873217e9c521e36a79ec4a9ac5d (diff)
downloadslackbuilds-674c8e0e5cd9827f8802a67fff0ae3ddd17bce5c.tar.gz
games/vcmi: updated for version 1.4.4
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'games')
-rw-r--r--games/vcmi/vcmi.SlackBuild3
-rw-r--r--games/vcmi/vcmi.info6
2 files changed, 5 insertions, 4 deletions
diff --git a/games/vcmi/vcmi.SlackBuild b/games/vcmi/vcmi.SlackBuild
index 4b7dec3948..d86239623e 100644
--- a/games/vcmi/vcmi.SlackBuild
+++ b/games/vcmi/vcmi.SlackBuild
@@ -26,7 +26,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=vcmi
-VERSION=${VERSION:-1.4.2}
+VERSION=${VERSION:-1.4.4}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -103,6 +103,7 @@ cd ..
find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
+sed -i 's#Version=1.5#Version=1.4#;s#SingleMainWindow#X-SingleMainWindow#' $PKG/usr/share/applications/vcmi*.desktop
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
cp -a ChangeLog* docs license* $PKG/usr/doc/$PRGNAM-$VERSION
diff --git a/games/vcmi/vcmi.info b/games/vcmi/vcmi.info
index 7dc1bd014e..2ef896900d 100644
--- a/games/vcmi/vcmi.info
+++ b/games/vcmi/vcmi.info
@@ -1,8 +1,8 @@
PRGNAM="vcmi"
-VERSION="1.4.2"
+VERSION="1.4.4"
HOMEPAGE="http://forum.vcmi.eu/portal.php"
-DOWNLOAD="https://github.com/vcmi/vcmi/archive/1.4.2/vcmi-1.4.2.tar.gz"
-MD5SUM="9048cc6c6761f87fab24f147632be271"
+DOWNLOAD="https://github.com/vcmi/vcmi/archive/1.4.4/vcmi-1.4.4.tar.gz"
+MD5SUM="ca490686db85faa6bb2c31f5f2ad23e8"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="fuzzylite libminizip tbb luajit"