Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/build-scripts/sugar-framework.modules
blob: f061ee8cf397cd2b1d16f157e4d1ab26fce40f57 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
<?xml version="1.0"?><!--*- mode: nxml; indent-tabs-mode: nil -*-->
<?xml-stylesheet type="text/xsl" href="moduleset.xsl"?>
<moduleset>
  <include href="jhbuild/modulesets/gnome-2.16.modules"/>
  <repository type="cvs" name="gnome.org"
      cvsroot=":pserver:anonymous@anoncvs.gnome.org:/cvs/gnome"
      password=""/>
  <repository type="cvs" name="mozilla.org"
      cvsroot=":pserver:anonymous@cvs-mirror.mozilla.org:/cvsroot"
      password="anonymous"/>
  <repository type="cvs" name="cairographics.org"
      cvsroot=":pserver:anonymous@cvs.cairographics.org:/cvs/cairo"
      password=""/>
  <repository type="git" name="dev.laptop.org" default="yes"
      href="git://dev.laptop.org/"/>
  <repository type="svn" name="matchbox.o-hand.com"
      href="http://svn.o-hand.com/repos/matchbox/"/>
  <tarball id="libmatchbox" version="1.8">
    <source href="http://projects.o-hand.com/matchbox/sources/libmatchbox/1.8/libmatchbox-1.8.tar.bz2"
            size="303304" md5sum="6bbd6b41f4fd78b7baa6157b303e5ac0"/>
    <dependencies>
    </dependencies>
  </tarball>
  <tarball id="hippo-canvas" version="0.1.5">
    <source href="http://www.gnome.org/~marco/hippo-canvas-0.1.5.tar.gz"
            size="377787" md5sum="1b95c18779a98a77653e70da7b8c1185"/>
    <dependencies>
      <dep package="gtk+"/>
    </dependencies>
  </tarball> 
  <autotools id="matchbox-window-manager" autogenargs="--enable-composite">
    <branch repo="matchbox.o-hand.com" module="trunk/matchbox-window-manager"/>
    <dependencies>
      <dep package="libmatchbox"/>
    </dependencies>
  </autotools>
  <autotools id="gnome-python-extras">
    <branch repo="gnome.org"/>
    <dependencies>
      <dep package="pygtk"/>
      <dep package="mozilla"/>
    </dependencies>
  </autotools>
  <autotools id="sugar">
    <branch/>
    <dependencies>
      <dep package="dbus"/>
      <dep package="gnome-common"/>
      <dep package="artwork"/>
      <dep package="matchbox-window-manager"/>
      <dep package="gnome-python-desktop"/>
      <dep package="hippo-canvas"/>
      <dep package="gnome-python-extras"/>
    </dependencies>
  </autotools>
  <mozillamodule id="mozilla" autogenargs="--enable-default-toolkit=gtk2 --disable-mailnews --disable-ldap --disable-debug --enable-optimize --disable-tests --enable-crypto --enable-xft --with-system-zlib --disable-freetype2 --enable-application=browser --disable-javaxpcom --enable-extensions=default,cookie" cvsroot="mozilla.org" revision="MOZILLA_1_8_BRANCH" projects="xulrunner">
    <dependencies>
    </dependencies>
  </mozillamodule>
  <autotools id="artwork">
    <branch repo="dev.laptop.org" module="artwork"/>
    <dependencies>
      <dep package="gtk+"/>
      <dep package="intltool"/>
    </dependencies>
  </autotools>
  <autotools id="librsvg" supports-non-srcdir-builds="no" autogenargs="--disable-gtk-theme --disable-gnome-vfs --without-svgz">
    <branch repo="gnome.org"/>
    <dependencies>
      <dep package="libxml2"/>
      <dep package="gtk+"/>
      <dep package="gnome-common"/>
      <dep package="libcroco"/>
    </dependencies>
  </autotools>
  <autotools id="gnome-python-desktop">
    <branch repo="gnome.org"/>
    <dependencies>
      <dep package="pygtk"/>
      <dep package="libwnck"/>
      <dep package="librsvg"/>
    </dependencies>
  </autotools>
</moduleset>