gnucash master: Multiple changes pushed

John Ralls jralls at code.gnucash.org
Fri Sep 13 20:06:00 EDT 2019


Updated	 via  https://github.com/Gnucash/gnucash/commit/1a9fcfef (commit)
	 via  https://github.com/Gnucash/gnucash/commit/e4eedfe6 (commit)
	from  https://github.com/Gnucash/gnucash/commit/ffe7906e (commit)



commit 1a9fcfefad723e45ccae7514eb6ea3ac97573ea9
Author: John Ralls <jralls at ceridwen.us>
Date:   Fri Sep 13 17:02:41 2019 -0700

    More conversions from pkg-config variables to imported targets.
    
    Also converts ICU detection from pkgconfig to FindICU.

commit e4eedfe6620362a9bf0387b51cb0a10dde53e630
Author: John Ralls <jralls at ceridwen.us>
Date:   Fri Sep 13 10:18:14 2019 -0700

    Remove test for GDK_MODIFIER_INTENT_MOD_SELECTION.
    
    Added in 3.14, we require 3.18.



Summary of changes:
 CMakeLists.txt                                     | 78 ++++++++--------------
 gnucash/CMakeLists.txt                             | 16 +----
 gnucash/gnome-utils/CMakeLists.txt                 | 12 +---
 gnucash/gnome-utils/test/CMakeLists.txt            |  1 -
 gnucash/gnome/CMakeLists.txt                       |  5 +-
 gnucash/html/CMakeLists.txt                        |  2 +-
 gnucash/import-export/CMakeLists.txt               |  3 +-
 gnucash/import-export/aqb/CMakeLists.txt           | 10 +--
 gnucash/import-export/aqb/test/CMakeLists.txt      |  4 +-
 gnucash/import-export/csv-imp/CMakeLists.txt       |  5 +-
 gnucash/import-export/csv-imp/test/CMakeLists.txt  |  3 +-
 .../import-export/customer-import/CMakeLists.txt   |  2 +-
 gnucash/import-export/ofx/CMakeLists.txt           |  6 +-
 gnucash/import-export/test/CMakeLists.txt          |  4 +-
 gnucash/register/register-core/CMakeLists.txt      |  3 +-
 gnucash/register/register-gnome/CMakeLists.txt     | 10 ---
 gnucash/report/CMakeLists.txt                      |  2 +-
 gnucash/report/test/CMakeLists.txt                 |  1 -
 libgnucash/app-utils/CMakeLists.txt                |  6 +-
 libgnucash/app-utils/test/CMakeLists.txt           |  4 +-
 libgnucash/backend/dbi/CMakeLists.txt              |  2 +-
 libgnucash/backend/dbi/test/CMakeLists.txt         |  3 +-
 libgnucash/backend/sql/test/CMakeLists.txt         |  3 +-
 libgnucash/backend/xml/CMakeLists.txt              | 13 ++--
 libgnucash/backend/xml/test/CMakeLists.txt         |  6 +-
 libgnucash/core-utils/CMakeLists.txt               |  4 +-
 libgnucash/core-utils/test/CMakeLists.txt          |  8 +--
 libgnucash/engine/CMakeLists.txt                   |  6 +-
 libgnucash/engine/test-core/CMakeLists.txt         |  3 +-
 libgnucash/engine/test/CMakeLists.txt              | 19 +++---
 libgnucash/gnc-module/CMakeLists.txt               |  4 +-
 libgnucash/gnc-module/test/CMakeLists.txt          |  2 -
 .../gnc-module/test/misc-mods/CMakeLists.txt       |  7 +-
 libgnucash/gnc-module/test/mod-bar/CMakeLists.txt  |  2 -
 libgnucash/gnc-module/test/mod-baz/CMakeLists.txt  |  2 -
 libgnucash/gnc-module/test/mod-foo/CMakeLists.txt  |  2 -
 libgnucash/tax/CMakeLists.txt                      |  4 +-
 37 files changed, 91 insertions(+), 176 deletions(-)



More information about the gnucash-patches mailing list