gnucash-on-windows master: Multiple changes pushed

John Ralls jralls at code.gnucash.org
Mon Jul 11 19:10:27 EDT 2016


Updated	 via  https://github.com/Gnucash/gnucash-on-windows/commit/03fd0779 (commit)
	 via  https://github.com/Gnucash/gnucash-on-windows/commit/6a665cf8 (commit)
	from  https://github.com/Gnucash/gnucash-on-windows/commit/1377fe4a (commit)



commit 03fd0779cc3f485a4ba5b4a83946c14ab910d7a9
Author: John Ralls <jralls at ceridwen.us>
Date:   Mon Jul 11 23:04:18 2016 +0000

    Begin a CMake project to prebuild dependencies.
    
    This first commit builds GLib and Harbuzz with their dependencies.
    It will optionally create a pair of tarballs or install the results
    into the current ${GLOBAL_DIR}/gnome.
    
    Note that it has modified copies of custom.sh and defaults.sh converted
    into cmake as custom.cmake and defaults.cmake. Be sure that those are in
    sync with the originals before you use it.

commit 6a665cf863fceb059ff70997b3e3bfc520c3e793
Author: John Ralls <jralls at ceridwen.us>
Date:   Mon Jul 11 23:02:59 2016 +0000

    Upgraded glib tarballs with fix to bug 767824.



Summary of changes:
 CMakeLists.txt       |  16 ++
 cmake/custom.cmake   |  23 +++
 cmake/defaults.cmake | 405 +++++++++++++++++++++++++++++++++++++++++++++++++++
 cmake/glib.cmake     | 109 ++++++++++++++
 cmake/webkit.cmake   |   7 +
 defaults.sh          |   4 +-
 glib-timezone.patch  |  13 ++
 7 files changed, 575 insertions(+), 2 deletions(-)
 create mode 100644 CMakeLists.txt
 create mode 100644 cmake/custom.cmake
 create mode 100644 cmake/defaults.cmake
 create mode 100644 cmake/glib.cmake
 create mode 100644 cmake/webkit.cmake
 create mode 100644 glib-timezone.patch



More information about the gnucash-patches mailing list