summaryrefslogtreecommitdiffstats
path: root/scripts/jhbuild/modulesets/gtk.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/gtk.modules
parenta7d6fa4c495a4082cf5bdf3b0c49d5277ed0aa00 (diff)
downloadast2050-yocto-poky-c7274f6f00ad79ab55e7833c1288247459f78bef.zip
ast2050-yocto-poky-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/gtk.modules')
-rw-r--r--scripts/jhbuild/modulesets/gtk.modules72
1 files changed, 72 insertions, 0 deletions
diff --git a/scripts/jhbuild/modulesets/gtk.modules b/scripts/jhbuild/modulesets/gtk.modules
new file mode 100644
index 0000000..a26a44c
--- /dev/null
+++ b/scripts/jhbuild/modulesets/gtk.modules
@@ -0,0 +1,72 @@
+<?xml version="1.0"?><!--*- mode: nxml -*-->
+<?xml-stylesheet type="text/xsl" href="moduleset.xsl"?>
+<moduleset>
+ <repository type="cvs" name="gnome.org" default="yes"
+ cvsroot=":pserver:anonymous@anoncvs.gnome.org:/cvs/gnome"
+ password=""/>
+ <repository type="cvs" name="mime.freedesktop.org"
+ cvsroot=":pserver:anoncvs@cvs.freedesktop.org:/cvs/mime"
+ password=""/>
+
+ <include href="freedesktop.modules"/>
+
+ <autotools id="gnome-common">
+ <branch/>
+ </autotools>
+ <autotools id="intltool">
+ <branch/>
+ <dependencies>
+ <dep package="gnome-common"/>
+ </dependencies>
+ </autotools>
+ <autotools id="shared-mime-info" supports-non-srcdir-builds="no">
+ <branch repo="mime.freedesktop.org"/>
+ <dependencies>
+ <dep package="intltool"/>
+ </dependencies>
+ </autotools>
+ <autotools id="libxml2">
+ <branch module="gnome-xml" checkoutdir="libxml2"/>
+ </autotools>
+ <autotools id="libxslt">
+ <branch/>
+ <dependencies>
+ <dep package="libxml2"/>
+ </dependencies>
+ </autotools>
+ <autotools id="gtk-doc">
+ <branch/>
+ <dependencies>
+ <dep package="libxslt"/>
+ </dependencies>
+ </autotools>
+ <autotools id="glib">
+ <branch/>
+ <dependencies>
+ <dep package="gtk-doc"/>
+ </dependencies>
+ </autotools>
+ <autotools id="pango">
+ <branch/>
+ <dependencies>
+ <dep package="glib"/>
+ <dep package="cairo"/>
+ <dep package="libXft"/>
+ </dependencies>
+ </autotools>
+ <autotools id="atk">
+ <branch/>
+ <dependencies>
+ <dep package="glib"/>
+ </dependencies>
+ </autotools>
+ <autotools id="gtk+">
+ <branch/>
+ <dependencies>
+ <dep package="cairo"/>
+ <dep package="atk"/>
+ <dep package="pango"/>
+ <dep package="shared-mime-info"/>
+ </dependencies>
+ </autotools>
+</moduleset>
OpenPOWER on IntegriCloud