gnucash maint: Multiple changes pushed

Geert Janssens gjanssens at code.gnucash.org
Sat Feb 8 08:32:03 EST 2020


Updated	 via  https://github.com/Gnucash/gnucash/commit/1ccea05b (commit)
	 via  https://github.com/Gnucash/gnucash/commit/cce69e37 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/8243496e (commit)
	 via  https://github.com/Gnucash/gnucash/commit/f27cbd4a (commit)
	from  https://github.com/Gnucash/gnucash/commit/e90e9cbd (commit)



commit 1ccea05b6e3bc8019af493c041318ae8bceef920
Author: Geert Janssens <geert at kobaltwit.be>
Date:   Sat Feb 8 13:54:28 2020 +0100

    CMake - drop LC_ALL=C for generation of appdata and desktop files
    
    It doesn't seem to have any noticable effect.

commit cce69e37d27d2a48e1bd4f2b9e0ed2d4ebaaeaf5
Author: Geert Janssens <geert at kobaltwit.be>
Date:   Sat Feb 8 11:44:40 2020 +0100

    Rework appdata and desktop file generation
    
    - attempt to merge in translations before merging in version data
    - add the intermediate file (with translations) to the dist tarball
    - dist builds no longer have to run the translation merge, but can instead
      use the included intermediate file. This accomodates distros with
      older gettext versions.

commit 8243496ed0b3ea50d399422f0cc7ced713d2ea64
Author: Geert Janssens <geert at kobaltwit.be>
Date:   Fri Feb 7 21:56:21 2020 +0100

    Rework our gettext tests
    
    - only abort configuration if gettext is older than 0.18.1 (required for string extraction from scheme files)
    - otherwise always continue but disable a few other build steps depending on the gettext version
    - use feature variables to more clearly convey what is enabled or disabled

commit f27cbd4a11ec00b3929ec63dd03243eb308440fe
Author: Geert Janssens <geert at kobaltwit.be>
Date:   Sat Feb 8 11:54:53 2020 +0100

    Fix dist after renaming account directory hu_HU to hu



Summary of changes:
 CMakeLists.txt                                     |  34 +++----
 cmake/CMakeLists.txt                               |   2 +-
 ...nfigure-appdata.cmake => insert-vcs-data.cmake} |   2 +-
 data/accounts/hu/CMakeLists.txt                    |   2 +-
 gnucash/gnome/CMakeLists.txt                       | 106 +++++++++++++--------
 po/CMakeLists.txt                                  |   2 +-
 6 files changed, 86 insertions(+), 62 deletions(-)
 rename cmake/{configure-appdata.cmake => insert-vcs-data.cmake} (96%)



More information about the gnucash-patches mailing list