Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
Diffstat (limited to 'config')
-rw-r--r--config/modules/activities.json27
1 files changed, 26 insertions, 1 deletions
diff --git a/config/modules/activities.json b/config/modules/activities.json
index e97a0fc..15b69a3 100644
--- a/config/modules/activities.json
+++ b/config/modules/activities.json
@@ -4,4 +4,29 @@
{ "name": "chat",
"repo": "git://git.sugarlabs.org/chat/mainline.git",
"branch": "gtk3",
- "out-of-source": false }]
+ "out-of-source": false },
+ { "name": "read",
+ "repo": "git://git.sugarlabs.org/read/mainline.git",
+ "out-of-source": false },
+ { "name": "calculate",
+ "repo": "git://git.sugarlabs.org/calculate/mainline.git",
+ "out-of-source": false },
+ { "name": "log",
+ "repo": "git://git.sugarlabs.org/log/mainline.git",
+ "out-of-source": false },
+ { "name": "terminal",
+ "repo": "git://git.sugarlabs.org/terminal/mainline.git",
+ "branch": "gtk3",
+ "out-of-source": false },
+ { "name": "pippy",
+ "repo": "git://git.sugarlabs.org/pippy/mainline.git",
+ "branch": "gtk3",
+ "out-of-source": false },
+ { "name": "imageviewer",
+ "repo": "git://git.sugarlabs.org/imageviewer/mainline.git",
+ "branch": "gtk3",
+ "out-of-source": false },
+ { "name": "jukebox",
+ "repo": "git://git.sugarlabs.org/jukebox/mainline.git",
+ "out-of-source": false }
+]