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

From: subversion at stage.maemo.org subversion at stage.maemo.org
Date: Tue Oct 2 00:03:52 EEST 2007
Author: murrayc
Date: 2007-10-02 00:03:46 +0300 (Tue, 02 Oct 2007)
New Revision: 14254

Modified:
   projects/haf/jhbuild_modules/ChangeLog
   projects/haf/jhbuild_modules/maemo.modules
Log:
2007-10-01  Murray Cumming <murrayc at murrayc.com>

* maemo.modules: Correct the gnome and gtkmm repository details, which now use svn 
instead of cvs.

Modified: projects/haf/jhbuild_modules/ChangeLog
===================================================================
--- projects/haf/jhbuild_modules/ChangeLog	2007-10-01 20:55:34 UTC (rev 14253)
+++ projects/haf/jhbuild_modules/ChangeLog	2007-10-01 21:03:46 UTC (rev 14254)
@@ -1,5 +1,10 @@
 2007-10-01  Murray Cumming <murrayc at murrayc.com>
 
+	* maemo.modules: Correct the gnome and gtkmm repository details, which now use svn 
+	instead of cvs.
+
+2007-10-01  Murray Cumming <murrayc at murrayc.com>
+
 	* maemo.modules: Rename hildon-libs to hildon. Rename hildon-libsmm to 
 	hildonmm.
 

Modified: projects/haf/jhbuild_modules/maemo.modules
===================================================================
--- projects/haf/jhbuild_modules/maemo.modules	2007-10-01 20:55:34 UTC (rev 14253)
+++ projects/haf/jhbuild_modules/maemo.modules	2007-10-01 21:03:46 UTC (rev 14254)
@@ -4,14 +4,15 @@
 
   <!-- Import the regular GNOME modules. Then we will override some modules. -->
   <!-- Remember that jhbuild caches this, so you might not see changes immediately. -->
-  <include href="http://cvs.gnome.org/viewcvs/*checkout*/jhbuild/modulesets/gnome-2.16.modules"/>
+  <include href="http://cvs.gnome.org/viewcvs/*checkout*/jhbuild/modulesets/gnome-2.22.modules"/>
   
   <include href="maemo_freedesktop.modules"/>
 
   <!-- The repository definitions must be repeated, if we need to use them in this file, because the import does not import them. -->
-  <repository type="cvs" name="gnome.org" default="yes"
-     cvsroot=":pserver:anonymous at anoncvs.gnome.org:/cvs/gnome"
-     password="" />
+  <repository type="svn" name="svn.gnome.org" default="yes"
+      href="http://svn.gnome.org/svn/"/>
+  <repository type="svn" name="svn.gnomemm"
+      href="http://svn.gnome.org/svn/gnomemm/"/>
 
  
   <repository type="svn" name="maemo.org-haf" href="https://stage.maemo.org/svn/maemo/projects/haf/"/>
@@ -147,7 +148,7 @@
   </autotools>
 
   <autotools id="pango">
-    <branch repo="gnome.org" revision="pango-1-14"/>
+    <branch repo="svn.gnome.org" revision="pango-1-14"/>
     <dependencies>
       <dep package="glib"/>
       <dep package="libXft"/>
@@ -181,14 +182,14 @@
 
   <autotools id="glibmm" autogenargs="--enable-api-vfuncs=no --enable-api-properties=no --enable-api-exceptions=no
 --enable-api-default-signal-handlers=no --enable-deprecated-api=no">
-    <branch repo="gnome.org" revision="glibmm-2-10"/>
+    <branch repo="svn.gnomemm" revision="glibmm-2-10"/>
     <dependencies>
       <dep package="glib"/>
       <dep package="libsigc++2"/>
     </dependencies>
   </autotools>
   <autotools id="gtkmm" autogenargs="--enable-api-atkmm=no --enable-deprecated-api=no --enable-examples=no --enable-demos=no" >
-    <branch repo="gnome.org" revision="gtkmm-2-6"/>
+    <branch repo="svn.gnomemm" revision="gtkmm-2-6"/>
     <dependencies>
       <dep package="glibmm"/>
       <dep package="gtk+"/>


More information about the maemo-commits mailing list