Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Narvaez <dwnarvaez@gmail.com>2012-11-11 19:44:01 (GMT)
committer Daniel Narvaez <dwnarvaez@gmail.com>2012-11-11 19:44:01 (GMT)
commitf84db6890556e2dd966d0d5853dae8fe1c7db900 (patch)
tree2e772d0c3e27a8813ae5333961cd43fbdab73805
parent76c4fa22af32aac5d7bc9bfef517bb28725ea2c9 (diff)
Check for gstream 1.0 typelib in 3.6
-rwxr-xr-xscripts/check-system3
-rw-r--r--scripts/deps/sugar-runtime-3.4.json (copied from scripts/deps/sugar-runtime.json)0
-rw-r--r--scripts/deps/sugar-runtime-3.6.json (renamed from scripts/deps/sugar-runtime.json)2
3 files changed, 3 insertions, 2 deletions
diff --git a/scripts/check-system b/scripts/check-system
index 5349fb1..bc2b6bd 100755
--- a/scripts/check-system
+++ b/scripts/check-system
@@ -173,7 +173,8 @@ checks = []
checks.extend(load_deps_json("system"))
checks.extend(load_deps_json("sugar-build"))
checks.extend(load_deps_json("sugar-buildtime"))
-checks.extend(load_deps_json("sugar-runtime"))
+checks.extend(load_deps_json("sugar-runtime-%s" %
+ sysinfo.get_system_version()))
run_checks(distro, checks, packages)
warn_if_unsupported(distro)
diff --git a/scripts/deps/sugar-runtime.json b/scripts/deps/sugar-runtime-3.4.json
index 61cc7c1..61cc7c1 100644
--- a/scripts/deps/sugar-runtime.json
+++ b/scripts/deps/sugar-runtime-3.4.json
diff --git a/scripts/deps/sugar-runtime.json b/scripts/deps/sugar-runtime-3.6.json
index 61cc7c1..29109f2 100644
--- a/scripts/deps/sugar-runtime.json
+++ b/scripts/deps/sugar-runtime-3.6.json
@@ -50,7 +50,7 @@
"check": "from gi.repository import GConf",
"checker": "python" },
{ "check_name": "gst typelib",
- "check": "from gi.repository import Gst",
+ "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",