Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/config/deps/sugar-runtime-3.6.json
diff options
context:
space:
mode:
authorDaniel Narvaez <dwnarvaez@gmail.com>2012-11-26 16:46:21 (GMT)
committer Daniel Narvaez <dwnarvaez@gmail.com>2012-11-26 16:46:21 (GMT)
commitef388964f917c25ea866e537f44f2d88f9e6b85c (patch)
tree27d1f59df428e72973c3f45a0f420c49b27588cb /config/deps/sugar-runtime-3.6.json
parentbf0fa30f3ae0b22eba401c0e5f8e675704d55502 (diff)
Normalize deps json
Sort the list, always specify the name, json.dump them.
Diffstat (limited to 'config/deps/sugar-runtime-3.6.json')
-rw-r--r--config/deps/sugar-runtime-3.6.json266
1 files changed, 172 insertions, 94 deletions
diff --git a/config/deps/sugar-runtime-3.6.json b/config/deps/sugar-runtime-3.6.json
index 05bf072..21dab06 100644
--- a/config/deps/sugar-runtime-3.6.json
+++ b/config/deps/sugar-runtime-3.6.json
@@ -1,94 +1,172 @@
-[{ "check": "org.freedesktop.Telepathy.AccountManager",
- "checker": "dbus" },
- { "check": "dconf",
- "checker": "binary" },
- { "check": "gnome-keyring-daemon",
- "checker": "binary" },
- { "check": "metacity",
- "checker": "binary" },
- { "check": "Adwaita",
- "checker": "metacity-theme" },
- { "check": "espeak",
- "checker": "binary" },
- { "check_name": "gconf python",
- "check": "import gconf",
- "checker": "python" },
- { "check_name": "wnck python",
- "check": "import wnck",
- "checker": "python" },
- { "check_name": "simplejson python",
- "check": "import simplejson",
- "checker": "python" },
- { "check_name": "hippo python",
- "check": "import hippo",
- "checker": "python" },
- { "check_name": "telepathy python",
- "check": "import telepathy",
- "checker": "python" },
- { "check_name": "xapian python",
- "check": "import xapian",
- "checker": "python" },
- { "check_name": "dateutil python",
- "check": "import dateutil",
- "checker": "python" },
- { "check_name": "gtksourceview2 python",
- "check": "import gtksourceview2",
- "checker": "python" },
- { "check_name": "vte python",
- "check": "import vte",
- "checker": "python" },
- { "check_name": "decorator python",
- "check": "import decorator",
- "checker": "python" },
- { "check_name": "gi python",
- "check": "import gi",
- "checker": "python" },
- { "check_name": "evince typelib",
- "check": "from gi.repository import EvinceDocument",
- "checker": "python" },
- { "check_name": "gtksource typelib",
- "check": "from gi.repository import GtkSource",
- "checker": "python" },
- { "check_name": "gconf typelib",
- "check": "from gi.repository import GConf",
- "checker": "python" },
- { "check_name": "gst typelib",
- "check": "import gi; gi.require_version('Gst', '1.0'); from gi.repository import Gst; Gst.init([])",
- "checker": "python" },
- { "check_name": "wnck typelib",
- "check": "from gi.repository import Wnck",
- "checker": "python" },
- { "check_name": "rsvg python",
- "check": "import rsvg",
- "checker": "python" },
- { "check": "org.freedesktop.Telepathy.ConnectionManager.gabble",
- "checker": "dbus" },
- { "check": "org.freedesktop.Telepathy.ConnectionManager.salut",
- "checker": "dbus" },
- { "check_name": "webkit typelib",
- "check": "from gi.repository import WebKit",
- "checker": "python" },
- { "check_name": "cairo foreign",
- "check": "from gi.repository import Gdk, Gtk; window = Gtk.Window(0); window.realize();context = Gdk.cairo_create(window.get_window())",
- "checker": "python" },
- { "check_name": "pygst python",
- "check": "import pygst",
- "checker": "python" },
- { "check_name": "vte typelib",
- "check": "from gi.repository import Vte",
- "checker": "python" },
- { "check": "video4linux2",
- "checker": "gstreamer-0.10" },
- { "check_name": "playback gstreamer",
- "check": "playback",
- "checker": "gstreamer-1.0" },
- { "check_name": "pango gstreamer",
- "check": "pango",
- "checker": "gstreamer-1.0" },
- { "check_name": "autodetect gstreamer",
- "check": "autodetect",
- "checker": "gstreamer-1.0" },
- { "check_name": "cairo typelib",
- "check": "from gi.repository import cairo",
- "checker": "python" }
-]
+[
+ {
+ "check": "Adwaita",
+ "checker": "metacity-theme",
+ "name": "Adwaita"
+ },
+ {
+ "check": "autodetect",
+ "checker": "gstreamer-1.0",
+ "name": "autodetect gstreamer"
+ },
+ {
+ "check": "from gi.repository import Gdk, Gtk; window = Gtk.Window(0); window.realize();context = Gdk.cairo_create(window.get_window())",
+ "checker": "python",
+ "name": "cairo foreign"
+ },
+ {
+ "check": "from gi.repository import cairo",
+ "checker": "python",
+ "name": "cairo typelib"
+ },
+ {
+ "check": "import dateutil",
+ "checker": "python",
+ "name": "dateutil python"
+ },
+ {
+ "check": "dconf",
+ "checker": "binary",
+ "name": "dconf"
+ },
+ {
+ "check": "import decorator",
+ "checker": "python",
+ "name": "decorator python"
+ },
+ {
+ "check": "espeak",
+ "checker": "binary",
+ "name": "espeak"
+ },
+ {
+ "check": "from gi.repository import EvinceDocument",
+ "checker": "python",
+ "name": "evince typelib"
+ },
+ {
+ "check": "import gconf",
+ "checker": "python",
+ "name": "gconf python"
+ },
+ {
+ "check": "from gi.repository import GConf",
+ "checker": "python",
+ "name": "gconf typelib"
+ },
+ {
+ "check": "import gi",
+ "checker": "python",
+ "name": "gi python"
+ },
+ {
+ "check": "gnome-keyring-daemon",
+ "checker": "binary",
+ "name": "gnome-keyring-daemon"
+ },
+ {
+ "check": "import gi; gi.require_version('Gst', '1.0'); from gi.repository import Gst; Gst.init([])",
+ "checker": "python",
+ "name": "gst typelib"
+ },
+ {
+ "check": "from gi.repository import GtkSource",
+ "checker": "python",
+ "name": "gtksource typelib"
+ },
+ {
+ "check": "import gtksourceview2",
+ "checker": "python",
+ "name": "gtksourceview2 python"
+ },
+ {
+ "check": "import hippo",
+ "checker": "python",
+ "name": "hippo python"
+ },
+ {
+ "check": "metacity",
+ "checker": "binary",
+ "name": "metacity"
+ },
+ {
+ "check": "org.freedesktop.Telepathy.AccountManager",
+ "checker": "dbus",
+ "name": "org.freedesktop.Telepathy.AccountManager"
+ },
+ {
+ "check": "org.freedesktop.Telepathy.ConnectionManager.gabble",
+ "checker": "dbus",
+ "name": "org.freedesktop.Telepathy.ConnectionManager.gabble"
+ },
+ {
+ "check": "org.freedesktop.Telepathy.ConnectionManager.salut",
+ "checker": "dbus",
+ "name": "org.freedesktop.Telepathy.ConnectionManager.salut"
+ },
+ {
+ "check": "pango",
+ "checker": "gstreamer-1.0",
+ "name": "pango gstreamer"
+ },
+ {
+ "check": "playback",
+ "checker": "gstreamer-1.0",
+ "name": "playback gstreamer"
+ },
+ {
+ "check": "import pygst",
+ "checker": "python",
+ "name": "pygst python"
+ },
+ {
+ "check": "import rsvg",
+ "checker": "python",
+ "name": "rsvg python"
+ },
+ {
+ "check": "import simplejson",
+ "checker": "python",
+ "name": "simplejson python"
+ },
+ {
+ "check": "import telepathy",
+ "checker": "python",
+ "name": "telepathy python"
+ },
+ {
+ "check": "video4linux2",
+ "checker": "gstreamer-0.10",
+ "name": "video4linux2"
+ },
+ {
+ "check": "import vte",
+ "checker": "python",
+ "name": "vte python"
+ },
+ {
+ "check": "from gi.repository import Vte",
+ "checker": "python",
+ "name": "vte typelib"
+ },
+ {
+ "check": "from gi.repository import WebKit",
+ "checker": "python",
+ "name": "webkit typelib"
+ },
+ {
+ "check": "import wnck",
+ "checker": "python",
+ "name": "wnck python"
+ },
+ {
+ "check": "from gi.repository import Wnck",
+ "checker": "python",
+ "name": "wnck typelib"
+ },
+ {
+ "check": "import xapian",
+ "checker": "python",
+ "name": "xapian python"
+ }
+] \ No newline at end of file