Branch: refs/heads/document-messages Author: Enrico Tröger enrico.troeger@uvena.de Committer: Enrico Tröger enrico.troeger@uvena.de Date: Sun, 11 Dec 2011 11:00:46 Commit: 8763854d763e211aa7b9a23acb11d08c6148d42a https://github.com/geany/geany/commit/8763854d763e211aa7b9a23acb11d08c6148d4...
Log Message: ----------- Adjust Waf build system for recent GtkBuilder changes
The only necessary bits were to remove interface.c and to install the Glade file.
Modified Paths: -------------- wscript
Modified: wscript 3 files changed, 2 insertions(+), 1 deletions(-) =================================================================== @@ -82,7 +82,7 @@ geany_sources = set([ 'src/about.c', 'src/build.c', 'src/callbacks.c', 'src/dialogs.c', 'src/document.c', 'src/editor.c', 'src/encodings.c', 'src/filetypes.c', 'src/geanyentryaction.c', 'src/geanymenubuttonaction.c', 'src/geanyobject.c', 'src/geanywraplabel.c', - 'src/highlighting.c', 'src/interface.c', 'src/keybindings.c', + 'src/highlighting.c', 'src/keybindings.c', 'src/keyfile.c', 'src/log.c', 'src/main.c', 'src/msgwindow.c', 'src/navqueue.c', 'src/notebook.c', 'src/plugins.c', 'src/pluginutils.c', 'src/prefix.c', 'src/prefs.c', 'src/printing.c', 'src/project.c', 'src/sciwrappers.c', 'src/search.c', 'src/socket.c', 'src/stash.c', @@ -445,6 +445,7 @@ def build(bld): bld.install_as('${DATADIR}/%s/GPL-2' % data_dir, 'COPYING') bld.install_files('${DATADIR}/%s' % data_dir, start_dir.ant_glob('filetype*'), cwd=start_dir) bld.install_files('${DATADIR}/%s' % data_dir, start_dir.ant_glob('*.tags'), cwd=start_dir) + bld.install_files('${DATADIR}/%s' % data_dir, 'data/geany.glade') bld.install_files('${DATADIR}/%s' % data_dir, 'data/snippets.conf') bld.install_files('${DATADIR}/%s' % data_dir, 'data/ui_toolbar.xml') start_dir = bld.path.find_dir('data/colorschemes')
@@ Diff output truncated at 100000 characters. @@
-------------- This E-Mail was brought to you by github_commit_mail.py (Source: TBD).