Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/config/modules/system.json
diff options
context:
space:
mode:
authorDaniel Narvaez <dwnarvaez@gmail.com>2012-11-29 17:15:35 (GMT)
committer Daniel Narvaez <dwnarvaez@gmail.com>2012-11-29 17:15:35 (GMT)
commit1b42be673b2cd237ce873df9f4b0b339aab9518a (patch)
treed4d7293ef51bfdbf1181a8772fa9e856207a8771 /config/modules/system.json
parent2ec41693aeefe3c9ce78ff3654a11ff6bd2b7123 (diff)
Merge system-3.4 and 3.6
Diffstat (limited to 'config/modules/system.json')
-rw-r--r--config/modules/system.json91
1 files changed, 91 insertions, 0 deletions
diff --git a/config/modules/system.json b/config/modules/system.json
new file mode 100644
index 0000000..2f3b73f
--- /dev/null
+++ b/config/modules/system.json
@@ -0,0 +1,91 @@
+[
+ {
+ "branch": "2.34.2",
+ "name": "glib",
+ "options": [
+ "--disable-modular-tests"
+ ],
+ "repo": "git://git.gnome.org/glib"
+ },
+ {
+ "branch": "GOBJECT_INTROSPECTION_1_34_1_1",
+ "name": "gobject-introspection",
+ "options": [
+ "--disable-tests"
+ ],
+ "repo": "git://git.gnome.org/gobject-introspection"
+ },
+ {
+ "branch": "776088b4d673183264893cf40bd3e4e359ba7a5",
+ "name": "pygobject",
+ "repo": "git://git.gnome.org/pygobject"
+ },
+ {
+ "branch": "ATK_2_6_0",
+ "if": "gnome_version == '3.4'",
+ "name": "atk",
+ "repo": "git://git.gnome.org/atk"
+ },
+ {
+ "branch": "AT_SPI2_CORE_2_6_1",
+ "if": "gnome_version == '3.4'",
+ "name": "at-spi2-core",
+ "repo": "git://git.gnome.org/at-spi2-core"
+ },
+ {
+ "branch": "AT_SPI2_ATK_2_6_1",
+ "if": "gnome_version == '3.4'",
+ "name": "at-spi2-atk",
+ "repo": "git://git.gnome.org/at-spi2-atk"
+ },
+ {
+ "branch": "3.6.1",
+ "if": "gnome_version == '3.4'",
+ "name": "gtk+",
+ "repo": "git://git.gnome.org/gtk+"
+ },
+ {
+ "branch": "1.0.2",
+ "if": "gstreamer_version != '1.0'",
+ "name": "gstreamer",
+ "options": [
+ "--disable-gtk-doc"
+ ],
+ "out-of-source": false,
+ "repo": "git://anongit.freedesktop.org/gstreamer/gstreamer"
+ },
+ {
+ "branch": "1.0.2",
+ "if": "gstreamer_version != '1.0'",
+ "name": "gst-plugins-base",
+ "options": [
+ "--disable-gtk-doc"
+ ],
+ "out-of-source": false,
+ "repo": "git://anongit.freedesktop.org/gstreamer/gst-plugins-base"
+ },
+ {
+ "branch": "1.0.2",
+ "if": "gstreamer_version != '1.0'",
+ "name": "gst-plugins-good",
+ "options": [
+ "--disable-gtk-doc"
+ ],
+ "out-of-source": false,
+ "repo": "git://anongit.freedesktop.org/gstreamer/gst-plugins-good"
+ },
+ {
+ "branch": "libxklavier-5.3",
+ "if": "gnome_version == '3.4'",
+ "name": "libxklavier",
+ "repo": "git://anongit.freedesktop.org/libxklavier"
+ },
+ {
+ "branch": "METACITY_2_34_13",
+ "name": "metacity",
+ "options": [
+ "--disable-themes-documentation"
+ ],
+ "repo": "git://git.gnome.org/metacity"
+ }
+]