gnucash master: Multiple changes pushed

John Ralls jralls at code.gnucash.org
Tue Feb 21 19:01:32 EST 2023


Updated	 via  https://github.com/Gnucash/gnucash/commit/4666a426 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/6470319c (commit)
	 via  https://github.com/Gnucash/gnucash/commit/bddb4468 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/17648ac9 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/27fe7249 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/c2a1cd10 (commit)
	from  https://github.com/Gnucash/gnucash/commit/03871c55 (commit)



commit 4666a426ede96506e8392a59a62aea45b4df5c59
Merge: 03871c55c 6470319c8
Author: John Ralls <jralls at ceridwen.us>
Date:   Tue Feb 21 15:39:01 2023 -0800

    Merge Richard Cohen's 'warn-deprecated-gtk-glib' into master.

commit 6470319c88e540c556c13ad33840c9ffac6535a8
Author: Richard Cohen <richard at daijobu.co.uk>
Date:   Tue Jan 31 15:02:25 2023 +0000

    Warn about deprecated gtk, glib
    
    - G_DISABLE_DEPRECATED no longer exists (as of glib 2.61.2)
    - Turn off aqbanking global deprecation
    
    Spoilers:
    
    - gtk
     - (3.22) gdk_screen_width
     - (3.22) gdk_screen_height
    
    - glib
     - (2.68) g_binding_get_target -> g_binding_dup_target
    
    - aqbanking
     - AB_Banking_LoadSharedConfig

commit bddb4468fa00c2a2cacd57934363f3693e70f1d8
Author: Richard Cohen <richard at daijobu.co.uk>
Date:   Tue Feb 21 11:22:55 2023 +0000

    Import GLIB2 as a target, and use it to simplify the CMakeLists

commit 17648ac91f552dda5ed8068eea538b8af2d42049
Author: Richard Cohen <richard at daijobu.co.uk>
Date:   Sat Feb 18 18:57:31 2023 +0000

    Remove unused ${GTK_INCLUDE_DIRS} and unneeded ${GTK3_INCLUDE_DIRS}

commit 27fe72496e9ce9611ed9d9aac2ce5906c206af3f
Author: Richard Cohen <richard at daijobu.co.uk>
Date:   Sun Feb 19 23:29:13 2023 +0000

    Remove unused ${GLIB_LIBS} ${GLIB_INCLUDE_DIRS}
    
    They have been replaced by GLIB2_*

commit c2a1cd10388c3cc77e8f079787ce353e8c5389c8
Author: Richard Cohen <richard at daijobu.co.uk>
Date:   Sun Feb 19 23:32:15 2023 +0000

    Remove unused ${GNOME_LDFLAGS}



Summary of changes:
 CMakeLists.txt                                     | 36 ++++++++++++++++------
 bindings/guile/CMakeLists.txt                      |  8 ++---
 bindings/guile/test/CMakeLists.txt                 |  1 -
 bindings/python/CMakeLists.txt                     |  5 ++-
 common/config.h.cmake.in                           | 12 --------
 common/test-core/CMakeLists.txt                    |  5 ++-
 gnucash/CMakeLists.txt                             |  4 +--
 gnucash/gnome-utils/CMakeLists.txt                 |  1 -
 gnucash/gnome-utils/test/CMakeLists.txt            |  2 --
 gnucash/gnome/CMakeLists.txt                       |  1 -
 gnucash/gnome/test/CMakeLists.txt                  |  1 -
 gnucash/import-export/CMakeLists.txt               |  2 +-
 gnucash/import-export/aqb/CMakeLists.txt           |  6 ++--
 gnucash/import-export/aqb/test/CMakeLists.txt      |  3 --
 gnucash/import-export/csv-imp/test/CMakeLists.txt  |  3 +-
 .../import-export/customer-import/CMakeLists.txt   |  2 +-
 gnucash/import-export/test/CMakeLists.txt          |  3 --
 gnucash/python/CMakeLists.txt                      |  2 +-
 gnucash/register/ledger-core/test/CMakeLists.txt   |  1 -
 libgnucash/app-utils/CMakeLists.txt                |  4 +--
 libgnucash/backend/dbi/test/CMakeLists.txt         |  1 -
 libgnucash/backend/sql/test/CMakeLists.txt         |  1 -
 libgnucash/backend/xml/CMakeLists.txt              |  4 +--
 libgnucash/backend/xml/test/CMakeLists.txt         |  1 -
 libgnucash/core-utils/CMakeLists.txt               |  4 +--
 libgnucash/core-utils/test/CMakeLists.txt          |  4 +--
 libgnucash/engine/CMakeLists.txt                   |  3 +-
 libgnucash/engine/test/CMakeLists.txt              |  6 ++--
 libgnucash/gnc-module/CMakeLists.txt               |  3 +-
 libgnucash/gnc-module/test/CMakeLists.txt          |  1 -
 .../gnc-module/test/misc-mods/CMakeLists.txt       |  7 ++---
 .../gnc-module/test/mod-ordinary/CMakeLists.txt    |  1 -
 .../gnc-module/test/mod-withdep/CMakeLists.txt     |  1 -
 libgnucash/tax/CMakeLists.txt                      |  5 ++-
 34 files changed, 57 insertions(+), 87 deletions(-)



More information about the gnucash-patches mailing list