Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorManuel QuiƱones <manuq@laptop.org>2012-07-17 17:53:18 (GMT)
committer Manuel QuiƱones <manuq@laptop.org>2012-07-17 18:03:24 (GMT)
commite99dc4dcf1ae7908ee7792e36e9ac88c2224429a (patch)
tree0837cb710fea08fe0809481185e625598ae2e6ff /scripts
parente82cc1762378ea615fb0fd72b7e26011a457d049 (diff)
Use original git repositories for gtk+ and pygobject
There are a number of fixes there for the shell port.
Diffstat (limited to 'scripts')
-rw-r--r--scripts/system.modules6
1 files changed, 3 insertions, 3 deletions
diff --git a/scripts/system.modules b/scripts/system.modules
index 897058d..c7debcc 100644
--- a/scripts/system.modules
+++ b/scripts/system.modules
@@ -3,8 +3,8 @@
<moduleset>
<repository type="git" name="git.gnome.org" href="git://git.gnome.org"/>
<repository type="git" name="github.com/dnarvaez" href="git://github.com/dnarvaez"/>
- <autotools id="gtk">
- <branch repo="github.com/dnarvaez"/>
+ <autotools id="gtk+">
+ <branch repo="git.gnome.org"/>
<dependencies>
<dep package="atk"/>
</dependencies>
@@ -27,7 +27,7 @@
</dependencies>
</autotools>
<autotools id="pygobject">
- <branch repo="github.com/dnarvaez"/>
+ <branch repo="git.gnome.org"/>
<dependencies>
<dep package="glib"/>
<dep package="gobject-introspection"/>