diff options
author | M.Dinslage <daedra1980@gmail.com> | 2017-04-20 12:39:08 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-04-22 08:10:47 +0700 |
commit | 48eb17ecca2cea8b3f05321eb94142b173509227 (patch) | |
tree | 487a7c124243e48fde5ea6e5b1677580aa3f3bb3 /games/ioquake3/ioquake3.SlackBuild | |
parent | 655aa63537a29467c4a0bb55644034fcd6829906 (diff) | |
download | slackbuilds-48eb17ecca2cea8b3f05321eb94142b173509227.tar.gz |
games/ioquake3: Updated for version r20170419.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'games/ioquake3/ioquake3.SlackBuild')
-rw-r--r-- | games/ioquake3/ioquake3.SlackBuild | 10 |
1 files changed, 5 insertions, 5 deletions
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 |