From 528caab66f31c8e9960d0c6494736c83c431716c Mon Sep 17 00:00:00 2001 From: David Melik Date: Mon, 17 Dec 2012 07:43:31 +0100 Subject: games/stone_soup: Updated for version 0.11.0. Signed-off-by: Matteo Bernardini --- games/stone_soup/doinst.sh | 3 +++ games/stone_soup/stone_soup.SlackBuild | 7 +++---- games/stone_soup/stone_soup.info | 6 +++--- 3 files changed, 9 insertions(+), 7 deletions(-) create mode 100644 games/stone_soup/doinst.sh diff --git a/games/stone_soup/doinst.sh b/games/stone_soup/doinst.sh new file mode 100644 index 0000000000..5fb28930db --- /dev/null +++ b/games/stone_soup/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 diff --git a/games/stone_soup/stone_soup.SlackBuild b/games/stone_soup/stone_soup.SlackBuild index a1bf41b2e4..4db6d9fa27 100644 --- a/games/stone_soup/stone_soup.SlackBuild +++ b/games/stone_soup/stone_soup.SlackBuild @@ -5,7 +5,7 @@ # Written by David Melik PRGNAM=stone_soup -VERSION=${VERSION:-0.10.3} +VERSION=${VERSION:-0.11.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -67,9 +67,7 @@ find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | gr | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true mkdir -p $PKG/usr/man/man6 -cp docs/crawl.6 $PKG/usr/man/man6 -gzip $PKG/usr/man/man6/crawl.6 - +gzip -9 -c docs/crawl.6 > $PKG/usr/man/man6/crawl.6.gz mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION mv $PKG/usr/share/games/crawl/docs/* $PKG/usr/doc/$PRGNAM-$VERSION @@ -78,6 +76,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/stone_soup/stone_soup.info b/games/stone_soup/stone_soup.info index a9e6413740..08c75b6fdb 100644 --- a/games/stone_soup/stone_soup.info +++ b/games/stone_soup/stone_soup.info @@ -1,8 +1,8 @@ PRGNAM="stone_soup" -VERSION="0.10.3" +VERSION="0.11.0" HOMEPAGE="http://crawl.develz.org/" -DOWNLOAD="http://sourceforge.net/projects/crawl-ref/files/Stone%20Soup/0.10.3/stone_soup-0.10.3.tar.xz" -MD5SUM="bf1183a44a0d3dbe39c8a2b38749ace1" +DOWNLOAD="http://downloads.sourceforge.net/crawl-ref/stone_soup-0.11.0.tar.xz" +MD5SUM="1685114032458a426553fab38282760a" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="lua" -- cgit v1.2.3