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-06 11:17:23 (GMT)
committer Daniel Narvaez <dwnarvaez@gmail.com>2012-11-06 11:17:23 (GMT)
commit53039c331fff9aa5a8680601c3b59eddd856dade (patch)
tree52dbdb5459dd4f79c149bf7619c174d996dd6c84
parent59b2b7462d4f94bd4082424b5a26987d9037e7c7 (diff)
Use a tarball for glib
Building leaves the tree dirty which confuses jhbuild. It's fixed on master but not on the branch we use.
-rw-r--r--scripts/system.modules6
1 files changed, 5 insertions, 1 deletions
diff --git a/scripts/system.modules b/scripts/system.modules
index b6992b6..f6f8cf4 100644
--- a/scripts/system.modules
+++ b/scripts/system.modules
@@ -6,6 +6,7 @@
<repository type="git" name="gstreamer.freedesktop.org" href="git://anongit.freedesktop.org/gstreamer/"/>
<repository type="git" name="freedesktop.org" href="git://anongit.freedesktop.org/"/>
<repository type="git" name="git.sugarlabs.org" href="git://git.sugarlabs.org"/>
+ <repository type="tarball" name="gnome.org" href="http://download.gnome.org/sources/"/>
<autotools id="gtk+">
<branch repo="git.gnome.org" revision="3.6.1"/>
<dependencies>
@@ -43,7 +44,10 @@
</dependencies>
</autotools>
<autotools id="glib">
- <branch repo="git.gnome.org" revision="2.34.1"/>
+ <branch module="glib/2.34/glib-2.34.1.tar.xz" version="2.34.1"
+ repo="gnome.org"
+ hash="sha256:6e84dc9d84b104725b34d255421ed7ac3629e49f437d37addde5ce3891c2e2f1"
+ size="6363332"/>
</autotools>
<autotools id="gstreamer" supports-non-srcdir-builds="no">
<branch repo="gstreamer.freedesktop.org" revision="1.0.2"/>