jhbuild r2641 - in trunk: . modulesets



Author: murrayc
Date: Mon Jan 12 15:00:32 2009
New Revision: 2641
URL: http://svn.gnome.org/viewvc/jhbuild?rev=2641&view=rev

Log:
2009-01-12  Murray Cumming  <murrayc murrayc com>

* modulesets/freedesktop-2.26.modules: Added dbus-glib and 
telepathy-glib from git so that telepathy-gabble has new-enough 
versions to build, instead of just using the tarball versions from 
the included gnome-external-deps modules. Revert this if it disturbs 
you somehow. 

Modified:
   trunk/ChangeLog
   trunk/modulesets/freedesktop-2.26.modules

Modified: trunk/modulesets/freedesktop-2.26.modules
==============================================================================
--- trunk/modulesets/freedesktop-2.26.modules	(original)
+++ trunk/modulesets/freedesktop-2.26.modules	Mon Jan 12 15:00:32 2009
@@ -173,6 +173,15 @@
     </dependencies>
   </autotools>
 
+  <autotools id="dbus-glib">
+    <branch repo="git.freedesktop.org" module="dbus/dbus-glib"/>
+    <dependencies>
+      <dep package="libxml2"/>
+      <dep package="dbus"/>
+      <dep package="glib"/>
+    </dependencies>
+  </autotools>
+
   <autotools id="PackageKit">
     <branch repo="git.freedesktop.org"
 	    module="packagekit" checkoutdir="PackageKit" autogenargs="--disable-tests"/>
@@ -298,7 +307,17 @@
     </dependencies>
   </autotools>
 
-  <!-- Telepathy Farsigh2 -->
+  <autotools id="telepathy-glib">
+    <branch repo="git.collabora.co.uk" />
+    <dependencies>
+      <dep package="glib"/>
+      <dep package="dbus"/>
+      <dep package="dbus-glib"/>
+      <dep package="libxslt"/>
+    </dependencies>
+  </autotools>
+
+  <!-- Telepathy Farsight2 -->
   <autotools id="telepathy-farsight">
     <branch repo="git.collabora.co.uk"
             module="telepathy-farsight"



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]