Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--soas-sugar.ks40
1 files changed, 32 insertions, 8 deletions
diff --git a/soas-sugar.ks b/soas-sugar.ks
index 0e6ed55..802fd98 100644
--- a/soas-sugar.ks
+++ b/soas-sugar.ks
@@ -7,7 +7,19 @@ repo --name=sugar --baseurl=http://download.sugarlabs.org/soas/repositories/1/
# @sugar-desktop
sugar-fructose
sugar-glucose
-sugar-honey
+
+# honey
+sugar-analyze-activity
+sugar-paint-activity
+sugar-poll-activity
+sugar-maze-activity
+sugar-drgeo-activity
+sugar-tamtam-jam-activity
+sugar-tamtam-edit-activity
+sugar-tamtam-mini-activity
+sugar-tamtam-synthlab-activity
+sugar-readetexts-activity
+sugar-story-builder-activity
# additional system stuff
alsa-utils
@@ -197,11 +209,23 @@ EOF
%post --nochroot
-ACTIVITIES="
-http://dev.laptop.org/~cscott/bundles/Pippy-30.xo
-http://activities.sugarlabs.org/en-US/sugar/downloads/file/25927/infoslicer-3.xo
-http://activities.sugarlabs.org/en-US/sugar/downloads/file/25912/typing_turtle-16.xo
-"
+ASLO="4041" # Pippy
+ASLO="$ASLO 4042" # InfoSlicer
+ASLO="$ASLO 4034" # Moon
+ASLO="$ASLO 4046" # JigsawPuzzle
+ASLO="$ASLO 4047" # SliderPuzzle
+ASLO="$ASLO 4063" # Memorize
+ASLO="$ASLO 4038" # Speak
+ASLO="$ASLO 4026" # Typing Turtle
+ASLO="$ASLO 4040" # Finance
+ASLO="$ASLO 4037" # CartoonBuilder
+ASLO="$ASLO 4044" # FlipSticks
+ASLO="$ASLO 4064" # JokeMachine
+ASLO="$ASLO 4029" # IRC
+ASLO="$ASLO 4054" # FreeCell
+ASLO="$ASLO 4039" # ViewSlides
+ASLO="$ASLO 4055" # Bounce
+ASLO="$ASLO 4050" # Colors
WD=$PWD
BUNDLES_DIR=$INSTALL_ROOT/usr/share/sugar/bundles
@@ -209,8 +233,8 @@ BUNDLES_DIR=$INSTALL_ROOT/usr/share/sugar/bundles
mkdir -p $BUNDLES_DIR
cd $BUNDLES_DIR
-for url in $ACTIVITIES ; do
- curl -O $url
+for id in $ASLO ; do
+ curl -L http://activities.sugarlabs.org/en-US/sugar/downloads/latest/$id > $id.xo
done
for file in *.xo ; do