# -*- mode: python -*- # edit this file to match your settings and copy it to ~/.jhbuildrc # if you have a cvs account, uncomment this line cvsroots['gnome.org'] = ':ext:csaavedr@cvs.gnome.org:/cvs/gnome' # what module set should be used. The default at the moment is 'gnome28', # but it can be any of the files in the modulesets directory, or even # the URL of a module set file on a web server. moduleset = 'gnome-2.14' # A list of the modules to build. Defaults to the Gnome Desktop and # developer platform. modules = [ 'meta-gnome-desktop' ] # what directory should the source be checked out to? checkoutroot = os.path.join(os.environ['HOME'], 'cvs', 'gnome2head') # the prefix to configure/install modules to (must have write access) prefix = '/opt/gnome2head' # extra arguments to pass to all autogen.sh scripts # to speed up builds of gnome2, try '--disable-static --disable-gtk-doc' #autogenargs='' # set CFLAGS: #os.environ['CFLAGS'] = '-g -O2' os.environ['LDFLAGS'] = "-L" + prefix + "/lib" # On SMP systems you may use something like this to improve compilation time: # be aware that not all modules compile correctly with make -j2 #os.environ['MAKE'] = 'make -j2' # os.environ['MAKE'] = 'make CC="ccache gcc"' # a alternative install program to use. # The included install-check program won't update timestamps if the # header hasn't changed os.environ['INSTALL'] = os.path.join(os.environ['HOME'], 'bin', 'install-check') #workarounds module_autogenargs['hal'] = '--with-hal-user=hal --with-hal-group=hal' module_autogenargs['howl'] = autogenargs.replace('--disable-static', '') skip.append('gnomemeeting') skip.append('evolution-exchange') addpath('PKG_CONFIG_PATH', '/usr/lib/pkgconfig') module_autogenargs['gnome-vfs'] = autogenargs + ' --enable-hal' addpath('XDG_DATA_DIRS', '/usr/share')