From ef388964f917c25ea866e537f44f2d88f9e6b85c Mon Sep 17 00:00:00 2001 From: Daniel Narvaez Date: Mon, 26 Nov 2012 16:46:21 +0000 Subject: Normalize deps json Sort the list, always specify the name, json.dump them. --- (limited to 'config/deps/sugar-runtime-3.4.json') diff --git a/config/deps/sugar-runtime-3.4.json b/config/deps/sugar-runtime-3.4.json index 53349a4..7baf0ef 100644 --- a/config/deps/sugar-runtime-3.4.json +++ b/config/deps/sugar-runtime-3.4.json @@ -1,85 +1,157 @@ -[{ "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": "wnck python", - "check": "import wnck", - "checker": "python" }, - { "check_name": "gconf python", - "check": "import gconf", - "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": "from gi.repository import Gst", - "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": "cairo typelib", - "check": "from gi.repository import cairo", - "checker": "python" } -] +[ + { + "check": "Adwaita", + "checker": "metacity-theme", + "name": "Adwaita" + }, + { + "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": "from gi.repository import Gst", + "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": "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 -- cgit v0.9.1