[jhbuild] Change sample configuration to use gnome instead of gnome2



commit f1760edf6b3b5ba98e5077ba3ebbac6c9fdc243e
Author: William Jon McCann <jmccann redhat com>
Date:   Thu May 20 15:33:50 2010 -0400

    Change sample configuration to use gnome instead of gnome2

 jamesh.jhbuildrc |    2 +-
 sample.jhbuildrc |    6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/jamesh.jhbuildrc b/jamesh.jhbuildrc
index eca5196..df55fce 100644
--- a/jamesh.jhbuildrc
+++ b/jamesh.jhbuildrc
@@ -14,7 +14,7 @@ skip = [ 'mozilla' ]
 prefix = os.path.expanduser('~/prefix')
 
 # where the sources are checked out to
-checkoutroot = os.path.expanduser('~/cvs/gnome2')
+checkoutroot = os.path.expanduser('~/cvs/gnome')
 
 # where to put downloaded tarballs.
 tarballdir = os.path.join(checkoutroot, 'pkgs')
diff --git a/sample.jhbuildrc b/sample.jhbuildrc
index fc9ce49..d20aa5f 100644
--- a/sample.jhbuildrc
+++ b/sample.jhbuildrc
@@ -15,13 +15,13 @@
 # modules = [ 'meta-gnome-desktop' ]
 
 # what directory should the source be checked out to?
-checkoutroot = os.path.expanduser('~/checkout/gnome2')
+checkoutroot = os.path.expanduser('~/checkout/gnome')
 
 # the prefix to configure/install modules to (must have write access)
-prefix = '/opt/gnome2'
+prefix = '/opt/gnome'
 
 # extra arguments to pass to all autogen.sh scripts
-# to speed up builds of gnome2, try '--disable-static --disable-gtk-doc'
+# to speed up builds of GNOME, try '--disable-static --disable-gtk-doc'
 # it is also possible to set CFLAGS this way, 'CFLAGS="-g -O2"' for example
 #autogenargs=''
 



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