gnucash-on-windows master: Multiple changes pushed

John Ralls jralls at code.gnucash.org
Sun Jul 23 20:38:15 EDT 2017


Updated	 via  https://github.com/Gnucash/gnucash-on-windows/commit/70f88708 (commit)
	 via  https://github.com/Gnucash/gnucash-on-windows/commit/7f03c23a (commit)
	 via  https://github.com/Gnucash/gnucash-on-windows/commit/1aef8740 (commit)
	 via  https://github.com/Gnucash/gnucash-on-windows/commit/955753fc (commit)
	 via  https://github.com/Gnucash/gnucash-on-windows/commit/49eaaddb (commit)
	 via  https://github.com/Gnucash/gnucash-on-windows/commit/de6a0669 (commit)
	 via  https://github.com/Gnucash/gnucash-on-windows/commit/bfd98fa8 (commit)
	 via  https://github.com/Gnucash/gnucash-on-windows/commit/74c4dbce (commit)
	from  https://github.com/Gnucash/gnucash-on-windows/commit/e21e9e3e (commit)



commit 70f887083e7eba4a26c2859b5609b222abe45568
Merge: e21e9e3 7f03c23
Author: John Ralls <jralls at ceridwen.us>
Date:   Sun Jul 23 17:37:51 2017 -0700

    Merge branch 'mingw64'

commit 7f03c23aba4dbe31ca179eee489f9d923220f4dd
Author: John Ralls <jralls at ceridwen.us>
Date:   Sun Jul 23 15:56:54 2017 -0700

    Parameterize jhbuildrc.in to create jhbuildrc with _basedir and _downloaddir set.

commit 1aef8740c7aafe3246b74a8c9af00b5652882fa7
Author: John Ralls <jralls at ceridwen.us>
Date:   Sun Jul 23 15:27:19 2017 -0700

    A few more dependencies...

commit 955753fc96a51ce192fbe3233208ebfdbddcae93
Author: John Ralls <jralls at ceridwen.us>
Date:   Sun Jul 23 15:26:13 2017 -0700

    Add patches necessary for building on mingw64.

commit 49eaaddb59585f50ab942dfecf01a6d8ce3c7805
Author: John Ralls <jralls at ceridwen.us>
Date:   Thu Jul 20 09:28:15 2017 -0700

    Rewrite setup-mingw64.ps1 to completely and correctly prepare the environment.

commit de6a0669e55dfd7cd586674a926fe37b5ebe5256
Author: John Ralls <jralls at ceridwen.us>
Date:   Thu Jul 20 09:26:43 2017 -0700

    Add guile path variables to jhbuild environment.

commit bfd98fa8b0ac022c3e1cee37b786912a8688fb37
Author: John Ralls <jralls at ceridwen.us>
Date:   Thu Jul 20 09:25:49 2017 -0700

    Remove two emacs backup files.

commit 74c4dbce3d28006951a164adbf1a9a14ca694477
Author: John Ralls <jralls at ceridwen.us>
Date:   Fri May 26 14:30:36 2017 -0700

    Initial commit of mingw64 installation scripts.
    
    This installs or builds all dependencies except HTML Help Workshop, and builds the mingw64 branch of GnuCash.



Summary of changes:
 .gitattributes                                  |   3 +
 gnucash.modules                                 | 318 ++++++++++++++++++++++++
 jhbuildrc.in                                    |  65 +++++
 libsoup-2.48.0-bad-symbol.patch~                |  10 -
 libsoup-2.48.0-soup-server-reserved-word.patch~ |  11 -
 opensp-1.5.2.patch                              |  31 ++-
 patches/OpenSP-1.5.2-non-posix-functions.patch  |  33 +++
 patches/guile-2.0.14-mingw64-fixups.patch       | 167 +++++++++++++
 patches/libdbi-0.9.0-mingw64.patch              |  64 +++++
 patches/libdbi-drivers-linkage.patch            |  13 +
 setup-mingw64.ps1                               | 263 ++++++++++++++++++++
 11 files changed, 955 insertions(+), 23 deletions(-)
 create mode 100644 gnucash.modules
 create mode 100644 jhbuildrc.in
 delete mode 100644 libsoup-2.48.0-bad-symbol.patch~
 delete mode 100644 libsoup-2.48.0-soup-server-reserved-word.patch~
 create mode 100644 patches/OpenSP-1.5.2-non-posix-functions.patch
 create mode 100644 patches/guile-2.0.14-mingw64-fixups.patch
 create mode 100644 patches/libdbi-0.9.0-mingw64.patch
 create mode 100644 patches/libdbi-drivers-linkage.patch
 create mode 100644 setup-mingw64.ps1



More information about the gnucash-patches mailing list