From 15367e0c8f5f40f00e6e13d5722081da8719e018 Mon Sep 17 00:00:00 2001 From: Bernardo Innocenti Date: Mon, 31 Dec 2007 07:43:34 +0000 Subject: Add XO bundle support --- diff --git a/README.olpc b/README.olpc new file mode 100644 index 0000000..2c6999b --- /dev/null +++ b/README.olpc @@ -0,0 +1,5 @@ +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 new file mode 100644 index 0000000..e72e27d --- /dev/null +++ b/activity/NEWS @@ -0,0 +1,3 @@ +1 + +* Initial Version diff --git a/activity/README b/activity/README new file mode 100644 index 0000000..2c1f494 --- /dev/null +++ b/activity/README @@ -0,0 +1,5 @@ +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-xaos-negative-1.svg b/activity/activity/activity-xaos-negative-1.svg new file mode 100644 index 0000000..0a9e9b1 --- /dev/null +++ b/activity/activity/activity-xaos-negative-1.svg @@ -0,0 +1,24 @@ + + +]> + + + diff --git a/activity/activity/activity-xaos.svg b/activity/activity/activity-xaos.svg new file mode 100644 index 0000000..060fd7c --- /dev/null +++ b/activity/activity/activity-xaos.svg @@ -0,0 +1,55 @@ + + +]> +image/svg+xml + + diff --git a/activity/activity/activity-xaos.svg.old b/activity/activity/activity-xaos.svg.old new file mode 100644 index 0000000..451aa76 --- /dev/null +++ b/activity/activity/activity-xaos.svg.old @@ -0,0 +1,9 @@ + + +]> + + + + + diff --git a/activity/activity/activity.info b/activity/activity/activity.info new file mode 100644 index 0000000..6c05478 --- /dev/null +++ b/activity/activity/activity.info @@ -0,0 +1,8 @@ +[Activity] +name = XaoS +activity_version = 1 +host_version = 1 +bundle_id = org.codewiz.XaoS +icon = activity-xaos +exec = bin/activity.sh -size 1200x900 + diff --git a/activity/bin/activity.sh b/activity/bin/activity.sh new file mode 100755 index 0000000..21a1a03 --- /dev/null +++ b/activity/bin/activity.sh @@ -0,0 +1,2 @@ +#!/bin/bash +exec bin/xaos -size 1200x900 -- cgit v0.9.1