Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastian Dziallas <sebastian@when.com>2009-07-31 16:28:57 (GMT)
committer Sebastian Dziallas <sebastian@when.com>2009-07-31 16:28:57 (GMT)
commit4c56e904d3ef30cf5d403ec7ba0262d8580e891e (patch)
tree6c6c3196df53216eed1e56def2be6193524a6b21
parentbc9a94d54d60b6fda592d35008f3429b0687f473 (diff)
include the accidentally removed activities again
-rw-r--r--soas-sugar.ks78
1 files changed, 78 insertions, 0 deletions
diff --git a/soas-sugar.ks b/soas-sugar.ks
index b8b7280..8357c9a 100644
--- a/soas-sugar.ks
+++ b/soas-sugar.ks
@@ -62,6 +62,84 @@ gstreamer-plugins-espeak
%end
+%post --nochroot
+
+# fructose collection
+ASLO="$ASLO 4024" # Browse
+ASLO="$ASLO 4027" # Turtle Art
+ASLO="$ASLO 4028" # Read
+ASLO="$ASLO 4032" # Imageviewer
+ASLO="$ASLO 4041" # Pippy
+ASLO="$ASLO 4043" # Terminal
+ASLO="$ASLO 4045" # Jukebox
+ASLO="$ASLO 4056" # Log
+ASLO="$ASLO 4069" # Chat
+ASLO="$ASLO 4076" # Calculator
+ASLO="$ASLO 4201" # Write
+
+# honey selection
+ASLO="$ASLO 4029" # IRC
+ASLO="$ASLO 4034" # Moon
+ASLO="$ASLO 4035" # Read ETexts
+ASLO="$ASLO 4037" # CartoonBuilder
+ASLO="$ASLO 4038" # Speak
+ASLO="$ASLO 4039" # ViewSlides
+ASLO="$ASLO 4041" # Pippy
+ASLO="$ASLO 4042" # InfoSlicer
+ASLO="$ASLO 4044" # FlipSticks
+ASLO="$ASLO 4046" # JigsawPuzzle
+ASLO="$ASLO 4047" # SliderPuzzle
+ASLO="$ASLO 4050" # Colors
+ASLO="$ASLO 4054" # FreeCell
+ASLO="$ASLO 4063" # Memorize
+ASLO="$ASLO 4064" # JokeMachine
+ASLO="$ASLO 4073" # StoryBuilder
+ASLO="$ASLO 4074" # Poll
+ASLO="$ASLO 4078" # Labyrinth
+ASLO="$ASLO 4081" # Record
+ASLO="$ASLO 4082" # Paint
+ASLO="$ASLO 4089" # Library
+ASLO="$ASLO 4191" # Clock
+ASLO="$ASLO 4193" # Physics
+ASLO="$ASLO 4194" # Get Internet Archive Books
+ASLO="$ASLO 4203" # Update
+
+WD=$PWD
+BUNDLES_DIR=$INSTALL_ROOT/usr/share/sugar/bundles
+
+mkdir -p $BUNDLES_DIR
+cd $BUNDLES_DIR
+
+for id in $ASLO ; do
+ curl -L http://activities.sugarlabs.org/en-US/sugar/downloads/latest/$id > $id.xo
+done
+
+# get the script to install the activities
+curl -O http://git.sugarlabs.org/projects/soas/repos/mainline/blobs/raw/2d1057e6d8e74aecfa82c0b8e51a2c8d772a7923/install-activity.py
+
+# pull sample content for the journal
+PDFS="$PDFS south_america.pdf"
+PDFS="$PDFS africa.pdf"
+PDFS="$PDFS asia.pdf"
+PDFS="$PDFS central_america.pdf"
+PDFS="$PDFS europe.pdf"
+PDFS="$PDFS middle_east.pdf"
+PDFS="$PDFS north_america.pdf"
+PDFS="$PDFS oceania.pdf"
+PDFS="$PDFS southeast_asia.pdf"
+
+for pdf in $PDFS ; do
+ curl -O http://dev.sugarlabs.org/raw-attachment/ticket/840/$pdf
+done
+
+# get sample content setup script directly from git
+curl -O http://git.sugarlabs.org/projects/soas/repos/mainline/blobs/raw/8ad00566985860f9891aea714c74e5430e9c395d/copy-to-datastore.py
+
+chown -R 500:500 $BUNDLES_DIR
+cd $WD
+
+%end
+
%post
# make sure to remove olpc-configure