gnucash-on-osx master: Multiple changes pushed
John Ralls
jralls at code.gnucash.org
Sun Mar 30 13:39:42 EDT 2025
Updated via https://github.com/Gnucash/gnucash-on-osx/commit/5ebc5a81 (commit)
via https://github.com/Gnucash/gnucash-on-osx/commit/6b39a519 (commit)
from https://github.com/Gnucash/gnucash-on-osx/commit/f14b740c (commit)
commit 5ebc5a81927d031eb0c0ba7964ec471bf392f417
Author: John Ralls <jralls at ceridwen.us>
Date: Sun Mar 30 10:39:23 2025 -0700
Package GnuCash 5.11
diff --git a/gnucash-bundler/Info.plist b/gnucash-bundler/Info.plist
index f20c9b6..a3826ae 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.10-1 © 2024 GnucashContributors</string>
+ <string>Gnucash version 5.11-1 © 2025 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.10-1 © 2024 Gnucash Contributors</string>
+ <string>5.11-1 © 2025 Gnucash Contributors</string>
<key>CFBundleName</key>
<string>Gnucash</string>
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
- <string>5.10-1</string>
+ <string>5.11-1</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
- <string>5.10-1</string>
+ <string>5.11-1</string>
<key>CFBundleDocumentTypes</key>
<array>
<dict>
@@ -64,7 +64,7 @@
<key>LSApplicationCategoryType</key>
<string>public.app-category.finance</string>
<key>NSHumanReadableCopyright</key>
- <string>Copyright 2024 Gnucash Contributors</string>
+ <string>Copyright 2025 Gnucash Contributors</string>
<key>NSHighResolutionCapable</key>
<true/>
</dict>
diff --git a/modulesets/gnucash.modules b/modulesets/gnucash.modules
index 604b39b..aeff549 100644
--- a/modulesets/gnucash.modules
+++ b/modulesets/gnucash.modules
@@ -256,8 +256,8 @@
<cmake id="gnucash"
cmakeargs="-DGTEST_ROOT=${JHBUILD_SOURCE}/googletest/">
- <branch module="gnucash/gnucash-5.10.tar.bz2"
- checkoutdir="gnucash-5.10" repo="sourceforge" version="5.10" />
+ <branch module="gnucash/gnucash-5.11.tar.bz2"
+ checkoutdir="gnucash-5.11" repo="sourceforge" version="5.11" />
<dependencies>
<dep package="meta-gnucash-dependencies"/>
<dep package="shared-mime-info-2.2"/>
@@ -321,8 +321,8 @@
<cmake id="gnucash-docs"
ninjaargs="html">
- <branch module="gnucash/gnucash-docs-5.10.tar.gz"
- version="5.10" repo="sourceforge"/>
+ <branch module="gnucash/gnucash-docs-5.11.tar.gz"
+ version="5.11" repo="sourceforge"/>
</cmake>
<cmake id="gnucash-unstable-docs"
commit 6b39a51918e7e3b392890e59e935740c418ed6b7
Author: John Ralls <jralls at ceridwen.us>
Date: Thu Mar 27 15:03:20 2025 -0700
Patches for Gwenhywfar 5.12.0
diff --git a/modulesets/gnucash.modules b/modulesets/gnucash.modules
index bb0a6c3..604b39b 100644
--- a/modulesets/gnucash.modules
+++ b/modulesets/gnucash.modules
@@ -57,12 +57,14 @@
</dependencies>
</autotools>
- <autotools id="gwenhywfar" autogen-sh="configure"
+ <autotools id="gwenhywfar" autogen-sh="autoreconf"
autogenargs="--with-guis='gtk3' --enable-local-install">
<branch module="529/gwenhywfar-5.12.0.tar.gz" version="5.12.0"
repo="aqbanking" >
<patch file="gwen-include-file.patch" strip="1"/>
<patch file="gwen-macos-bundle-path.patch" strip="1"/>
+ <patch file="gwenhywfar-5.12.0-libgcrypt-config.patch" strip="1"/>
+ <patch file="gwenhywfar-5.12.0-endianfns.patch" strip="1"/>
</branch>
<dependencies>
<dep package="libgcrypt"/>
Summary of changes:
gnucash-bundler/Info.plist | 10 +++++-----
modulesets/gnucash.modules | 12 +++++++-----
2 files changed, 12 insertions(+), 10 deletions(-)
More information about the gnucash-changes
mailing list