gnucash-on-osx master: Package Gnucash 5.16
John Ralls
jralls at code.gnucash.org
Sun Jun 28 18:05:42 EDT 2026
Updated via https://github.com/Gnucash/gnucash-on-osx/commit/14719e1f (commit)
from https://github.com/Gnucash/gnucash-on-osx/commit/8420f6f3 (commit)
commit 14719e1fe880f4449a4d4347eaa97db1b199e0e0
Author: John Ralls <jralls at ceridwen.us>
Date: Sun Jun 28 15:05:23 2026 -0700
Package Gnucash 5.16
diff --git a/gnucash-bundler/Info.plist b/gnucash-bundler/Info.plist
index c37f324..8bb340c 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.15-2 © 2026 GnucashContributors</string>
+ <string>Gnucash version 5.16-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.15-2 © 2026 Gnucash Contributors</string>
+ <string>5.16-1 © 2026 Gnucash Contributors</string>
<key>CFBundleName</key>
<string>Gnucash</string>
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
- <string>5.15-2</string>
+ <string>5.16-1</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
- <string>5.15-2</string>
+ <string>5.16-1</string>
<key>CFBundleDocumentTypes</key>
<array>
<dict>
@@ -60,7 +60,7 @@
<key>LSRequiresCarbon</key>
<true/>
<key>LSMinimumSystemVersion</key>
- <string>10.13</string>
+ <string>11.0</string>
<key>LSApplicationCategoryType</key>
<string>public.app-category.finance</string>
<key>NSHumanReadableCopyright</key>
diff --git a/modulesets/gnucash.modules b/modulesets/gnucash.modules
index c7f1dc7..57d48ac 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"
@@ -94,8 +94,8 @@
<autotools id="aqbanking" autogen-sh="autoreconf" makeargs="-j1"
autogenargs="--enable-local-install">
- <branch module="652/aqbanking-6.9.1.tar.gz" version="6.9.1"
- hash="sha256:fc94a2bebfbb4fc26b98dc93c8fa36a8026298cd7995f79821c480db35587f6b"
+ <branch module="654/aqbanking-6.9.2.tar.gz" version="6.9.2"
+ hash="sha256:244b5f7a139f829928f5cdc3f5f7488517b3e8aa63625a92741c3efc1892bb3f"
repo="aqbanking">
</branch>
<dependencies>
@@ -148,6 +148,7 @@
<autotools id="swig" autogen-sh="configure">
<branch repo="sourceforge" module="swig/swig-4.4.1.tar.gz"
+ hash="sha256:40162a706c56f7592d08fd52ef5511cb7ac191f3593cf07306a0a554c6281fcf"
version="4.4.1"/>
<dependencies>
<dep package="pcre"/>
@@ -247,8 +248,8 @@
<cmake id="gnucash"
cmakeargs="-DGTEST_ROOT=${JHBUILD_SOURCE}/googletest-1.17.0/">
- <branch module="gnucash/gnucash-5.15.tar.bz2"
- checkoutdir="gnucash-5.15" repo="sourceforge" version="5.15" />
+ <branch module="gnucash/gnucash-5.16.tar.bz2"
+ checkoutdir="gnucash-5.16" repo="sourceforge" version="5.16" />
<dependencies>
<dep package="meta-gnucash-dependencies"/>
<dep package="shared-mime-info-2.2"/>
@@ -312,8 +313,8 @@
<cmake id="gnucash-docs"
ninjaargs="html">
- <branch module="gnucash/gnucash-docs-5.15.tar.gz"
- version="5.15" repo="sourceforge"/>
+ <branch module="gnucash/gnucash-docs-5.16.tar.gz"
+ version="5.16" repo="sourceforge"/>
</cmake>
<cmake id="gnucash-unstable-docs"
Summary of changes:
gnucash-bundler/Info.plist | 10 +++++-----
modulesets/gnucash.modules | 17 +++++++++--------
2 files changed, 14 insertions(+), 13 deletions(-)
More information about the gnucash-changes
mailing list