Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/scripts/deps/sugar-runtime-3.6.json
blob: 29109f2a5bceaa8bacb5d7dc803f73629c7ecc90 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
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": "import gi; gi.require_version('Gst', '1.0'); 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" }
]