Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/scripts/deps/sugar-runtime-3.4.json
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/deps/sugar-runtime-3.4.json')
-rw-r--r--scripts/deps/sugar-runtime-3.4.json85
1 files changed, 85 insertions, 0 deletions
diff --git a/scripts/deps/sugar-runtime-3.4.json b/scripts/deps/sugar-runtime-3.4.json
new file mode 100644
index 0000000..61cc7c1
--- /dev/null
+++ b/scripts/deps/sugar-runtime-3.4.json
@@ -0,0 +1,85 @@
+[{ "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": "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" },
+ { "check_name": "abiword python",
+ "check": "import abiword",
+ "checker": "python" },
+ { "check_name": "cairo typelib",
+ "check": "from gi.repository import cairo",
+ "checker": "python" }
+]