[jhbuild] moduleset: teach jhbuild how to build itself



commit 0d8f5bc24e5b78dc88ad349f56f8d82871f9c1aa
Author: Ryan Lortie <desrt desrt ca>
Date:   Thu Jan 2 00:32:59 2014 -0500

    moduleset: teach jhbuild how to build itself
    
    jhbuild is perfectly capable of building itself, so add it to the
    moduleset.
    
    It was always possible to use 'jhbuild buildone jhbuild' to do it
    before, but having it in the moduleset lets us specify the correct
    dependencies and allows us to build jhbuild from other commands, such as
    tinderbox.
    
    This will allow people to bootstrap their setup using a 'simple install'
    jhbuild (that doesn't need yelp or gnome-common) followed by a normal
    full install, with dependencies.  This is helpful for systems that don't
    have yelp-tools or gnome-common.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=721323

 modulesets/gnome-apps-3.12.modules |    8 ++++++++
 1 files changed, 8 insertions(+), 0 deletions(-)
---
diff --git a/modulesets/gnome-apps-3.12.modules b/modulesets/gnome-apps-3.12.modules
index 8c103f5..7db21c0 100644
--- a/modulesets/gnome-apps-3.12.modules
+++ b/modulesets/gnome-apps-3.12.modules
@@ -1071,6 +1071,14 @@
     </dependencies>
   </autotools>
 
+  <autotools id="jhbuild">
+    <branch/>
+    <dependencies>
+      <dep package="gnome-common"/>
+      <dep package="yelp-tools"/>
+    </dependencies>
+  </autotools>
+
 <!-- Meta Modules -->
 
   <!-- Tested applications: these are built continuously by build.gnome.org


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