summaryrefslogtreecommitdiffstats
path: root/games/open-adventure
diff options
context:
space:
mode:
author B. Watson2023-01-07 22:50:16 +0100
committer Willy Sudiarto Raharjo2023-01-14 02:50:19 +0100
commitc62f702d1542a712c588cc5ca8212049a5bf231f (patch)
tree72ce2d4e2d190e7d72390c78c13d494bd9556731 /games/open-adventure
parent670e34b80505321bbd7d6785740535634f2eeaef (diff)
downloadslackbuilds-c62f702d1542a712c588cc5ca8212049a5bf231f.tar.gz
games/open-adventure: Updated for version 1.11.
Signed-off-by: B. Watson <urchlay@slackware.uk> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'games/open-adventure')
-rw-r--r--games/open-adventure/doinst.sh6
-rw-r--r--games/open-adventure/open-adventure.SlackBuild3
-rw-r--r--games/open-adventure/open-adventure.info6
3 files changed, 11 insertions, 4 deletions
diff --git a/games/open-adventure/doinst.sh b/games/open-adventure/doinst.sh
index 9a8ded3c60..9424ce43ff 100644
--- a/games/open-adventure/doinst.sh
+++ b/games/open-adventure/doinst.sh
@@ -5,3 +5,9 @@ fi
if [ -x /usr/bin/update-mime-database ]; then
/usr/bin/update-mime-database usr/share/mime >/dev/null 2>&1
fi
+
+if [ -e usr/share/icons/hicolor/icon-theme.cache ]; then
+ if [ -x /usr/bin/gtk-update-icon-cache ]; then
+ /usr/bin/gtk-update-icon-cache usr/share/icons/hicolor >/dev/null 2>&1
+ fi
+fi
diff --git a/games/open-adventure/open-adventure.SlackBuild b/games/open-adventure/open-adventure.SlackBuild
index d0ed231ad1..a327811620 100644
--- a/games/open-adventure/open-adventure.SlackBuild
+++ b/games/open-adventure/open-adventure.SlackBuild
@@ -6,6 +6,7 @@
# Licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/ for details.
+# 20230107 bkw: Update for v1.11.
# 20211024 bkw: BUILD=2, new-style icons, HTML docs.
# 20201024 bkw: Update for v1.9.
# 20191211 bkw: Update for v1.8.
@@ -19,7 +20,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=open-adventure
-VERSION=${VERSION:-1.9}
+VERSION=${VERSION:-1.11}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
diff --git a/games/open-adventure/open-adventure.info b/games/open-adventure/open-adventure.info
index 17e9c45430..d8b8387a46 100644
--- a/games/open-adventure/open-adventure.info
+++ b/games/open-adventure/open-adventure.info
@@ -1,8 +1,8 @@
PRGNAM="open-adventure"
-VERSION="1.9"
+VERSION="1.11"
HOMEPAGE="https://gitlab.com/esr/open-adventure"
-DOWNLOAD="https://gitlab.com/esr/open-adventure/-/archive/1.9/open-adventure-1.9.tar.bz2"
-MD5SUM="aca1f7c1732eeadae8cd107d7f201af5"
+DOWNLOAD="https://gitlab.com/esr/open-adventure/-/archive/1.11/open-adventure-1.11.tar.bz2"
+MD5SUM="b4245536e4134804a80e7aa878ac00db"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""