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="svn" name="svn.gnome.org" default="yes"
|
2008-12-05 09:14:36 -05:00
|
|
|
href="http://svn.gnome.org/svn/">
|
|
|
|
<mirror type="bzr" href="http://bzr-mirror.gnome.org/bzr/" trunk-path="trunk" />
|
|
|
|
<mirror type="git" href="git://git-mirror.gnome.org/git/" />
|
|
|
|
</repository>
|
2008-10-31 01:25:28 -04:00
|
|
|
<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/"/>
|
2008-10-31 01:25:28 -04:00
|
|
|
|
|
|
|
<autotools id="gobject-introspection">
|
|
|
|
<branch/>
|
|
|
|
</autotools>
|
|
|
|
|
|
|
|
<autotools id="gir-repository">
|
|
|
|
<branch/>
|
|
|
|
<dependencies>
|
|
|
|
<dep package="gobject-introspection"/>
|
2008-11-01 11:58:13 -04:00
|
|
|
<dep package="clutter"/>
|
2008-12-03 17:16:55 -05:00
|
|
|
<dep package="clutter-cairo"/>
|
2008-10-31 01:25:28 -04:00
|
|
|
</dependencies>
|
|
|
|
</autotools>
|
|
|
|
|
|
|
|
<autotools id="gjs">
|
|
|
|
<branch/>
|
|
|
|
<dependencies>
|
|
|
|
<dep package="gobject-introspection"/>
|
|
|
|
</dependencies>
|
|
|
|
<after>
|
|
|
|
<dep package="gir-repository"/>
|
|
|
|
</after>
|
|
|
|
</autotools>
|
|
|
|
|
|
|
|
<autotools id="clutter">
|
2008-12-17 11:52:05 -05:00
|
|
|
<branch repo="git.clutter-project.org" module="clutter" revision="clutter-0-8"/>
|
2008-10-31 01:25:28 -04:00
|
|
|
</autotools>
|
2008-12-17 11:52:05 -05:00
|
|
|
|
2008-12-01 18:14:12 -05:00
|
|
|
<autotools id="clutter-cairo">
|
2008-12-17 11:52:05 -05:00
|
|
|
<branch repo="git.clutter-project.org" module="clutter-cairo" revision="clutter-cairo-0-8"/>
|
|
|
|
</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">
|
|
|
|
<branch/>
|
|
|
|
<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>
|