diff options
Diffstat (limited to 'games')
-rw-r--r-- | games/crispy-doom/crispy-doom.SlackBuild | 8 | ||||
-rw-r--r-- | games/crispy-doom/crispy-doom.info | 8 |
2 files changed, 8 insertions, 8 deletions
diff --git a/games/crispy-doom/crispy-doom.SlackBuild b/games/crispy-doom/crispy-doom.SlackBuild index 3b520aa3a147..93f383f9d4df 100644 --- a/games/crispy-doom/crispy-doom.SlackBuild +++ b/games/crispy-doom/crispy-doom.SlackBuild @@ -3,7 +3,7 @@ # Slackware build script for crispy-doom # Copyright 2015 Dugan Chen Canada -# Updates copyright 2019, 2020 Lenard Spencer +# Updates copyright 2019, 2020, 2021 Lenard Spencer # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -24,7 +24,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=crispy-doom -VERSION=${VERSION:-5.10.0} +VERSION=${VERSION:-5.10.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -70,7 +70,7 @@ find -L . \ \( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \ -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; -sh autogen.sh +autoreconf -fiv CFLAGS="$SLKCFLAGS" \ CXXFLAGS="$SLKCFLAGS" \ @@ -95,7 +95,7 @@ for i in $( find $PKG/usr/man -type l ) ; do ln -s $( readlink $i ).gz $i.gz ; r # Crispy-doom creates its own doc directory, so we'll use that and rename it: mv $PKG/usr/doc/$PRGNAM $PKG/usr/doc/$PRGNAM-$VERSION -cp -n AUTHORS ChangeLog *.md $PKG/usr/doc/$PRGNAM-$VERSION || true +cp -n ChangeLog *.md $PKG/usr/doc/$PRGNAM-$VERSION || true cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild # We'll rename the doc/crispy-heretic folder as well for consistency: mv $PKG/usr/doc/crispy-heretic $PKG/usr/doc/crispy-heretic-$VERSION diff --git a/games/crispy-doom/crispy-doom.info b/games/crispy-doom/crispy-doom.info index 5a26bf02895e..98e419bd62fb 100644 --- a/games/crispy-doom/crispy-doom.info +++ b/games/crispy-doom/crispy-doom.info @@ -1,10 +1,10 @@ PRGNAM="crispy-doom" -VERSION="5.10.0" +VERSION="5.10.1" HOMEPAGE="http://www.chocolate-doom.org/wiki/index.php/Crispy_Doom" -DOWNLOAD="https://github.com/fabiangreffrath/crispy-doom/archive/crispy-doom-5.10.0.tar.gz" -MD5SUM="dbbde26efa05accfb9981ea078539c60" +DOWNLOAD="https://github.com/fabiangreffrath/crispy-doom/archive/crispy-doom-5.10.1.tar.gz" +MD5SUM="c23f11a1cd7ae70613b1a213116f7dcb" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="SDL2_net SDL2_mixer" +REQUIRES="SDL2_net SDL2_mixer python3" MAINTAINER="Lenard Spencer" EMAIL="lenardrspencer@gmail.com" |