diff options
author | B. Watson <urchlay@slackware.uk> | 2024-02-11 15:26:52 -0500 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-02-17 09:07:13 +0700 |
commit | 920dc181fe91083b7e98ca1bbf11231bd53d6a99 (patch) | |
tree | 86b93f875accb04d48c474be628b74b5183e7be6 /games | |
parent | b25aab6999f1f2f1297a4a15fb43cd1521891dfb (diff) |
games/open-adventure: Updated for version 1.18.
Signed-off-by: B. Watson <urchlay@slackware.uk>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'games')
-rw-r--r-- | games/open-adventure/open-adventure.SlackBuild | 9 | ||||
-rw-r--r-- | games/open-adventure/open-adventure.info | 6 |
2 files changed, 7 insertions, 8 deletions
diff --git a/games/open-adventure/open-adventure.SlackBuild b/games/open-adventure/open-adventure.SlackBuild index a665eb8798a9..e2fac9d1011b 100644 --- a/games/open-adventure/open-adventure.SlackBuild +++ b/games/open-adventure/open-adventure.SlackBuild @@ -21,7 +21,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=open-adventure -VERSION=${VERSION:-1.16} +VERSION=${VERSION:-1.18} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -45,16 +45,12 @@ OUTPUT=${OUTPUT:-/tmp} if [ "$ARCH" = "i586" ]; then SLKCFLAGS="-O2 -march=i586 -mtune=i686" - LIBDIRSUFFIX="" elif [ "$ARCH" = "i686" ]; then SLKCFLAGS="-O2 -march=i686 -mtune=i686" - LIBDIRSUFFIX="" elif [ "$ARCH" = "x86_64" ]; then SLKCFLAGS="-O2 -fPIC" - LIBDIRSUFFIX="64" else SLKCFLAGS="-O2" - LIBDIRSUFFIX="" fi # Actual name of the program: @@ -86,6 +82,9 @@ make clean # It'd be nice if I could pass my own CFLAGS without editing the Makefile... sed -i "s,-O2,$SLKCFLAGS," Makefile +# 20240210 bkw: fix a typo in the man page. +sed -i 's,emdianness,endianness,' $EXE.adoc + # 20201024 bkw: Parallel make causes ./make_dungeon.py to run # twice. This doesn't seem to hurt anything, but I can see how it # might someday. So -j1. diff --git a/games/open-adventure/open-adventure.info b/games/open-adventure/open-adventure.info index fa4f7bff60b5..94e359aee35d 100644 --- a/games/open-adventure/open-adventure.info +++ b/games/open-adventure/open-adventure.info @@ -1,8 +1,8 @@ PRGNAM="open-adventure" -VERSION="1.16" +VERSION="1.18" HOMEPAGE="https://gitlab.com/esr/open-adventure" -DOWNLOAD="https://gitlab.com/esr/open-adventure/-/archive/1.16/open-adventure-1.16.tar.bz2" -MD5SUM="1a62ca50e031daeb9c72571b1d56cca0" +DOWNLOAD="https://gitlab.com/esr/open-adventure/-/archive/1.18/open-adventure-1.18.tar.bz2" +MD5SUM="437d5451ab181dfebc1b5ee690fa5f7d" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |