2008-10-31 01:25:28 -04:00
|
|
|
<?xml version="1.0"?><!--*- mode: nxml; indent-tabs-mode: nil -*-->
|
|
|
|
<!DOCTYPE moduleset SYSTEM "moduleset.dtd">
|
|
|
|
<?xml-stylesheet type="text/xsl" href="moduleset.xsl"?>
|
|
|
|
<!-- vim:set ts=2 expandtab: -->
|
|
|
|
<moduleset>
|
|
|
|
<repository type="git" name="fishsoup.net"
|
|
|
|
href="git://git.fishsoup.net/"/>
|
2008-12-17 11:52:05 -05:00
|
|
|
<repository type="git" name="git.clutter-project.org"
|
|
|
|
href="git://git.clutter-project.org/"/>
|
2009-02-05 18:23:18 -05:00
|
|
|
<repository type="git" name="git.gnome.org"
|
|
|
|
href="git://git.gnome.org/"/>
|
2008-10-31 01:25:28 -04:00
|
|
|
|
|
|
|
<autotools id="gobject-introspection">
|
2009-02-12 17:53:53 -05:00
|
|
|
<branch repo="git.gnome.org" module="gobject-introspection"/>
|
2008-10-31 01:25:28 -04:00
|
|
|
</autotools>
|
|
|
|
|
|
|
|
<autotools id="gir-repository">
|
2009-02-12 17:53:53 -05:00
|
|
|
<branch repo="git.gnome.org" module="gir-repository"/>
|
2008-10-31 01:25:28 -04:00
|
|
|
<dependencies>
|
|
|
|
<dep package="gobject-introspection"/>
|
|
|
|
</dependencies>
|
|
|
|
</autotools>
|
|
|
|
|
|
|
|
<autotools id="gjs">
|
2009-02-12 17:53:53 -05:00
|
|
|
<branch repo="git.gnome.org" module="gjs"/>
|
2008-10-31 01:25:28 -04:00
|
|
|
<dependencies>
|
|
|
|
<dep package="gobject-introspection"/>
|
|
|
|
</dependencies>
|
|
|
|
<after>
|
|
|
|
<dep package="gir-repository"/>
|
|
|
|
</after>
|
|
|
|
</autotools>
|
|
|
|
|
|
|
|
<autotools id="clutter">
|
2009-02-23 14:42:00 -05:00
|
|
|
<branch repo="git.clutter-project.org" module="clutter"/>
|
|
|
|
<dependencies>
|
|
|
|
<dep package="gobject-introspection"/>
|
|
|
|
</dependencies>
|
2008-12-17 11:52:05 -05:00
|
|
|
</autotools>
|
2008-10-31 01:25:28 -04:00
|
|
|
|
|
|
|
<autotools id="metacity-clutter" autogenargs="--with-clutter">
|
|
|
|
<branch repo="fishsoup.net" module="metacity-clutter" revision="clutter"/>
|
|
|
|
<dependencies>
|
2008-11-01 18:56:53 -04:00
|
|
|
<dep package="gir-repository"/>
|
2008-10-31 01:25:28 -04:00
|
|
|
<dep package="clutter"/>
|
|
|
|
</dependencies>
|
|
|
|
</autotools>
|
|
|
|
|
|
|
|
<autotools id="gnome-shell">
|
2009-02-05 18:23:18 -05:00
|
|
|
<branch repo="git.gnome.org" module="gnome-shell"/>
|
2008-10-31 01:25:28 -04:00
|
|
|
<dependencies>
|
|
|
|
<dep package="gobject-introspection"/>
|
|
|
|
<dep package="gir-repository"/>
|
|
|
|
<dep package="metacity-clutter"/>
|
2008-10-31 11:18:18 -04:00
|
|
|
<dep package="gjs"/>
|
2008-10-31 01:25:28 -04:00
|
|
|
</dependencies>
|
|
|
|
</autotools>
|
|
|
|
|
2008-11-01 11:58:13 -04:00
|
|
|
</moduleset>
|