From 800ed4ba4a636c4ac2fe0099a00f0b040b27ef22 Mon Sep 17 00:00:00 2001 From: Bernie Innocenti Date: Tue, 04 May 2010 01:31:40 +0000 Subject: Update bundle for version 3 --- diff --git a/Makefile.in b/Makefile.in index 723241f..af7d15c 100644 --- a/Makefile.in +++ b/Makefile.in @@ -89,12 +89,11 @@ install-win: bundle: rm -rf XaoS.activity - @INSTALL@ -d XaoS.activity/help/ - @INSTALL@ -d XaoS.activity/bin/ - cp -a activity XaoS.activity/ + cp -a activity XaoS.activity cp -a tutorial XaoS.activity/ cp -a examples XaoS.activity/ cp -a catalogs XaoS.activity/ + @INSTALL@ -d XaoS.activity/help/ @INSTALL@ -m 444 help/xaos.hlp XaoS.activity/help @INSTALL@ -s bin/xaos XaoS.activity/bin/ zip -r XaoS.xo XaoS.activity diff --git a/README.olpc b/README.olpc deleted file mode 100644 index 2c6999b..0000000 --- a/README.olpc +++ /dev/null @@ -1,5 +0,0 @@ -To rebuild for the OLPC: - -CC='gcc -m32' CFLAGS='-O2 -march=geode -fomit-frame-pointer -funsafe-loop-optimizations -ffast-math' ./configure --with-dga-driver=no --with-ggi-driver=no --with-svga-driver=no --with-aa-driver=no --with-ncurses=no --with-gsl=static -make -make bundle diff --git a/activity/NEWS b/activity/NEWS deleted file mode 100644 index e72e27d..0000000 --- a/activity/NEWS +++ /dev/null @@ -1,3 +0,0 @@ -1 - -* Initial Version diff --git a/activity/README b/activity/README deleted file mode 100644 index 2c1f494..0000000 --- a/activity/README +++ /dev/null @@ -1,5 +0,0 @@ -Sugar activity bundles are a bad idea. - -Please replace them with some real package manager, possibly the same -of your distribution, so we don't have two conflicting systems in the -same OS. diff --git a/activity/activity/activity.info b/activity/activity/activity.info index 6c05478..e9422e2 100644 --- a/activity/activity/activity.info +++ b/activity/activity/activity.info @@ -1,8 +1,11 @@ +; activity bundles are a demential idea + [Activity] name = XaoS -activity_version = 1 -host_version = 1 +activity_version = 3 bundle_id = org.codewiz.XaoS +license = GPLv2+ +tags = math;oldskool icon = activity-xaos -exec = bin/activity.sh -size 1200x900 - +#exec = bin/activity.sh -size 1200x900 +exec = bin/activity.sh -- cgit v0.9.1