diff options
author | Dugan Chen <thedoogster [at] gmail [dot] com> | 2017-03-15 17:38:59 +0000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-03-18 06:58:37 +0700 |
commit | d42d609c9e082aaebb0d1c555259bec7942a77c8 (patch) | |
tree | 3494f7e837a18a3447b63340986d5780e8069a86 /games | |
parent | 441363978121a85e584bc7b475aef3ec0e86b6ff (diff) | |
download | slackbuilds-d42d609c9e082aaebb0d1c555259bec7942a77c8.tar.gz |
games/crispy-doom: Updated for version 4.0.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'games')
-rw-r--r-- | games/crispy-doom/crispy-doom.SlackBuild | 5 | ||||
-rw-r--r-- | games/crispy-doom/crispy-doom.info | 6 | ||||
-rw-r--r-- | games/crispy-doom/doinst.sh | 3 |
3 files changed, 9 insertions, 5 deletions
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 |