Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/config/modules
diff options
context:
space:
mode:
authorDaniel Narvaez <dwnarvaez@gmail.com>2012-11-15 16:29:02 (GMT)
committer Daniel Narvaez <dwnarvaez@gmail.com>2012-11-15 16:29:02 (GMT)
commit99b13c2bd7a90a439cb477b13ca25bf63d0ef1c0 (patch)
tree0b72811b47ceea767d80cf13ad62f35abb440165 /config/modules
parent3d63b2c813c9f00f706d7165195b587892817005 (diff)
Move configuration files to their own dir
Diffstat (limited to 'config/modules')
-rw-r--r--config/modules/activities.json7
-rw-r--r--config/modules/sugar.json15
-rw-r--r--config/modules/system-3.4.json40
-rw-r--r--config/modules/system-3.6.json3
4 files changed, 65 insertions, 0 deletions
diff --git a/config/modules/activities.json b/config/modules/activities.json
new file mode 100644
index 0000000..e97a0fc
--- /dev/null
+++ b/config/modules/activities.json
@@ -0,0 +1,7 @@
+[{ "name": "browse",
+ "repo": "git://git.sugarlabs.org/browse/mainline.git",
+ "out-of-source": false },
+ { "name": "chat",
+ "repo": "git://git.sugarlabs.org/chat/mainline.git",
+ "branch": "gtk3",
+ "out-of-source": false }]
diff --git a/config/modules/sugar.json b/config/modules/sugar.json
new file mode 100644
index 0000000..bbceb6d
--- /dev/null
+++ b/config/modules/sugar.json
@@ -0,0 +1,15 @@
+[{ "name": "sugar-base",
+ "repo": "git://git.sugarlabs.org/sugar-base/mainline.git" },
+ { "name": "sugar-toolkit",
+ "repo": "git://git.sugarlabs.org/sugar-toolkit/mainline.git" },
+ { "name": "sugar-toolkit-gtk3",
+ "repo": "git://git.sugarlabs.org/sugar-toolkit-gtk3/sugar-toolkit-gtk3.git" },
+ { "name": "sugar",
+ "repo": "git://git.sugarlabs.org/sugar/mainline.git" },
+ { "name": "sugar-artwork",
+ "repo": "git://git.sugarlabs.org/sugar-artwork/mainline.git" },
+ { "name": "sugar-datastore",
+ "repo": "git://git.sugarlabs.org/sugar-datastore/mainline.git" },
+ { "name": "gst-plugins-espeak",
+ "repo": "git://git.sugarlabs.org/gst-plugins-espeak/mainline.git",
+ "out-of-source": false }]
diff --git a/config/modules/system-3.4.json b/config/modules/system-3.4.json
new file mode 100644
index 0000000..9ba12cd
--- /dev/null
+++ b/config/modules/system-3.4.json
@@ -0,0 +1,40 @@
+[{ "name": "glib",
+ "repo": "git://git.gnome.org/glib",
+ "branch": "2.34.2" },
+ { "name": "gobject-introspection",
+ "repo": "git://git.gnome.org/gobject-introspection",
+ "branch": "GOBJECT_INTROSPECTION_1_34_1_1" },
+ { "name": "pygobject",
+ "repo": "git://git.gnome.org/pygobject",
+ "branch": "3.4.2" },
+ { "name": "atk",
+ "repo": "git://git.gnome.org/atk",
+ "branch": "ATK_2_6_0" },
+ { "name": "at-spi2-core",
+ "repo": "git://git.gnome.org/at-spi2-core",
+ "branch": "AT_SPI2_CORE_2_6_1" },
+ { "name": "at-spi2-atk",
+ "repo": "git://git.gnome.org/at-spi2-atk",
+ "branch": "AT_SPI2_ATK_2_6_1" },
+ { "name": "gtk+",
+ "repo": "git://git.gnome.org/gtk+",
+ "branch": "3.6.1" },
+ { "name": "gstreamer",
+ "repo": "git://anongit.freedesktop.org/gstreamer/gstreamer",
+ "branch": "1.0.2",
+ "out-of-source": false },
+ { "name": "gst-plugins-base",
+ "repo": "git://anongit.freedesktop.org/gstreamer/gst-plugins-base",
+ "branch": "1.0.2",
+ "out-of-source": false },
+ { "name": "gst-plugins-good",
+ "repo": "git://anongit.freedesktop.org/gstreamer/gst-plugins-good",
+ "branch": "1.0.2",
+ "out-of-source": false },
+ { "name": "gst-plugins-espeak",
+ "repo": "git://git.sugarlabs.org/gst-plugins-espeak/mainline.git",
+ "branch": "v0.4.0",
+ "out-of-source": false },
+ { "name": "libxklavier",
+ "repo": "git://anongit.freedesktop.org/libxklavier",
+ "branch": "libxklavier-5.3" }]
diff --git a/config/modules/system-3.6.json b/config/modules/system-3.6.json
new file mode 100644
index 0000000..5cbaa6a
--- /dev/null
+++ b/config/modules/system-3.6.json
@@ -0,0 +1,3 @@
+[{ "name": "pygobject",
+ "repo": "git://git.gnome.org/pygobject",
+ "branch": "a06e0d021d74c95cd517abb3e6ef5ff0037de679" }]