gnucash-on-osx master: Package GnuCash 5.17
John Ralls
jralls at code.gnucash.org
Sat Sep 26 16:27:08 EDT 2026
Updated via https://github.com/Gnucash/gnucash-on-osx/commit/6b48cfa4 (commit)
from https://github.com/Gnucash/gnucash-on-osx/commit/5737dcb8 (commit)
commit 6b48cfa4c6f75910181d4bf00810b65ebc0d8461
Author: John Ralls <jralls at ceridwen.us>
Date: Sat Sep 26 13:26:43 2026 -0700
Package GnuCash 5.17
diff --git a/gnucash-bundler/Info.plist b/gnucash-bundler/Info.plist
index 8bb340c..047700e 100644
--- a/gnucash-bundler/Info.plist
+++ b/gnucash-bundler/Info.plist
@@ -7,7 +7,7 @@
<key>CFBundleExecutable</key>
<string>Gnucash</string>
<key>CFBundleGetInfoString</key>
- <string>Gnucash version 5.16-1 © 2026 GnucashContributors</string>
+ <string>Gnucash version 5.17-1 © 2026 GnucashContributors</string>
<key>CFBundleIconFile</key>
<string>gnucash.icns</string>
<key>CFBundleIdentifier</key>
@@ -15,17 +15,17 @@
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleLongVersionString</key>
- <string>5.16-1 © 2026 Gnucash Contributors</string>
+ <string>5.17-1 © 2026 Gnucash Contributors</string>
<key>CFBundleName</key>
<string>Gnucash</string>
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
- <string>5.16-1</string>
+ <string>5.17-1</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
- <string>5.16-1</string>
+ <string>5.17-1</string>
<key>CFBundleDocumentTypes</key>
<array>
<dict>
diff --git a/modulesets/gnucash.modules b/modulesets/gnucash.modules
index 02be395..4d24a4c 100644
--- a/modulesets/gnucash.modules
+++ b/modulesets/gnucash.modules
@@ -29,8 +29,8 @@
href="https://gitlab.freedesktop.org/xdg/shared-mime-info/-/archive/"
type="tarball" />
- <include href="https://gitlab.gnome.org/GNOME/gtk-osx/raw/master/modulesets-stable/gtk-osx.modules"/>
- <!--include href="/Users/john/Development/GTK-OSX/gtk-osx-build/modulesets-stable/gtk-osx.modules"/-->
+ <!--include href="https://gitlab.gnome.org/GNOME/gtk-osx/raw/master/modulesets-stable/gtk-osx.modules"/-->
+ <include href="/Users/john/Development/GTK-OSX/gtk-osx-build/modulesets-stable/gtk-osx.modules"/>
<meson id="shared-mime-info-2.2">
<branch module="2.2/shared-mime-info-2.2.tar.bz2"
@@ -243,13 +243,15 @@
<cmake id="googletest" cmakeargs="-DBUILD_GMOCK=OFF" skip-install="True">
<branch module="google/googletest/releases/download/v1.17.0/googletest-1.17.0.tar.gz"
repo="github-tarball"
- version="1.17.0"/>
+ version="1.17.0">
+ <patch file="googletest-1.17.0-use-static-cast-for-character-conversions.patch" strip="1" />
+ </branch>
</cmake>
<cmake id="gnucash"
cmakeargs="-DGTEST_ROOT=${JHBUILD_SOURCE}/googletest-1.17.0/">
- <branch module="gnucash/gnucash-5.16.tar.bz2"
- checkoutdir="gnucash-5.16" repo="sourceforge" version="5.16" />
+ <branch module="gnucash/gnucash-5.17.tar.bz2"
+ checkoutdir="gnucash-5.17" repo="sourceforge" version="5.17" />
<dependencies>
<dep package="meta-gnucash-dependencies"/>
<dep package="shared-mime-info-2.2"/>
@@ -313,8 +315,8 @@
<cmake id="gnucash-docs"
ninjaargs="html">
- <branch module="gnucash/gnucash-docs-5.16.tar.gz"
- version="5.16" repo="sourceforge"/>
+ <branch module="gnucash/gnucash-docs-5.17.tar.gz"
+ version="5.17" repo="sourceforge"/>
</cmake>
<cmake id="gnucash-unstable-docs"
Summary of changes:
gnucash-bundler/Info.plist | 8 ++++----
modulesets/gnucash.modules | 16 +++++++++-------
2 files changed, 13 insertions(+), 11 deletions(-)
More information about the gnucash-changes
mailing list