From ddaf95ccceea5e93d8ad3c1b209c527c3aa7fb5d Mon Sep 17 00:00:00 2001 From: Daniel Narvaez Date: Sun, 11 Nov 2012 13:28:11 +0000 Subject: Refactor check groups --- (limited to 'scripts/deps') diff --git a/scripts/deps/activities-runtime.json b/scripts/deps/activities-runtime.json deleted file mode 100755 index e5be377..0000000 --- a/scripts/deps/activities-runtime.json +++ /dev/null @@ -1,10 +0,0 @@ -[{ "check": "from gi.repository import WebKit", - "checker": "python" }, - { "check": "import pygst", - "checker": "python" }, - { "check": "from gi.repository import Vte", - "checker": "python" }, - { "check": "video4linux2", - "checker": "gstreamer" }, - { "check": "import abiword", - "checker": "python" }] diff --git a/scripts/deps/packages.json b/scripts/deps/packages.json index 6168174..6168174 100755..100644 --- a/scripts/deps/packages.json +++ b/scripts/deps/packages.json diff --git a/scripts/deps/prerequisites.json b/scripts/deps/prerequisites.json index 63d18f5..63d18f5 100755..100644 --- a/scripts/deps/prerequisites.json +++ b/scripts/deps/prerequisites.json diff --git a/scripts/deps/sugar-build-buildtime.json b/scripts/deps/sugar-build-buildtime.json deleted file mode 100755 index 8bcf90c..0000000 --- a/scripts/deps/sugar-build-buildtime.json +++ /dev/null @@ -1,4 +0,0 @@ -[{ "check": "xrandr", - "checker": "pkgconfig" }, - { "check": "x11", - "checker": "pkgconfig" }] diff --git a/scripts/deps/sugar-build-runtime.json b/scripts/deps/sugar-build.json index 503bf57..da6f995 100755..100644 --- a/scripts/deps/sugar-build-runtime.json +++ b/scripts/deps/sugar-build.json @@ -5,4 +5,8 @@ { "check": "dbus-launch", "checker": "binary" }, { "check": "import pyatspi", - "checker": "python" }] + "checker": "python" }, + { "check": "xrandr", + "checker": "pkgconfig" }, + { "check": "x11", + "checker": "pkgconfig" }] diff --git a/scripts/deps/sugar-buildtime.json b/scripts/deps/sugar-buildtime.json index 996def3..996def3 100755..100644 --- a/scripts/deps/sugar-buildtime.json +++ b/scripts/deps/sugar-buildtime.json diff --git a/scripts/deps/sugar-runtime.json b/scripts/deps/sugar-runtime.json index 85f41c5..6f06a59 100755..100644 --- a/scripts/deps/sugar-runtime.json +++ b/scripts/deps/sugar-runtime.json @@ -45,4 +45,14 @@ { "check": "org.freedesktop.Telepathy.ConnectionManager.gabble", "checker": "dbus" }, { "check": "org.freedesktop.Telepathy.ConnectionManager.salut", - "checker": "dbus" }] + "checker": "dbus" }, + { "check": "from gi.repository import WebKit", + "checker": "python" }, + { "check": "import pygst", + "checker": "python" }, + { "check": "from gi.repository import Vte", + "checker": "python" }, + { "check": "video4linux2", + "checker": "gstreamer" }, + { "check": "import abiword", + "checker": "python" }] diff --git a/scripts/deps/system-buildtime.json b/scripts/deps/system.json index ea9e0ff..ea9e0ff 100755..100644 --- a/scripts/deps/system-buildtime.json +++ b/scripts/deps/system.json -- cgit v0.9.1