From 6ef8f3a6196a0b5d2b6f344b01c0fde22c1b3508 Mon Sep 17 00:00:00 2001 From: Ruoh-Shoei LIN <56530472+LinRs@users.noreply.github.com> Date: Fri, 27 Jan 2023 12:32:49 +0000 Subject: games/yamagi-quake2: Updated for version 8.20. Signed-off-by: Andrew Clemons Signed-off-by: Willy Sudiarto Raharjo --- games/yamagi-quake2/README | 6 +++--- games/yamagi-quake2/yamagi-quake2.SlackBuild | 14 +++++++------- games/yamagi-quake2/yamagi-quake2.info | 20 ++++++++++---------- 3 files changed, 20 insertions(+), 20 deletions(-) (limited to 'games/yamagi-quake2') diff --git a/games/yamagi-quake2/README b/games/yamagi-quake2/README index 69f5f0e45076..952fe1fd2872 100644 --- a/games/yamagi-quake2/README +++ b/games/yamagi-quake2/README @@ -3,8 +3,8 @@ focuses on single-player. Features include rock-solid stability and AMD64 support. Before playing, copy your Quake2 data files into the appropriate -subdirectories of /usr/share/quake2. Please refer to the README files -in /usr/doc/yamagi-quake2-7.41/ for details. +subdirectories of /usr/share/quake2 ( or "$HOME/.yq2"). Please refer +to the README files in /usr/doc/yamagi-quake2-8.20/ for details. To get a reasonable default configuration, copy -/usr/doc/yamagi-quake2-7.41/yq2.cfg to your baseq2 directory. +/usr/doc/yamagi-quake2-8.20/yq2.cfg to your baseq2 directory. diff --git a/games/yamagi-quake2/yamagi-quake2.SlackBuild b/games/yamagi-quake2/yamagi-quake2.SlackBuild index bef2047c7565..abc859acb338 100644 --- a/games/yamagi-quake2/yamagi-quake2.SlackBuild +++ b/games/yamagi-quake2/yamagi-quake2.SlackBuild @@ -27,14 +27,14 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=yamagi-quake2 -VERSION=${VERSION:-7.45} +VERSION=${VERSION:-8.20} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} -CTFVER=${CTFVER:-1.08} -XATRIXVER=${XATRIXVER:-2.09} -ROGUEVER=${ROGUEVER:-2.08} +CTFVER=${CTFVER:-1.09} +XATRIXVER=${XATRIXVER:-2.11} +ROGUEVER=${ROGUEVER:-2.10} if [ -z "$ARCH" ]; then case "$( uname -m )" in @@ -131,7 +131,7 @@ cd build make cp -r Release/* $PKG/usr/share/quake2/ctf cd .. -install -D -m 755 $CWD/ctf.sh $PKG/usr/bin/ctf +install -D -m 755 $CWD/ctf.sh $PKG/usr/bin/quake2-ctf # Mission Pack 1 support @@ -157,7 +157,7 @@ cd build cp -r Release/* $PKG/usr/share/quake2/xatrix cd .. -install -D -m 755 $CWD/xatrix.sh $PKG/usr/bin/xatrix +install -D -m 755 $CWD/xatrix.sh $PKG/usr/bin/quake2-xatrix # Mission Pack 2 support @@ -183,7 +183,7 @@ cd build cp -r Release/* $PKG/usr/share/quake2/rogue cd .. -install -D -m 755 $CWD/rogue.sh $PKG/usr/bin/rogue +install -D -m 755 $CWD/rogue.sh $PKG/usr/bin/quake2-rogue find $PKG/usr/share/quake2 -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \ | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true diff --git a/games/yamagi-quake2/yamagi-quake2.info b/games/yamagi-quake2/yamagi-quake2.info index 44c6861f0186..43d998de0dbe 100644 --- a/games/yamagi-quake2/yamagi-quake2.info +++ b/games/yamagi-quake2/yamagi-quake2.info @@ -1,14 +1,14 @@ PRGNAM="yamagi-quake2" -VERSION="7.45" -HOMEPAGE="http://www.yamagi.org/quake2/" -DOWNLOAD="http://deponie.yamagi.org/quake2/quake2-7.45.tar.xz \ - http://deponie.yamagi.org/quake2/quake2-ctf-1.08.tar.xz \ - http://deponie.yamagi.org/quake2/quake2-xatrix-2.09.tar.xz \ - http://deponie.yamagi.org/quake2/quake2-rogue-2.08.tar.xz" -MD5SUM="b1fd8ad59d8f4ad7aec87926fe0731e1 \ - 75b4940448e6a65211b0583c91fd7691 \ - 91b2cc2b55a32ee7278d58249c24b07d \ - 2cc214016a54817570fe51fbb708055b" +VERSION="8.20" +HOMEPAGE="https://www.yamagi.org/quake2/" +DOWNLOAD="https://deponie.yamagi.org/quake2/quake2-8.20.tar.xz \ + https://deponie.yamagi.org/quake2/quake2-ctf-1.09.tar.xz \ + https://deponie.yamagi.org/quake2/quake2-xatrix-2.11.tar.xz \ + https://deponie.yamagi.org/quake2/quake2-rogue-2.10.tar.xz" +MD5SUM="8393f01070d673e72db38f016bf2d143 \ + 28e33d66f9dca09f80e8c7bcbc089a67 \ + 219b8bde1fb818c03520d2b67be3a9a5 \ + aa5054e19e54a7e59875cd07f733cd08" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" -- cgit v1.2.3