Browse Source
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>
pull/191/head
B. Watson
3 years ago
committed by
Willy Sudiarto Raharjo
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
3 changed files with
11 additions and
4 deletions
-
games/open-adventure/doinst.sh
-
games/open-adventure/open-adventure.SlackBuild
-
games/open-adventure/open-adventure.info
|
|
@ -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 |
|
|
@ -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} |
|
|
|
|
|
@ -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="" |
|
|
|