<?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"
      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>
  <repository type="git" name="fishsoup.net"
      href="git://git.fishsoup.net/"/>
  <repository type="git" name="git.clutter-project.org"
      href="git://git.clutter-project.org/"/>
  <repository type="git" name="git.gnome.org"
      href="git://git.gnome.org/"/>

  <autotools id="gobject-introspection">
    <branch repo="git.gnome.org" module="gobject-introspection"/>
  </autotools>

  <autotools id="gir-repository">
    <branch repo="git.gnome.org" module="gir-repository"/>
    <dependencies>
        <dep package="gobject-introspection"/>
        <dep package="clutter"/>
        <dep package="clutter-cairo"/>
    </dependencies>
  </autotools>

  <autotools id="gjs">
    <branch repo="git.gnome.org" module="gjs"/>
    <dependencies>
        <dep package="gobject-introspection"/>
    </dependencies>
    <after>
      <dep package="gir-repository"/>
    </after>
  </autotools>

  <autotools id="clutter">
    <branch repo="git.clutter-project.org" module="clutter" revision="clutter-0-8"/>
  </autotools>

  <autotools id="clutter-cairo">
    <branch repo="git.clutter-project.org" module="clutter-cairo" revision="clutter-cairo-0-8"/>
  </autotools>

  <autotools id="metacity-clutter" autogenargs="--with-clutter">
    <branch repo="fishsoup.net" module="metacity-clutter" revision="clutter"/>
    <dependencies>
      <dep package="gir-repository"/>
      <dep package="clutter"/>
    </dependencies>
  </autotools>

  <autotools id="gnome-shell">
    <branch repo="git.gnome.org" module="gnome-shell"/>
    <dependencies>
        <dep package="gobject-introspection"/>
        <dep package="gir-repository"/>
        <dep package="metacity-clutter"/>
        <dep package="gjs"/>
    </dependencies>
  </autotools>

</moduleset>