Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorDaniel Narvaez <dwnarvaez@gmail.com>2012-06-29 12:09:19 (GMT)
committer Daniel Narvaez <dwnarvaez@gmail.com>2012-06-29 12:09:19 (GMT)
commited6cdf522dd5b346e2aefb2091dcad4235b65bf3 (patch)
treee68d85ddbc67a83bb33d7332204ac3bb69f19ce4 /scripts
parentc5c3269b9c0d8152b1bf9f80c3001f638ab4ed57 (diff)
Couple more runtime deps
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/check-system8
1 files changed, 8 insertions, 0 deletions
diff --git a/scripts/check-system b/scripts/check-system
index 0591eb0..a07cd6f 100755
--- a/scripts/check-system
+++ b/scripts/check-system
@@ -143,6 +143,14 @@ checks = \
# Sugar runtime
+ { "check": "gnome-keyring-daemon",
+ "checker": "binary",
+ "packages": { "fedora": "gnome-keyring",
+ "ubuntu": "gnome-keyring" } },
+ { "check": "metacity",
+ "checker": "binary",
+ "packages": { "fedora": "metacity",
+ "ubuntu": "metacity" } },
{ "check": "espeak",
"checker": "binary",
"packages": { "fedora": "espeak",