[2.28] branch gnome-themes
[jhbuild.git] / jamesh.jhbuildrc
blobeca5196768150841de9ec049cc7f456e74455879
1 # -*- mode: python -*-
3 # information about cvs server
4 repos['gnome.org'] = ':ext:jamesh@cvs.gnome.org:/cvs/gnome'
5 repos['cairo.freedesktop.org'] = ':ext:james@cvs.freedesktop.org:/cvs/cairo'
7 # modules to build (deps are also built)
8 moduleset = 'gnome-2.26'
9 modules = ['gtk+', 'meta-gnome-desktop', 'meta-gnome-devel-tools' ]
11 skip = [ 'mozilla' ]
13 # the prefix to install things to (user must have write access)
14 prefix = os.path.expanduser('~/prefix')
16 # where the sources are checked out to
17 checkoutroot = os.path.expanduser('~/cvs/gnome2')
19 # where to put downloaded tarballs.
20 tarballdir = os.path.join(checkoutroot, 'pkgs')
22 # arguments to pass to autogen script
23 autogenargs='--enable-maintainer-mode --disable-static --disable-gtk-doc'
25 os.environ['INSTALL'] = os.path.expanduser('~/bin/install-check')
27 branches['gnome-common'] = None
29 #branches['libglade'] = 'libglade-gobject-support-branch'
30 module_autogenargs['gnome-vfs'] = autogenargs + ' --enable-hal'
31 module_autogenargs['gimp'] = autogenargs + ' --disable-print --enable-python'
32 module_autogenargs['planner'] = autogenargs + ' --enable-database'
34 #module_autogenargs['howl'] = autogenargs.replace('--disable-static', '')
35 module_autogenargs['totem'] = autogenargs + ' --disable-gstreamer --disable-mozilla'
37 addpath('XDG_DATA_DIRS', '/usr/share')