[releng] Updates for 3.7.5



commit 2ff7321696baa96a54e25e3f5e53f47715bf9b22
Author: Matthias Clasen <mclasen redhat com>
Date:   Sat Feb 9 15:09:17 2013 -0500

    Updates for 3.7.5

 tools/smoketesting/sample-tarball.jhbuildrc |   16 +++-------------
 1 files changed, 3 insertions(+), 13 deletions(-)
---
diff --git a/tools/smoketesting/sample-tarball.jhbuildrc b/tools/smoketesting/sample-tarball.jhbuildrc
index 3fb8d06..da6321e 100644
--- a/tools/smoketesting/sample-tarball.jhbuildrc
+++ b/tools/smoketesting/sample-tarball.jhbuildrc
@@ -8,7 +8,7 @@
 # modulesets directory, or even the URL of a module set file on
 # a web server.
 use_local_modulesets = True
-moduleset = 'gnome-apps-3.7.4'
+moduleset = 'gnome-apps-3.7.5'
 
 # A list of the modules to build.  Defaults to the Gnome Desktop and
 # developer platform.
@@ -23,21 +23,11 @@ checkoutroot = os.path.join(os.environ['HOME'], 'releases', moduleset)
 prefix = os.path.join(checkoutroot, 'install')
 
 # 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, try '--disable-static --disable-gtk-doc'
 autogenargs='--disable-static --disable-gtk-doc'
 
 # An alternative location to look for (or download to) all downloaded tarballs
 tarballdir = os.path.join(checkoutroot, 'pkgs')
 
 # these are hard to build or interfere with system packages
-skip = [ 'gnome-disk-utility', 'libgphoto2', 'polkit', 'gnome-initial-setup', 'gdlmm',
-# those do not build at the moment
-         'gnome-clocks',    # no tarball using autotools
-         'gnome-boxes',     # depends on older tracker
-         'gnome-documents', # depends on too recent tracker
-         'rygel',           # depends on too recent gupnp-dlna
-         'nautilus',        # depends on too recent tracker
-         ]
-
-# API additions for 3.5.4
-module_autogenargs['PackageKit'] = autogenargs + ' --disable-systemd'
+skip = [ 'polkit']


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