gnucash-on-flatpak master: Multiple changes pushed

Geert Janssens gjanssens at code.gnucash.org
Mon Dec 30 06:47:44 EST 2019


Updated	 via  https://github.com/Gnucash/gnucash-on-flatpak/commit/9e470487 (commit)
	 via  https://github.com/Gnucash/gnucash-on-flatpak/commit/1af2580d (commit)
	 via  https://github.com/Gnucash/gnucash-on-flatpak/commit/5dce9101 (commit)
	from  https://github.com/Gnucash/gnucash-on-flatpak/commit/9f194435 (commit)



commit 9e470487c7043ba41f153ad9ac5ad1083d5c770d
Author: Geert Janssens <geert at kobaltwit.be>
Date:   Mon Dec 30 12:47:36 2019 +0100

    Drop a bit of old, commented-out code

commit 1af2580dae391db2589d52671940d5c65cd7427f
Author: Geert Janssens <geert at kobaltwit.be>
Date:   Mon Dec 30 12:42:36 2019 +0100

    Fine tune build script to handle releases where release tags for gnucash and gnucash-docs differ
    
    For example there can be a gnucash 3.8b tag with a gnucash-docs 3.8 tag.
    The way to invoke the script for this is
    build-package.sh -r3.8 -c3.8b -d3.8
    or even
    build-package.sh -r3.8 -c3.8b
    
    The value of -r serves as both
    - the default for -c and -d
    - the sourceforge directory name containing the tarballs.
    
    So the main constraint for release tarballs now is that the tarballs must live
    in the same sourceforge directory.
    
    Notes:
    * if the release tag is the same for gnucash, gnucash-docs and the directory
    (the ideal case), the command can be simplified even more:
    build-package.sh -r3.7
    * for development (nightly) builds the directory restriction doesn't apply. For
    such builds you are free to use -c, -d and -r as you see fit. -r only serves
    as default for -c and -d in that scenario.

commit 5dce91011499b80d9295aac80a310811b80eac07
Author: Geert Janssens <geert at kobaltwit.be>
Date:   Mon Dec 30 10:00:02 2019 +0100

    Update to gnome runtime 3.34



Summary of changes:
 build_package.sh                       | 26 ++++++++----
 functions.sh                           | 78 +++++++++++++++++++++++++---------
 templates/gnucash-targets-git.json.tpl |  4 +-
 templates/gnucash-targets-tar.json.tpl |  4 +-
 templates/org.gnucash.GnuCash.json.tpl |  2 +-
 5 files changed, 79 insertions(+), 35 deletions(-)



More information about the gnucash-patches mailing list