From 251f9a63eee90b70ce99427ade05cdb5f571a87a Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Thu, 13 May 2010 00:27:34 +0200 Subject: games/xaos: Updated for version 3.4 --- games/xaos/xaos.SlackBuild | 15 ++++++++++----- games/xaos/xaos.desktop | 10 ++++++++++ games/xaos/xaos.info | 4 +++- games/xaos/xaos.png | Bin 0 -> 14980 bytes 4 files changed, 23 insertions(+), 6 deletions(-) create mode 100644 games/xaos/xaos.desktop create mode 100644 games/xaos/xaos.png (limited to 'games/xaos') diff --git a/games/xaos/xaos.SlackBuild b/games/xaos/xaos.SlackBuild index d1d6aa611d..88d49046e2 100644 --- a/games/xaos/xaos.SlackBuild +++ b/games/xaos/xaos.SlackBuild @@ -23,16 +23,15 @@ # the asm code is (or should be) faster, but the option is there if you # want to use it anyway. # -# Multilib (Slamd64) users also have the option of building on a 32-bit -# Slackware system (or in a chroot) and the resulting package will run -# just fine on 64-bit. +# Multilib users also have the option of building on a 32-bit Slackware system +# (or in a chroot) and the resulting package will run just fine on 64-bit. # # If the preceding didn't make any sense, here's the bottom line: # # - Regular Slackware (x86) users can just run this script and ignore the junk # above. # -# - Everyone else (Slamd64, Bluewhite64, Slackintosh, ???) can just +# - Everyone else (Slamd64, Bluewhite64, Slackware64, ???) can just # run this script and probably never notice the missing functionality. # # - If you're not on x86, but you want the formula evaluator, install GSL @@ -94,8 +93,14 @@ mkdir -p $PKG/usr/doc mv $PKG/usr/share/$APPNAM/doc $PKG/usr/doc/$PRGNAM-$VERSION cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild +mkdir -p $PKG/usr/share/applications +cat $CWD/$PRGNAM.desktop > $PKG/usr/share/applications/$PRGNAM.desktop + +mkdir -p $PKG/usr/share/pixmaps +cat $CWD/$PRGNAM.png > $PKG/usr/share/pixmaps/$PRGNAM.png + mkdir -p $PKG/install cat $CWD/slack-desc > $PKG/install/slack-desc cd $PKG -/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.tgz +/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.${PKGTYPE:-tgz} diff --git a/games/xaos/xaos.desktop b/games/xaos/xaos.desktop new file mode 100644 index 0000000000..5157bf9d46 --- /dev/null +++ b/games/xaos/xaos.desktop @@ -0,0 +1,10 @@ +[Desktop Entry] +Version=1.0 +Name=XaoS +GenericName=XaoS Fractal Explorer +Type=Application +Exec=xaos +Icon=xaos +Terminal=false +StartupNotify=false +Categories=Game; diff --git a/games/xaos/xaos.info b/games/xaos/xaos.info index c7bbf72922..93a32e8fb5 100644 --- a/games/xaos/xaos.info +++ b/games/xaos/xaos.info @@ -3,6 +3,8 @@ VERSION="3.4" HOMEPAGE="http://wmi.math.u-szeged.hu/xaos/doku.php" DOWNLOAD="http://downloads.sourceforge.net/xaos/XaoS-3.4.tar.gz" MD5SUM="366fd8151e9642a0d9afce889912e388" +DOWNLOAD_x86_64="" +MD5SUM_x86_64="" MAINTAINER="B. Watson" EMAIL="yalhcru@gmail.com" -APPROVEd="Michiel" \ No newline at end of file +APPROVED="rworkman" diff --git a/games/xaos/xaos.png b/games/xaos/xaos.png new file mode 100644 index 0000000000..9aa39b813b Binary files /dev/null and b/games/xaos/xaos.png differ -- cgit v1.2.3