summaryrefslogtreecommitdiffstats
path: root/scripts/jhbuild/modulesets/gtk28.modules
diff options
context:
space:
mode:
authorChris Larson <kergoth@openedhand.com>2006-08-07 06:53:34 +0000
committerChris Larson <kergoth@openedhand.com>2006-08-07 06:53:34 +0000
commitc7274f6f00ad79ab55e7833c1288247459f78bef (patch)
tree367345d11729abd5c55276c25d40c62f7b987504 /scripts/jhbuild/modulesets/gtk28.modules
parenta7d6fa4c495a4082cf5bdf3b0c49d5277ed0aa00 (diff)
downloadpoky-c7274f6f00ad79ab55e7833c1288247459f78bef.tar.gz
Add the partial rewrite of my jhbuild -> oe metadata conversion tool, along with some modulesets for use with it. Will check in the missing piece of the tool shortly.
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@589 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'scripts/jhbuild/modulesets/gtk28.modules')
-rw-r--r--scripts/jhbuild/modulesets/gtk28.modules72
1 files changed, 72 insertions, 0 deletions
diff --git a/scripts/jhbuild/modulesets/gtk28.modules b/scripts/jhbuild/modulesets/gtk28.modules
new file mode 100644
index 0000000000..5fe56ea926
--- /dev/null
+++ b/scripts/jhbuild/modulesets/gtk28.modules
@@ -0,0 +1,72 @@
1<?xml version="1.0"?><!--*- mode: nxml -*-->
2<?xml-stylesheet type="text/xsl" href="moduleset.xsl"?>
3<moduleset>
4 <repository type="cvs" name="gnome.org" default="yes"
5 cvsroot=":pserver:anonymous@anoncvs.gnome.org:/cvs/gnome"
6 password=""/>
7 <repository type="cvs" name="mime.freedesktop.org"
8 cvsroot=":pserver:anoncvs@cvs.freedesktop.org:/cvs/mime"
9 password=""/>
10
11 <include href="freedesktop.modules"/>
12
13 <autotools id="gnome-common">
14 <branch/>
15 </autotools>
16 <autotools id="intltool">
17 <branch/>
18 <dependencies>
19 <dep package="gnome-common"/>
20 </dependencies>
21 </autotools>
22 <autotools id="shared-mime-info" supports-non-srcdir-builds="no">
23 <branch repo="mime.freedesktop.org"/>
24 <dependencies>
25 <dep package="intltool"/>
26 </dependencies>
27 </autotools>
28 <autotools id="libxml2">
29 <branch module="gnome-xml" checkoutdir="libxml2"/>
30 </autotools>
31 <autotools id="libxslt">
32 <branch/>
33 <dependencies>
34 <dep package="libxml2"/>
35 </dependencies>
36 </autotools>
37 <autotools id="gtk-doc">
38 <branch/>
39 <dependencies>
40 <dep package="libxslt"/>
41 </dependencies>
42 </autotools>
43 <autotools id="glib">
44 <branch revision="glib-2-8"/>
45 <dependencies>
46 <dep package="gtk-doc"/>
47 </dependencies>
48 </autotools>
49 <autotools id="pango">
50 <branch revision="pango-1-10"/>
51 <dependencies>
52 <dep package="glib"/>
53 <dep package="cairo"/>
54 <dep package="libXft"/>
55 </dependencies>
56 </autotools>
57 <autotools id="atk">
58 <branch/>
59 <dependencies>
60 <dep package="glib"/>
61 </dependencies>
62 </autotools>
63 <autotools id="gtk+">
64 <branch revision="gtk-2-8"/>
65 <dependencies>
66 <dep package="cairo"/>
67 <dep package="atk"/>
68 <dep package="pango"/>
69 <dep package="shared-mime-info"/>
70 </dependencies>
71 </autotools>
72</moduleset>