diff options
Diffstat (limited to 'games')
-rw-r--r-- | games/xaos/xaos.SlackBuild | 15 | ||||
-rw-r--r-- | games/xaos/xaos.desktop | 10 | ||||
-rw-r--r-- | games/xaos/xaos.info | 4 | ||||
-rw-r--r-- | games/xaos/xaos.png | bin | 0 -> 14980 bytes |
4 files changed, 23 insertions, 6 deletions
diff --git a/games/xaos/xaos.SlackBuild b/games/xaos/xaos.SlackBuild index d1d6aa611d44..88d49046e223 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 000000000000..5157bf9d469f --- /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 c7bbf72922eb..93a32e8fb578 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 Binary files differnew file mode 100644 index 000000000000..9aa39b813baa --- /dev/null +++ b/games/xaos/xaos.png |