From 48fa680ef5982cc59d1f4683aeed2865be7225bf Mon Sep 17 00:00:00 2001 From: Daniel Narvaez Date: Mon, 26 Nov 2012 17:40:47 +0000 Subject: Add a target to normalize json And run it --- (limited to 'config/modules') diff --git a/config/modules/activities.json b/config/modules/activities.json index 1e4e094..4766f7f 100644 --- a/config/modules/activities.json +++ b/config/modules/activities.json @@ -1,29 +1,46 @@ -[{ "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 }, - { "name": "read", - "repo": "git://git.sugarlabs.org/read/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 } +[ + { + "name": "browse", + "out-of-source": false, + "repo": "git://git.sugarlabs.org/browse/mainline.git" + }, + { + "branch": "gtk3", + "name": "chat", + "out-of-source": false, + "repo": "git://git.sugarlabs.org/chat/mainline.git" + }, + { + "name": "read", + "out-of-source": false, + "repo": "git://git.sugarlabs.org/read/mainline.git" + }, + { + "name": "log", + "out-of-source": false, + "repo": "git://git.sugarlabs.org/log/mainline.git" + }, + { + "branch": "gtk3", + "name": "terminal", + "out-of-source": false, + "repo": "git://git.sugarlabs.org/terminal/mainline.git" + }, + { + "branch": "gtk3", + "name": "pippy", + "out-of-source": false, + "repo": "git://git.sugarlabs.org/pippy/mainline.git" + }, + { + "branch": "gtk3", + "name": "imageviewer", + "out-of-source": false, + "repo": "git://git.sugarlabs.org/imageviewer/mainline.git" + }, + { + "name": "jukebox", + "out-of-source": false, + "repo": "git://git.sugarlabs.org/jukebox/mainline.git" + } ] diff --git a/config/modules/sugar.json b/config/modules/sugar.json index 6511ee3..511455a 100644 --- a/config/modules/sugar.json +++ b/config/modules/sugar.json @@ -1,21 +1,46 @@ -[{ "name": "sugar-docs", - "repo": "git://git.sugarlabs.org/sugar-docs/sugar-docs.git", - "out-of-source": false }, - { "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", - "auto-install": ["src"] }, - { "name": "sugar", - "repo": "git://git.sugarlabs.org/sugar/mainline.git", - "auto-install": ["src", "extensions"] }, - { "name": "sugar-artwork", - "repo": "git://git.sugarlabs.org/sugar-artwork/mainline.git" }, - { "name": "sugar-datastore", - "repo": "git://git.sugarlabs.org/sugar-datastore/mainline.git", - "auto-install": ["src"] }, - { "name": "gst-plugins-espeak", - "repo": "git://git.sugarlabs.org/gst-plugins-espeak/mainline.git", - "out-of-source": false }] +[ + { + "name": "sugar-docs", + "out-of-source": false, + "repo": "git://git.sugarlabs.org/sugar-docs/sugar-docs.git" + }, + { + "name": "sugar-base", + "repo": "git://git.sugarlabs.org/sugar-base/mainline.git" + }, + { + "name": "sugar-toolkit", + "repo": "git://git.sugarlabs.org/sugar-toolkit/mainline.git" + }, + { + "auto-install": [ + "src" + ], + "name": "sugar-toolkit-gtk3", + "repo": "git://git.sugarlabs.org/sugar-toolkit-gtk3/sugar-toolkit-gtk3.git" + }, + { + "auto-install": [ + "src", + "extensions" + ], + "name": "sugar", + "repo": "git://git.sugarlabs.org/sugar/mainline.git" + }, + { + "name": "sugar-artwork", + "repo": "git://git.sugarlabs.org/sugar-artwork/mainline.git" + }, + { + "auto-install": [ + "src" + ], + "name": "sugar-datastore", + "repo": "git://git.sugarlabs.org/sugar-datastore/mainline.git" + }, + { + "name": "gst-plugins-espeak", + "out-of-source": false, + "repo": "git://git.sugarlabs.org/gst-plugins-espeak/mainline.git" + } +] diff --git a/config/modules/system-3.4.json b/config/modules/system-3.4.json index b0b4d7d..719e1df 100644 --- a/config/modules/system-3.4.json +++ b/config/modules/system-3.4.json @@ -1,45 +1,83 @@ -[{ "name": "glib", - "repo": "git://git.gnome.org/glib", - "branch": "2.34.2", - "options": ["--disable-modular-tests"] }, - { "name": "gobject-introspection", - "repo": "git://git.gnome.org/gobject-introspection", - "branch": "GOBJECT_INTROSPECTION_1_34_1_1", - "options": ["--disable-tests"] }, - { "name": "pygobject", - "repo": "git://github.com/dnarvaez/pygobject.git", - "branch": "pygobject-3-4" }, - { "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, - "options": ["--disable-gtk-doc-html"] }, - { "name": "gst-plugins-base", - "repo": "git://anongit.freedesktop.org/gstreamer/gst-plugins-base", - "branch": "1.0.2", - "out-of-source": false, - "options": ["--disable-gtk-doc-html"] }, - { "name": "gst-plugins-good", - "repo": "git://anongit.freedesktop.org/gstreamer/gst-plugins-good", - "branch": "1.0.2", - "out-of-source": false, - "options": ["--disable-gtk-doc-html"] }, - { "name": "libxklavier", - "repo": "git://anongit.freedesktop.org/libxklavier", - "branch": "libxklavier-5.3" }, - { "name": "metacity", - "repo": "git://git.gnome.org/metacity", - "branch": "METACITY_2_34_13", - "options": ["--disable-themes-documentation"] }] +[ + { + "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": "pygobject-3-4", + "name": "pygobject", + "repo": "git://github.com/dnarvaez/pygobject.git" + }, + { + "branch": "ATK_2_6_0", + "name": "atk", + "repo": "git://git.gnome.org/atk" + }, + { + "branch": "AT_SPI2_CORE_2_6_1", + "name": "at-spi2-core", + "repo": "git://git.gnome.org/at-spi2-core" + }, + { + "branch": "AT_SPI2_ATK_2_6_1", + "name": "at-spi2-atk", + "repo": "git://git.gnome.org/at-spi2-atk" + }, + { + "branch": "3.6.1", + "name": "gtk+", + "repo": "git://git.gnome.org/gtk+" + }, + { + "branch": "1.0.2", + "name": "gstreamer", + "options": [ + "--disable-gtk-doc-html" + ], + "out-of-source": false, + "repo": "git://anongit.freedesktop.org/gstreamer/gstreamer" + }, + { + "branch": "1.0.2", + "name": "gst-plugins-base", + "options": [ + "--disable-gtk-doc-html" + ], + "out-of-source": false, + "repo": "git://anongit.freedesktop.org/gstreamer/gst-plugins-base" + }, + { + "branch": "1.0.2", + "name": "gst-plugins-good", + "options": [ + "--disable-gtk-doc-html" + ], + "out-of-source": false, + "repo": "git://anongit.freedesktop.org/gstreamer/gst-plugins-good" + }, + { + "branch": "libxklavier-5.3", + "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" + } +] diff --git a/config/modules/system-3.6.json b/config/modules/system-3.6.json index 8b9b6a8..fcd7a76 100644 --- a/config/modules/system-3.6.json +++ b/config/modules/system-3.6.json @@ -1,16 +1,31 @@ -[{ "name": "glib", - "repo": "git://git.gnome.org/glib", - "branch": "2.34.2", - "options": ["--disable-modular-tests"] }, - { "name": "gobject-introspection", - "repo": "git://git.gnome.org/gobject-introspection", - "branch": "GOBJECT_INTROSPECTION_1_34_1_1", - "options": ["--disable-tests"] }, - { "name": "pygobject", - "repo": "git://github.com/dnarvaez/pygobject.git", - "branch": "pygobject-3-4" }, - { "name": "metacity", - "repo": "git://git.gnome.org/metacity", - "branch": "METACITY_2_34_13", - "options": ["--disable-themes-documentation"] }] - +[ + { + "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": "pygobject-3-4", + "name": "pygobject", + "repo": "git://github.com/dnarvaez/pygobject.git" + }, + { + "branch": "METACITY_2_34_13", + "name": "metacity", + "options": [ + "--disable-themes-documentation" + ], + "repo": "git://git.gnome.org/metacity" + } +] -- cgit v0.9.1