[maemo-commits] [maemo-commits] r10782 - projects/haf/jhbuild_modules

From: subversion at stage.maemo.org subversion at stage.maemo.org
Date: Tue Mar 27 13:49:47 EEST 2007
Author: lucasr
Date: 2007-03-27 13:49:45 +0300 (Tue, 27 Mar 2007)
New Revision: 10782

Added:
   projects/haf/jhbuild_modules/hildon-desktop.jhbuildrc
   projects/haf/jhbuild_modules/hildon-desktop.modules
Modified:
   projects/haf/jhbuild_modules/ChangeLog
Log:
2007-03-27  Lucas Rocha <lucas.rocha at nokia.com>

	* hildon-desktop.jhbuildrc, hildon-desktop.modules: added hildon
	desktop moduleset and configuration.


Modified: projects/haf/jhbuild_modules/ChangeLog
===================================================================
--- projects/haf/jhbuild_modules/ChangeLog	2007-03-27 10:44:39 UTC (rev 10781)
+++ projects/haf/jhbuild_modules/ChangeLog	2007-03-27 10:49:45 UTC (rev 10782)
@@ -1,3 +1,8 @@
+2007-03-27  Lucas Rocha <lucas.rocha at nokia.com>
+
+	* hildon-desktop.jhbuildrc, hildon-desktop.modules: added hildon
+	desktop moduleset and configuration.
+
 2006-10-18  Murray Cumming <murrayc at murrayc.com>
 
 	* maemo.modules: Try outo via a tarball download because 

Added: projects/haf/jhbuild_modules/hildon-desktop.jhbuildrc
===================================================================
--- projects/haf/jhbuild_modules/hildon-desktop.jhbuildrc	2007-03-27 10:44:39 UTC (rev 10781)
+++ projects/haf/jhbuild_modules/hildon-desktop.jhbuildrc	2007-03-27 10:49:45 UTC (rev 10782)
@@ -0,0 +1,11 @@
+# -*- mode: python -*-
+
+moduleset = 'hildon-desktop'
+
+modules = [ 'meta-hildon-desktop' ]
+
+checkoutroot = os.path.expanduser('~/Code/maemo')
+
+prefix = '/opt/maemo'
+
+os.environ['PKG_CONFIG_PATH'] = "/usr/lib/pkgconfig"

Added: projects/haf/jhbuild_modules/hildon-desktop.modules
===================================================================
--- projects/haf/jhbuild_modules/hildon-desktop.modules	2007-03-27 10:44:39 UTC (rev 10781)
+++ projects/haf/jhbuild_modules/hildon-desktop.modules	2007-03-27 10:49:45 UTC (rev 10782)
@@ -0,0 +1,110 @@
+<?xml version="1.0"?>
+<!--*- mode: nxml -*-->
+<?xml-stylesheet type="text/xsl" href="moduleset.xsl"?><moduleset>
+
+  <repository type="svn" name="maemo.org-haf" 
+      href="https://stage.maemo.org/svn/maemo/projects/haf/"/>
+
+  <repository type="svn" name="o-hand-matchbox" 
+      href="http://svn.o-hand.com/repos/matchbox/"/>
+
+  <!--
+  <autotools id="libosso">
+    <branch repo="maemo.org-haf" module="trunk/libosso"/>
+    <dependencies>
+      <dep package="outo" />
+    </dependencies>
+  </autotools>
+
+  <autotools id="libosso-help"> 
+    <branch repo="maemo.org-haf" module="trunk/libosso-help"/>
+    <dependencies>
+      <dep package="hildon-libs" /> 
+    </dependencies>
+  </autotools>
+  -->
+
+  <autotools id="gtk+">
+    <branch repo="maemo.org-haf" module="branches/gtk+/maemo-gtk-2-10"/>
+    <dependencies>
+    </dependencies>
+  </autotools>
+
+  <autotools id="libhildon">
+    <branch repo="maemo.org-haf" module="branches/hildon-libs/hildon-1"/>
+    <dependencies>
+      <dep package="gtk+"/>
+    </dependencies>
+  </autotools>
+
+  <autotools id="hildon-desktop">
+    <branch repo="maemo.org-haf" module="trunk/hildon-desktop"/>
+    <dependencies>
+      <dep package="libhildon"/>
+      <dep package="gtk+"/>
+    </dependencies>
+  </autotools>
+
+  <autotools id="hildon-theme-cacher">
+    <branch repo="maemo.org-haf" module="trunk/hildon-theme-cacher"/>
+  </autotools>
+
+  <autotools id="hildon-theme-tools">
+    <branch repo="maemo.org-haf" module="trunk/hildon-theme-tools"/>
+  </autotools>
+
+  <autotools id="hildon-theme-layout-4">
+    <branch repo="maemo.org-haf" module="trunk/hildon-theme-layout-4"/>
+    <dependencies>
+      <dep package="hildon-theme-tools"/>
+    </dependencies>
+  </autotools>
+
+  <autotools id="hildon-theme-plankton">
+    <branch repo="maemo.org-haf" module="trunk/hildon-theme-plankton"/>
+    <dependencies>
+      <dep package="hildon-theme-layout-4"/>
+      <dep package="hildon-theme-tools"/>
+      <dep package="hildon-theme-cacher"/>
+    </dependencies>
+  </autotools>
+
+  <autotools id="sapwood">
+    <branch repo="maemo.org-haf" module="trunk/sapwood"/>
+    <dependencies>
+      <dep package="gtk+"/>
+    </dependencies>
+  </autotools>
+
+  <autotools id="libmatchbox">
+    <branch repo="o-hand-matchbox" module="trunk/libmatchbox"/>
+  </autotools>
+
+  <autotools id="matchbox-window-manager">
+    <branch repo="o-hand-matchbox" module="trunk/matchbox-window-manager"/>
+    <dependencies>
+      <dep package="libmatchbox"/>
+    </dependencies>
+  </autotools>
+
+  <metamodule id="meta-hildon-theme">
+    <dependencies>
+      <dep package="hildon-theme-plankton"/>
+      <dep package="hildon-theme-tools"/>
+      <dep package="hildon-theme-layout-4"/>
+      <dep package="hildon-theme-cacher"/>
+      <dep package="sapwood"/>
+    </dependencies>
+  </metamodule>
+
+  <metamodule id="meta-hildon-desktop">
+    <dependencies>
+      <dep package="gtk+"/>
+      <dep package="libhildon"/>
+      <dep package="meta-hildon-theme"/>
+      <dep package="matchbox-window-manager"/>
+      <dep package="hildon-desktop"/>
+    </dependencies>
+  </metamodule>
+
+ </moduleset>


More information about the maemo-commits mailing list