d6dae414a4
gnome-shell.modules: moduleset to build gnome-shell and dependencies gnome-shell-build-setup.sh: Script to set up a jhbuild for gnome-shell, modelled after and partially copied from gtk-osx-build-setup.sh jhbuildrc-gnome-shell: ~/.jhbuildrc for the build jhbuildrc-custom-example: Example ~/.jhbuildrc-custom svn path=/trunk/; revision=3
14 lines
298 B
Python
14 lines
298 B
Python
# -*- mode: python -*-
|
|
|
|
# The username for repositories can be overridden.
|
|
#
|
|
#repos["svn.gnome.org"] = "svn+ssh://myusername@svn.gnome.org/svn/"
|
|
|
|
# Directory where to check sources out
|
|
#
|
|
#checkoutroot = '/opt/gnome-shell/source'
|
|
|
|
# Directory where to install
|
|
#
|
|
#prefix = '/opt/gnome-shell/install'
|