From cbe1af7038d70f158cf6ebfd53c59bbcaf03d742 Mon Sep 17 00:00:00 2001 From: Marcel Saegebarth Date: Mon, 10 Jan 2011 09:22:09 -0200 Subject: games/pokerth: Updated for version 0.8.2. Signed-off-by: Niels Horn --- games/pokerth/doinst.sh | 4 ++++ games/pokerth/pokerth.SlackBuild | 5 +++-- games/pokerth/pokerth.info | 8 ++++---- 3 files changed, 11 insertions(+), 6 deletions(-) create mode 100644 games/pokerth/doinst.sh diff --git a/games/pokerth/doinst.sh b/games/pokerth/doinst.sh new file mode 100644 index 0000000000..4e8ba7071d --- /dev/null +++ b/games/pokerth/doinst.sh @@ -0,0 +1,4 @@ +if [ -x /usr/bin/update-desktop-database ]; then + /usr/bin/update-desktop-database -q usr/share/applications >/dev/null 2>&1 +fi + diff --git a/games/pokerth/pokerth.SlackBuild b/games/pokerth/pokerth.SlackBuild index 7913e5e16e..da7fb60771 100644 --- a/games/pokerth/pokerth.SlackBuild +++ b/games/pokerth/pokerth.SlackBuild @@ -1,7 +1,7 @@ #!/bin/sh # SlackBuild script for "PokerTH". -# Copyright 2009-2010 Marcel Saegebarth +# Copyright 2009-2011 Marcel Saegebarth # All rights reserved. # # Redistribution and use in source and binary forms, with or without @@ -27,7 +27,7 @@ PRGNAM=pokerth SRCNAM=PokerTH -VERSION=0.8 +VERSION=0.8.2 BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -84,6 +84,7 @@ cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild mkdir $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/pokerth/pokerth.info b/games/pokerth/pokerth.info index 6076f5b597..9fb5a51aa3 100644 --- a/games/pokerth/pokerth.info +++ b/games/pokerth/pokerth.info @@ -1,10 +1,10 @@ PRGNAM="pokerth" -VERSION="0.8" +VERSION="0.8.2" HOMEPAGE="http://www.pokerth.net" -DOWNLOAD="http://downloads.sourceforge.net/sourceforge/pokerth/PokerTH-0.8-src.tar.bz2" -MD5SUM="10fe37cb8c5807e687e8296ec298e231" +DOWNLOAD="http://downloads.sourceforge.net/sourceforge/pokerth/PokerTH-0.8.2-src.tar.bz2" +MD5SUM="bc9af0733d32c16e23fb9975e9aba100" DOWNLOAD_x86_64="" MD5SUM_x86_64="" MAINTAINER="Marcel Saegebarth" EMAIL="marc@mos6581.de" -APPROVED="michiel" +APPROVED="Niels Horn" -- cgit v1.2.3