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-08-22 09:36:07 (GMT)
committer Daniel Narvaez <dwnarvaez@gmail.com>2012-08-22 09:36:07 (GMT)
commitf60a49b1f320aad756435ff71f42ed05c9afe469 (patch)
treecc8a5c0dc5f7e775c6900200e4d2a654461fd5df /scripts
parente91930d06287aca689ddcc3a76d93178955239f7 (diff)
Add libxklavier
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/check-system4
-rw-r--r--scripts/system.modules7
2 files changed, 10 insertions, 1 deletions
diff --git a/scripts/check-system b/scripts/check-system
index 99642d2..b14f844 100755
--- a/scripts/check-system
+++ b/scripts/check-system
@@ -282,6 +282,10 @@ checks = \
"checker": "pkgconfig",
"packages": { "fedora": "cairo-gobject-devel",
"ubuntu": "libcairo2-dev" } },
+ { "check": "iso-codes",
+ "checker": "pkgconfig",
+ "packages": { "fedora": "iso-codes-devel",
+ "ubuntu": "iso-codes" } },
# sugar-build runtime
diff --git a/scripts/system.modules b/scripts/system.modules
index 7a66530..fccecf9 100644
--- a/scripts/system.modules
+++ b/scripts/system.modules
@@ -4,7 +4,8 @@
<repository type="git" name="git.gnome.org" href="git://git.gnome.org"/>
<repository type="git" name="github.com/dnarvaez" href="git://github.com/dnarvaez"/>
<repository type="git" name="gstreamer.freedesktop.org" href="git://anongit.freedesktop.org/gstreamer/"/>
- <repository type="git" name="git.sugarlabs.org" href="git://git.sugarlabs.org"/>
+ <repository type="git" name="freedesktop.org" href="git://anongit.freedesktop.org/"/>
+ <repository type="git" name="git.sugarlabs.org" href="git://git.sugarlabs.org"/>
<autotools id="gtk+">
<branch repo="git.gnome.org"/>
<dependencies>
@@ -62,6 +63,9 @@
<autotools id="gst-plugins-espeak" supports-non-srcdir-builds="no">
<branch repo="git.sugarlabs.org" module="gst-plugins-espeak/mainline.git" checkoutdir="gst-plugins-espeak"/>
</autotools>
+ <autotools id="libxklavier" supports-parallel-builds="no" supports-non-srcdir-builds="no">
+ <branch repo="freedesktop.org"/>
+ </autotools>
<metamodule id="meta-system">
<dependencies>
@@ -69,6 +73,7 @@
<dep package="gtk+"/>
<dep package="gst-plugins-good"/>
<dep package="gst-plugins-espeak"/>
+ <dep package="libxklavier"/>
</dependencies>
</metamodule>
</moduleset>