From 7bba69f99d2983e40b939cbf7d7fe761d857f63b Mon Sep 17 00:00:00 2001 From: Dugan Chen Date: Sun, 31 May 2015 08:33:11 +0700 Subject: games/yamagi-quake2: Updated for version 5.30. Signed-off-by: Willy Sudiarto Raharjo --- games/yamagi-quake2/README | 8 ++++---- games/yamagi-quake2/yamagi-quake2.SlackBuild | 9 ++++----- games/yamagi-quake2/yamagi-quake2.info | 16 ++++++++-------- 3 files changed, 16 insertions(+), 17 deletions(-) (limited to 'games') diff --git a/games/yamagi-quake2/README b/games/yamagi-quake2/README index 2f9b610d47..50533fead4 100644 --- a/games/yamagi-quake2/README +++ b/games/yamagi-quake2/README @@ -1,14 +1,14 @@ This is an enhanced client for Id Software's legendary Quake II. It focuses on single-player. Features include rock-solid stability and AMD64 support. -OpenAL and SDL2 are recommended optional dependencies. Install them first, then +OpenAL is recommended optional dependency. Install them first, then do: - WITH_OPENAL=yes WITH_SDL2=yes ./yamagi-quake2.SlackBuild + WITH_OPENAL=yes ./yamagi-quake2.SlackBuild 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-5.23/ for details. +/usr/doc/yamagi-quake2-5.30/ for details. To get a reasonable default configuration, copy -/usr/doc/yamagi-quake2-5.23/yq2.cfg to your baseq2 directory. +/usr/doc/yamagi-quake2-5.30/yq2.cfg to your baseq2 directory. diff --git a/games/yamagi-quake2/yamagi-quake2.SlackBuild b/games/yamagi-quake2/yamagi-quake2.SlackBuild index 2cd00b61c7..6638b185d7 100644 --- a/games/yamagi-quake2/yamagi-quake2.SlackBuild +++ b/games/yamagi-quake2/yamagi-quake2.SlackBuild @@ -25,15 +25,14 @@ # Includes components from the Arch Linux AUR builds. PRGNAM=yamagi-quake2 -VERSION=${VERSION:-5.23} +VERSION=${VERSION:-5.30} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} CTFVER=${CTFVER:-1.02} -XATRIXVER=${XATRIXVER:-2.01} -ROGUEVER=${ROGUEVER:-2.00} +XATRIXVER=${XATRIXVER:-2.02} +ROGUEVER=${ROGUEVER:-2.01} -WITH_SDL2=${WITH_SDL2:-no} WITH_OPENAL=${WITH_OPENAL:-no} if [ -z "$ARCH" ]; then @@ -83,7 +82,7 @@ find -L . \ CFLAGS="$SLKCFLAGS" \ CXXFLAGS="$SLKCFLAGS" \ - make WITH_SDL2=$WITH_SDL2 WITH_OPENAL=$WITH_OPENAL +make WITH_OPENAL=$WITH_OPENAL mkdir -p $PKG/usr/{bin,share/quake2/{ctf,xatrix,rogue}} cp -r release/* $PKG/usr/share/quake2 diff --git a/games/yamagi-quake2/yamagi-quake2.info b/games/yamagi-quake2/yamagi-quake2.info index 85f48ec6aa..6f7c7f94c2 100644 --- a/games/yamagi-quake2/yamagi-quake2.info +++ b/games/yamagi-quake2/yamagi-quake2.info @@ -1,16 +1,16 @@ PRGNAM="yamagi-quake2" -VERSION="5.23" +VERSION="5.30" HOMEPAGE="http://www.yamagi.org/quake2/" -DOWNLOAD="http://deponie.yamagi.org/quake2/quake2-5.23.tar.xz \ +DOWNLOAD="http://deponie.yamagi.org/quake2/quake2-5.30.tar.xz \ http://deponie.yamagi.org/quake2/quake2-ctf-1.02.tar.xz \ - http://deponie.yamagi.org/quake2/quake2-xatrix-2.01.tar.xz \ - http://deponie.yamagi.org/quake2/quake2-rogue-2.00.tar.xz" -MD5SUM="0d63ac57fb70f8c4f9b58cea262a8ced \ + http://deponie.yamagi.org/quake2/quake2-xatrix-2.02.tar.xz \ + http://deponie.yamagi.org/quake2/quake2-rogue-2.01.tar.xz" +MD5SUM="1dcfa4dbabe3a34f31b9f9acf3aa4b4 \ cb54db38b0216d04f27b6ccb605679d0 \ - d8b43978c196bd426acde0efef870ebb \ - 9b058f2821fddf8776561ab245cfff85" + 36e453613620aaa312d8b6ef654b9cdc \ + 57cdc9d42c60e3f0ef7dc7d339379bc1" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="" +REQUIRES="SDL2" MAINTAINER="Dugan Chen" EMAIL="thedoogster [at] gmail [dot] com" -- cgit v1.2.3