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-09 08:31:07 (GMT)
committer Daniel Narvaez <dwnarvaez@gmail.com>2012-11-09 08:31:07 (GMT)
commit354978e383be40c1a4ae454e2b71f006722f2274 (patch)
tree7971952d09347d0c909a68b0331bf857af57c513
parentd2c852a71b03a243affe905d1041e43a9f55c3f5 (diff)
Add a couple of missing dependencies
-rwxr-xr-xscripts/check-system8
1 files changed, 8 insertions, 0 deletions
diff --git a/scripts/check-system b/scripts/check-system
index 8b01945..9dadb7a 100755
--- a/scripts/check-system
+++ b/scripts/check-system
@@ -232,6 +232,14 @@ checks = \
"checker": "python",
"packages": { "fedora": "gtksourceview3",
"ubuntu": "gir1.2-gtksource-3.0" } },
+ { "check": "from gi.repository import GConf",
+ "checker": "python",
+ "packages": { "fedora": "GConf2",
+ "ubuntu": "gir1.2-gconf-2.0" } },
+ { "check": "from gi.repository import Wnck",
+ "checker": "python",
+ "packages": { "fedora": "libwnck3",
+ "ubuntu": "gir1.2-wnck-3.0" } },
{ "check": "import rsvg",
"checker": "python",
"packages": { "fedora": "gnome-python2-rsvg",