gnucash unstable: Multiple changes pushed

John Ralls jralls at code.gnucash.org
Thu Feb 15 19:08:45 EST 2018


Updated	 via  https://github.com/Gnucash/gnucash/commit/941cc7dc (commit)
	 via  https://github.com/Gnucash/gnucash/commit/a92180f0 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/d97b0f26 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/82ad7aca (commit)
	from  https://github.com/Gnucash/gnucash/commit/04408650 (commit)



commit 941cc7dcf5069a9576e4e4933d6b26a3d238e566
Author: John Ralls <jralls at ceridwen.us>
Date:   Thu Feb 15 16:06:03 2018 -0800

    Rationalize the copying and installation of GtkBuilder and GtkUIManager files.
    
    Trying to catch all of the possible CMake build files as exceptions is
    too hard. Name the source files and copy/install them.

commit a92180f03b2fcdf2e350ffe88f4b3b6f6fcacc71
Author: John Ralls <jralls at ceridwen.us>
Date:   Thu Feb 15 16:05:51 2018 -0800

    Remove superfluous variable.

commit d97b0f261754781942145092150a29bf7b148c9c
Author: John Ralls <jralls at ceridwen.us>
Date:   Thu Feb 15 16:04:59 2018 -0800

    No more Makefile.am.

commit 82ad7aca51e872dc43e4279c4f4180a831a6aaa1
Author: John Ralls <jralls at ceridwen.us>
Date:   Thu Feb 15 13:46:15 2018 -0800

    Prevent a couple of divide-by-zero errors.
    
    Might fix Bug 792800.



Summary of changes:
 data/accounts/CMakeLists.txt                       | 39 ----------------------
 data/accounts/en_IN/CMakeLists.txt                 |  2 +-
 gnucash/gnome-utils/gtkbuilder/CMakeLists.txt      | 18 +++-------
 gnucash/gnome-utils/ui/CMakeLists.txt              | 31 +++++++----------
 gnucash/gnome/gtkbuilder/CMakeLists.txt            | 18 +++-------
 gnucash/gnome/ui/CMakeLists.txt                    | 18 ++--------
 .../bi-import/gtkbuilder/CMakeLists.txt            | 18 +++-------
 gnucash/import-export/bi-import/ui/CMakeLists.txt  | 16 +++------
 .../customer-import/gtkbuilder/CMakeLists.txt      | 17 +++-------
 .../customer-import/ui/CMakeLists.txt              | 17 +++-------
 gnucash/python/CMakeLists.txt                      | 25 +++++++-------
 gnucash/python/pycons/CMakeLists.txt               | 13 --------
 .../report/report-system/commodity-utilities.scm   | 10 +++---
 .../report/standard-reports/advanced-portfolio.scm |  6 ++--
 14 files changed, 63 insertions(+), 185 deletions(-)
 delete mode 100644 gnucash/python/pycons/CMakeLists.txt



More information about the gnucash-patches mailing list