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-09-07 19:52:57 (GMT)
committer Daniel Narvaez <dwnarvaez@gmail.com>2012-09-07 19:52:57 (GMT)
commit38a316e518860f99aa2fde219736f0bfca4fddfe (patch)
tree7c05820e590c0c8814978ec109ac1a7016a864ae /scripts
parent039ead3affb8fba288b0e63105c02b3a9462bf15 (diff)
Add GtkSource-3.0 dependency
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/check-system4
1 files changed, 4 insertions, 0 deletions
diff --git a/scripts/check-system b/scripts/check-system
index bc1756c..18dcbb3 100755
--- a/scripts/check-system
+++ b/scripts/check-system
@@ -220,6 +220,10 @@ checks = \
"checker": "python",
"packages": { "fedora": "evince-libs",
"ubuntu": "gir1.2-evince-3.0" } },
+ { "check": "from gi.repository import GtkSource",
+ "checker": "python",
+ "packages": { "fedora": "gtksourceview3",
+ "ubuntu": "gir1.2-gtksource-3.0" } },
{ "check": "import rsvg",
"checker": "python",
"packages": { "fedora": "gnome-python2-rsvg",