Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/scripts/deps/sugar-buildtime.json
diff options
context:
space:
mode:
authorDaniel Narvaez <dwnarvaez@gmail.com>2012-11-11 13:07:09 (GMT)
committer Daniel Narvaez <dwnarvaez@gmail.com>2012-11-11 13:20:30 (GMT)
commit14f41e10c14b2b6b202abe867aade83783b1fa9c (patch)
treecb46545e7364f344468cd9d8aa27874186eb9ac6 /scripts/deps/sugar-buildtime.json
parentafe7926e52a5263114f89e1f02e4cf46a3f9312f (diff)
Split dependencies info out of check-system
Diffstat (limited to 'scripts/deps/sugar-buildtime.json')
-rwxr-xr-xscripts/deps/sugar-buildtime.json40
1 files changed, 40 insertions, 0 deletions
diff --git a/scripts/deps/sugar-buildtime.json b/scripts/deps/sugar-buildtime.json
new file mode 100755
index 0000000..996def3
--- /dev/null
+++ b/scripts/deps/sugar-buildtime.json
@@ -0,0 +1,40 @@
+[{ "check": "gcc",
+ "checker": "binary" },
+ { "check": "autoreconf",
+ "checker": "binary" },
+ { "check": "aclocal",
+ "checker": "binary" },
+ { "check": "libtool",
+ "checker": "binary" },
+ { "check": "icon-slicer",
+ "checker": "binary" },
+ { "check": "intltoolize",
+ "checker": "binary" },
+ { "check": "xcursorgen",
+ "checker": "binary" },
+ { "check": "gnome-doc-common",
+ "checker": "binary" },
+ { "check": "python2",
+ "checker": "pkgconfig" },
+ { "check": "glib-2.0",
+ "checker": "pkgconfig" },
+ { "check": "gtk+-3.0",
+ "checker": "pkgconfig" },
+ { "check": "sm",
+ "checker": "pkgconfig" },
+ { "check": "ice",
+ "checker": "pkgconfig" },
+ { "check": "alsa",
+ "checker": "pkgconfig" },
+ { "check": "librsvg-2.0",
+ "checker": "pkgconfig" },
+ { "check": "gobject-introspection-1.0",
+ "checker": "pkgconfig" },
+ { "check": "pygtk-2.0",
+ "checker": "pkgconfig" },
+ { "check": "gconf-2.0",
+ "checker": "pkgconfig" },
+ { "check": "pycairo",
+ "checker": "pkgconfig" },
+ { "check": "icon-naming-utils",
+ "checker": "pkgconfig" }]