Skip to content

Instantly share code, notes, and snippets.

@wting
Created May 14, 2012 22:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save wting/2697890 to your computer and use it in GitHub Desktop.
Save wting/2697890 to your computer and use it in GitHub Desktop.
JHBuild - Epiphany
# -*- mode: python -*-
# -*- coding: utf-8 -*-
# edit this file to match your settings and copy it to ~/.jhbuildrc
# if you have a GNOME git account, uncomment this line
# repos['git.gnome.org'] = 'ssh://user@git.gnome.org/git/'
# what module set should be used. The default can be found in
# jhbuild/defaults.jhbuildrc, but can be any file in the modulesets directory
# or a URL of a module set file on a web server.
# moduleset = 'gnome-apps-3.4'
#
# A list of the modules to build. Defaults to the GNOME core and tested apps.
# modules = [ 'meta-gnome-core', 'meta-gnome-apps-tested' ]
# Or to build the old GNOME 2.32:
# moduleset = 'gnome2/gnome-2.32'
# modules = ['meta-gnome-desktop']
modules = ['epiphany']
branches['epiphany'] = (None, 'master')
#branches['epiphany'] = (None, 'gnome-3-4')
# what directory should the source be checked out to?
checkoutroot = os.path.expanduser('~/code/gnome')
# the prefix to configure/install modules to (must have write access)
prefix = '/opt/gnome'
# custom CFLAGS / environment pieces for the build
# os.environ['CFLAGS'] = '-Wall -g -O0'
# extra arguments to pass to all autogen.sh scripts
# to speed up builds of GNOME, try '--disable-static --disable-gtk-doc'
#autogenargs=''
# A string listing additional arguments to be passed to make.
# Set makeargs to 'V=1' for verbose build output.
#makeargs = ''
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment