From d42d609c9e082aaebb0d1c555259bec7942a77c8 Mon Sep 17 00:00:00 2001 From: Dugan Chen Date: Wed, 15 Mar 2017 17:38:59 +0000 Subject: games/crispy-doom: Updated for version 4.0. Signed-off-by: David Spencer --- games/crispy-doom/crispy-doom.SlackBuild | 5 +++-- games/crispy-doom/crispy-doom.info | 6 +++--- games/crispy-doom/doinst.sh | 3 +++ 3 files changed, 9 insertions(+), 5 deletions(-) create mode 100644 games/crispy-doom/doinst.sh (limited to 'games/crispy-doom') diff --git a/games/crispy-doom/crispy-doom.SlackBuild b/games/crispy-doom/crispy-doom.SlackBuild index 3f2bd1360d..2cc72ec233 100644 --- a/games/crispy-doom/crispy-doom.SlackBuild +++ b/games/crispy-doom/crispy-doom.SlackBuild @@ -23,8 +23,8 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=crispy-doom -VERSION=${VERSION:-3.5} -BUILD=${BUILD:-2} +VERSION=${VERSION:-4.0} +BUILD=${BUILD:-1} TAG=${TAG:-_SBo} if [ -z "$ARCH" ]; then @@ -103,6 +103,7 @@ cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild mkdir -p $PKG/install cat $CWD/slack-desc > $PKG/install/slack-desc +cat $CWD/doinst.sh > $PKG/install/doinst.sh cd $PKG /sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.${PKGTYPE:-tgz} diff --git a/games/crispy-doom/crispy-doom.info b/games/crispy-doom/crispy-doom.info index d258c0622e..2c7cbf7183 100644 --- a/games/crispy-doom/crispy-doom.info +++ b/games/crispy-doom/crispy-doom.info @@ -1,8 +1,8 @@ PRGNAM="crispy-doom" -VERSION="3.5" +VERSION="4.0" HOMEPAGE="http://www.chocolate-doom.org/wiki/index.php/Crispy_Doom" -DOWNLOAD="https://github.com/fabiangreffrath/crispy-doom/archive/crispy-doom-3.5.tar.gz" -MD5SUM="d42afcb3fb98eb761304550ec07e4610" +DOWNLOAD="https://github.com/fabiangreffrath/crispy-doom/archive/crispy-doom-4.0.tar.gz" +MD5SUM="0105cc16d1ac25b9839dc027bb708015" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" diff --git a/games/crispy-doom/doinst.sh b/games/crispy-doom/doinst.sh new file mode 100644 index 0000000000..5fb28930db --- /dev/null +++ b/games/crispy-doom/doinst.sh @@ -0,0 +1,3 @@ +if [ -x /usr/bin/update-desktop-database ]; then + /usr/bin/update-desktop-database -q usr/share/applications >/dev/null 2>&1 +fi -- cgit v1.2.3-65-gdbad