shakaran

.jhbuildrc

Feb 18th, 2013
120
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 1.29 KB | None | 0 0
  1. cat /home/shakaran/.config/.jhbuildrc
  2. # -*- mode: python -*-
  3. # -*- coding: utf-8 -*-
  4.  
  5. # edit this file to match your settings and copy it to ~/.config/jhbuildrc
  6.  
  7. # if you have a GNOME git account, uncomment this line
  8. # repos['git.gnome.org'] = 'ssh://[email protected]/git/'
  9.  
  10. # what module set should be used.  The default can be found in
  11. # jhbuild/defaults.jhbuildrc, but can be any file in the modulesets directory
  12. # or a URL of a module set file on a web server.
  13. # moduleset = 'gnome-apps-3.4'
  14. #
  15. # A list of the modules to build.  Defaults to the GNOME core and tested apps.
  16. # modules = [ 'meta-gnome-core', 'meta-gnome-apps-tested' ]
  17.  
  18. # Or to build the old GNOME 2.32:
  19. # moduleset = 'gnome2/gnome-2.32'
  20. # modules = ['meta-gnome-desktop']
  21.  
  22. # what directory should the source be checked out to?
  23. checkoutroot = '~/checkout/gnome'
  24.  
  25. # the prefix to configure/install modules to (must have write access)
  26. prefix = '/opt/gnome'
  27.  
  28. # custom CFLAGS / environment pieces for the build
  29. # os.environ['CFLAGS'] = '-Wall -g -O0'
  30.  
  31. # extra arguments to pass to all autogen.sh scripts
  32. # to speed up builds of GNOME, try '--disable-static --disable-gtk-doc'
  33. #autogenargs=''
  34.  
  35. # A string listing additional arguments to be passed to make.
  36. # Set makeargs to 'V=1' for verbose build output.
  37. #makeargs = ''
Advertisement
Add Comment
Please, Sign In to add comment