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-21 19:40:31 (GMT)
committer Daniel Narvaez <dwnarvaez@gmail.com>2012-11-21 19:40:31 (GMT)
commit0fc6eab3bcc9e348637dc09902dcf3b04dad4b1d (patch)
tree6991109f2bc6653624eab9414940bd75aabe0c52
parentc4d56c4c251e6be4bcd107380e73aeb1698607c9 (diff)
Add dependency on static gconf bindings
Needed by calculate
-rw-r--r--config/deps/sugar-runtime-3.4.json3
-rw-r--r--config/deps/sugar-runtime-3.6.json3
-rw-r--r--config/packages/deps-3.4.json3
-rw-r--r--config/packages/deps-3.6.json3
4 files changed, 12 insertions, 0 deletions
diff --git a/config/deps/sugar-runtime-3.4.json b/config/deps/sugar-runtime-3.4.json
index 61cc7c1..79f0d25 100644
--- a/config/deps/sugar-runtime-3.4.json
+++ b/config/deps/sugar-runtime-3.4.json
@@ -13,6 +13,9 @@
{ "check_name": "wnck python",
"check": "import wnck",
"checker": "python" },
+ { "check_name": "gconf python",
+ "check": "import gconf",
+ "checker": "python" },
{ "check_name": "simplejson python",
"check": "import simplejson",
"checker": "python" },
diff --git a/config/deps/sugar-runtime-3.6.json b/config/deps/sugar-runtime-3.6.json
index 5ad43eb..b5d05ae 100644
--- a/config/deps/sugar-runtime-3.6.json
+++ b/config/deps/sugar-runtime-3.6.json
@@ -10,6 +10,9 @@
"checker": "metacity-theme" },
{ "check": "espeak",
"checker": "binary" },
+ { "check_name": "gconf python",
+ "check": "import gconf",
+ "checker": "python" },
{ "check_name": "wnck python",
"check": "import wnck",
"checker": "python" },
diff --git a/config/packages/deps-3.4.json b/config/packages/deps-3.4.json
index e202386..bfe4b5e 100644
--- a/config/packages/deps-3.4.json
+++ b/config/packages/deps-3.4.json
@@ -4,6 +4,9 @@
"sphinx-build":
{ "fedora": "python-sphinx",
"ubuntu": "python-sphinx" },
+ "gconf python":
+ { "fedora": "gnome-python2-gconf",
+ "ubuntu": "python-gconf" },
"xinit":
{ "fedora": "xorg-x11-xinit",
"ubuntu": "xinit" },
diff --git a/config/packages/deps-3.6.json b/config/packages/deps-3.6.json
index 93ff8b8..286326a 100644
--- a/config/packages/deps-3.6.json
+++ b/config/packages/deps-3.6.json
@@ -4,6 +4,9 @@
"sphinx-build":
{ "fedora": "python-sphinx",
"ubuntu": "python-sphinx" },
+ "gconf python":
+ { "fedora": "gnome-python2-gconf",
+ "ubuntu": "python-gconf" },
"xinit":
{ "fedora": "xorg-x11-xinit",
"ubuntu": "xinit" },