summaryrefslogtreecommitdiffstats
path: root/games
diff options
context:
space:
mode:
author B. Watson <yalhcru@gmail.com>2010-05-13 00:27:34 +0200
committer Robby Workman <rworkman@slackbuilds.org>2010-05-13 00:27:34 +0200
commit251f9a63eee90b70ce99427ade05cdb5f571a87a (patch)
tree72c2a69424df0ba51f7441bc66062943d1a3c4ab /games
parente899983bd53104d9f4e9ed3be78d3e05fabd6257 (diff)
downloadslackbuilds-251f9a63eee90b70ce99427ade05cdb5f571a87a.tar.gz
slackbuilds-251f9a63eee90b70ce99427ade05cdb5f571a87a.tar.xz
games/xaos: Updated for version 3.4
Diffstat (limited to 'games')
-rw-r--r--games/xaos/xaos.SlackBuild15
-rw-r--r--games/xaos/xaos.desktop10
-rw-r--r--games/xaos/xaos.info4
-rw-r--r--games/xaos/xaos.pngbin0 -> 14980 bytes
4 files changed, 23 insertions, 6 deletions
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
--- /dev/null
+++ b/games/xaos/xaos.png
Binary files differ