Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--README.sugar2
-rw-r--r--activity/activity/activity-xaos.svg.old9
-rwxr-xr-x[-rw-r--r--]activity/activity/activity.info3
-rwxr-xr-xactivity/bin/activity.sh5
4 files changed, 5 insertions, 14 deletions
diff --git a/README.sugar b/README.sugar
index f89f9ab..0593bfd 100644
--- a/README.sugar
+++ b/README.sugar
@@ -14,7 +14,7 @@ yum install \
CC='gcc -m32' \
CFLAGS='-O2 -march=geode -fomit-frame-pointer -funsafe-loop-optimizations -ffast-math' \
- ./configure --with-gsl=static
+ ./configure --with-gsl=yes --with-gtk-driver=yes
make
make bundle
diff --git a/activity/activity/activity-xaos.svg.old b/activity/activity/activity-xaos.svg.old
deleted file mode 100644
index 451aa76..0000000
--- a/activity/activity/activity-xaos.svg.old
+++ /dev/null
@@ -1,9 +0,0 @@
-<?xml version="1.0" ?><!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd' [
- <!ENTITY stroke_color "#010101">
- <!ENTITY fill_color "#FFFFFF">
-]>
-<svg enable-background="new 0 0 55 55" height="55px" version="1.1" viewBox="0 0 55 55" width="55px" x="0px" xml:space="preserve" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" y="0px">
-<g display="block" id="activity-log">
- <rect fill="&fill_color;" height="32.442" stroke="&stroke_color;" stroke-linecap="round" stroke-width="3.5" width="43.457" x="5.646" y="9.404"/>
-</g>
-</svg>
diff --git a/activity/activity/activity.info b/activity/activity/activity.info
index e9422e2..1eab3a2 100644..100755
--- a/activity/activity/activity.info
+++ b/activity/activity/activity.info
@@ -2,10 +2,9 @@
[Activity]
name = XaoS
-activity_version = 3
+activity_version = 4
bundle_id = org.codewiz.XaoS
license = GPLv2+
tags = math;oldskool
icon = activity-xaos
-#exec = bin/activity.sh -size 1200x900
exec = bin/activity.sh
diff --git a/activity/bin/activity.sh b/activity/bin/activity.sh
index 21a1a03..58c6a8f 100755
--- a/activity/bin/activity.sh
+++ b/activity/bin/activity.sh
@@ -1,2 +1,3 @@
-#!/bin/bash
-exec bin/xaos -size 1200x900
+#!/bin/sh
+# This glue script is needed because activty bundles are a stupid idea
+exec bin/xaos -fullscreen