summaryrefslogtreecommitdiffstats
path: root/games
diff options
context:
space:
mode:
author Dugan Chen <thedoogster [at] gmail [dot] com>2018-02-14 10:36:24 +0000
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2018-02-17 07:42:56 +0700
commitde09210989cc97b8cb9e27e1e68af1da825cef01 (patch)
tree71bf63f4e4c281ce0ef7c208daf950a1be44d242 /games
parent406f9a30fc96c74aeb5288b81933501637238728 (diff)
downloadslackbuilds-de09210989cc97b8cb9e27e1e68af1da825cef01.tar.gz
slackbuilds-de09210989cc97b8cb9e27e1e68af1da825cef01.tar.xz
games/crispy-doom: Updated for version 5.1.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'games')
-rw-r--r--games/crispy-doom/crispy-doom.SlackBuild10
-rw-r--r--games/crispy-doom/crispy-doom.info6
2 files changed, 4 insertions, 12 deletions
diff --git a/games/crispy-doom/crispy-doom.SlackBuild b/games/crispy-doom/crispy-doom.SlackBuild
index 646df7682e..1d1414890a 100644
--- a/games/crispy-doom/crispy-doom.SlackBuild
+++ b/games/crispy-doom/crispy-doom.SlackBuild
@@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=crispy-doom
-VERSION=${VERSION:-5.0}
+VERSION=${VERSION:-5.1}
BUILD=${BUILD:-2}
TAG=${TAG:-_SBo}
@@ -89,14 +89,6 @@ make install DESTDIR=$PKG
find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
-# Take care of conflicts with Chocolate DOOM
-rm $PKG/usr/man/man6/chocolate-setup.6
-mv $PKG/usr/man/man6/chocolate-server.6 $PKG/usr/man/man6/crispy-server.6
-
-# Fix icon locations
-mkdir -p $PKG/usr/share/icons/hicolor/128x128
-mv $PKG/usr/share/icons/{crispy-doom.png,crispy-setup.png} $PKG/usr/share/icons/hicolor/128x128
-
find $PKG/usr/man -type f -exec gzip -9 {} \;
for i in $( find $PKG/usr/man -type l ) ; do ln -s $( readlink $i ).gz $i.gz ; rm $i ; done
diff --git a/games/crispy-doom/crispy-doom.info b/games/crispy-doom/crispy-doom.info
index 7631809fae..b8615639d1 100644
--- a/games/crispy-doom/crispy-doom.info
+++ b/games/crispy-doom/crispy-doom.info
@@ -1,8 +1,8 @@
PRGNAM="crispy-doom"
-VERSION="5.0"
+VERSION="5.1"
HOMEPAGE="http://www.chocolate-doom.org/wiki/index.php/Crispy_Doom"
-DOWNLOAD="https://github.com/fabiangreffrath/crispy-doom/archive/crispy-doom-5.0.tar.gz"
-MD5SUM="a4f826901707cc833edb837d7354c7af"
+DOWNLOAD="https://github.com/fabiangreffrath/crispy-doom/archive/crispy-doom-5.1.tar.gz"
+MD5SUM="00b4ad39b87221b731cd0f0d2aed287d"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="SDL2 SDL2_net SDL2_mixer"