games/zsxd: Updated for version 1.12.0.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Hunter Sezen 2019-04-18 10:04:33 +07:00 committed by Willy Sudiarto Raharjo
parent de92d9cc71
commit 6e2ef4a461
4 changed files with 10 additions and 36 deletions

Binary file not shown.

View file

@ -12,7 +12,7 @@ zsxd: Zelda Mystery of Solarus XD is a parodic game that we released on
zsxd: April 1st, 2011. Though it's a big April 1st joke, it's a real, full
zsxd: game with two huge dungeons and 5-10 hours of playing.
zsxd:
zsxd: Homeage: http://www.solarus-games.org/
zsxd: Homeage: https://www.solarus-games.org/
zsxd:
zsxd:
zsxd:

View file

@ -2,7 +2,7 @@
# Slackware build script for Zelda: Mystery of Solarus XD
# Copyright 2016, 2018 Hunter Sezen California, USA
# Copyright 2016, 2018-2019 Hunter Sezen California, USA
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@ -23,37 +23,17 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=zsxd
VERSION=${VERSION:-1.11.0}
BUILD=${BUILD:-2}
VERSION=${VERSION:-1.12.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
if [ -z "$ARCH" ]; then
case "$( uname -m )" in
i?86) ARCH=i586 ;;
arm*) ARCH=arm ;;
*) ARCH=$( uname -m ) ;;
esac
fi
ARCH=noarch
CWD=$(pwd)
TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
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
set -eu
rm -rf $PKG
@ -69,15 +49,9 @@ find -L . \
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
# Install icons and a desktop file.
# https://gitlab.com/solarus-games/zsxd/merge_requests/45
zcat $CWD/share.patch.gz | patch -p1
mkdir -p build
cd build
cmake \
-DCMAKE_C_FLAGS:STRING="$SLKCFLAGS" \
-DCMAKE_CXX_FLAGS:STRING="$SLKCFLAGS" \
-DCMAKE_INSTALL_PREFIX=/usr \
-DSOLARUS_INSTALL_BINDIR:PATH=games \
-DSOLARUS_INSTALL_DATADIR:PATH=share/games/solarus \

View file

@ -1,10 +1,10 @@
PRGNAM="zsxd"
VERSION="1.11.0"
HOMEPAGE="http://www.solarus-games.org/"
DOWNLOAD="https://gitlab.com/solarus-games/zsxd/-/archive/zsxd-1.11.0/zsxd-zsxd-1.11.0.tar.gz"
MD5SUM="b48e537872cd03637fb22f4f044eb8ce"
VERSION="1.12.0"
HOMEPAGE="https://www.solarus-games.org/"
DOWNLOAD="https://gitlab.com/solarus-games/zsxd/-/archive/zsxd-1.12.0/zsxd-zsxd-1.12.0.tar.gz"
MD5SUM="559374ee362c3d10687d8decba6c9c68"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="solarus"
MAINTAINER="Hunter Sezen"
EMAIL="orbea@fredslev.dk"
EMAIL="orbea@riseup.net"