From 354978e383be40c1a4ae454e2b71f006722f2274 Mon Sep 17 00:00:00 2001 From: Daniel Narvaez Date: Fri, 09 Nov 2012 08:31:07 +0000 Subject: Add a couple of missing dependencies --- (limited to 'scripts') 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", -- cgit v0.9.1