From 48eb17ecca2cea8b3f05321eb94142b173509227 Mon Sep 17 00:00:00 2001 From: "M.Dinslage" Date: Thu, 20 Apr 2017 12:39:08 +0100 Subject: games/ioquake3: Updated for version r20170419. Signed-off-by: David Spencer --- games/ioquake3/ioquake3.SlackBuild | 10 +++++----- games/ioquake3/ioquake3.info | 6 +++--- games/ioquake3/quake3.png | Bin 33053 -> 0 bytes 3 files changed, 8 insertions(+), 8 deletions(-) delete mode 100644 games/ioquake3/quake3.png (limited to 'games') diff --git a/games/ioquake3/ioquake3.SlackBuild b/games/ioquake3/ioquake3.SlackBuild index 22cf7b60a6..995199795f 100644 --- a/games/ioquake3/ioquake3.SlackBuild +++ b/games/ioquake3/ioquake3.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for ioquake3 -# Copyright 2016 Matt Dinslage, Springfield, MO +# Copyright 2017 Matt Dinslage, Springfield, MO # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=ioquake3 -VERSION=${VERSION:-r20160627} +VERSION=${VERSION:-r20170419} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -64,7 +64,7 @@ rm -rf $PKG mkdir -p $TMP $PKG $OUTPUT cd $TMP rm -rf $PRGNAM-$VERSION -tar -xvf $CWD/$PRGNAM-$VERSION.tar.xz +tar -xvf $CWD/$PRGNAM-$VERSION.tar.gz cd $PRGNAM-$VERSION chown -R root:root . find -L . \ @@ -105,7 +105,7 @@ install -m 644 missionpack/*.pk3 $PKG/usr/share/games/quake3/missionpack mkdir -p $PKG/usr/share/{applications,pixmaps} cat $CWD/$PRGNAM.desktop > $PKG/usr/share/applications/$PRGNAM.desktop -install -m 644 $CWD/quake3.png $PKG/usr/share/pixmaps/quake3.png +install -m 644 $TMP/$PRGNAM-$VERSION/misc/quake3_flat.iconset/icon_512x512.png $PKG/usr/share/pixmaps/quake3.png # Add launcher mkdir $PKG/usr/games @@ -113,7 +113,7 @@ cat $CWD/launcher.ioquake3 > $PKG/usr/games/ioquake3 chmod 0755 $PKG/usr/games/ioquake3 mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION -cp -a COPYING.txt README.md NOTTODO BUGS ChangeLog \ +cp -a COPYING.txt README.md ChangeLog \ $PKG/usr/doc/$PRGNAM-$VERSION cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild diff --git a/games/ioquake3/ioquake3.info b/games/ioquake3/ioquake3.info index 638ad08ac0..b64434aee2 100644 --- a/games/ioquake3/ioquake3.info +++ b/games/ioquake3/ioquake3.info @@ -1,9 +1,9 @@ PRGNAM="ioquake3" -VERSION="r20160627" +VERSION="r20170419" HOMEPAGE="http://ioquake3.org/" -DOWNLOAD="https://www.dropbox.com/s/tux28ueu4mtw2sb/ioquake3-r20160627.tar.xz \ +DOWNLOAD="https://www.dropbox.com/s/w14dnk4sf0by47o/ioquake3-r20170419.tar.gz \ http://ftp.gwdg.de/pub/misc/ftp.idsoftware.com/idstuff/quake3/linux/linuxq3apoint-1.32b-3.x86.run" -MD5SUM="9f63bd227646663051541f742ba59c4b \ +MD5SUM="6608473553e537268fd6589ea4d0729a \ c71fdddccb20e8fc393d846e9c61d685" DOWNLOAD_x86_64="" MD5SUM_x86_64="" diff --git a/games/ioquake3/quake3.png b/games/ioquake3/quake3.png deleted file mode 100644 index bcc38f61ff..0000000000 Binary files a/games/ioquake3/quake3.png and /dev/null differ -- cgit v1.2.3-79-gdb01