gnucash-on-osx master: Use AQBanking 6.6.0 and Gwenhywfar 5.12.0.
John Ralls
jralls at code.gnucash.org
Sun Dec 29 19:07:35 EST 2024
Updated via https://github.com/Gnucash/gnucash-on-osx/commit/493eca98 (commit)
from https://github.com/Gnucash/gnucash-on-osx/commit/230f5184 (commit)
commit 493eca98de772878ab8f9be42ca8c46f776c5f43
Author: John Ralls <jralls at ceridwen.us>
Date: Sun Dec 29 16:06:17 2024 -0800
Use AQBanking 6.6.0 and Gwenhywfar 5.12.0.
diff --git a/gnucash-bundler/Info.plist b/gnucash-bundler/Info.plist
index f20c9b6..67a9b2e 100644
--- a/gnucash-bundler/Info.plist
+++ b/gnucash-bundler/Info.plist
@@ -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 4f5e297..690ac47 100644
--- a/modulesets/gnucash.modules
+++ b/modulesets/gnucash.modules
@@ -59,7 +59,7 @@
<autotools id="gwenhywfar" autogen-sh="configure"
autogenargs="--with-guis='gtk3' --enable-local-install">
- <branch module="501/gwenhywfar-5.10.2.tar.gz" version="5.10.2"
+ <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"/>
@@ -97,9 +97,9 @@
<autotools id="aqbanking" autogen-sh="autoreconf" makeargs="-j1"
autogenargs="--enable-local-install">
- <branch module="499/aqbanking-6.5.4.tar.gz" version="6.5.4"
+ <branch module="531/aqbanking-6.6.0.tar.gz" version="6.6.0"
repo="aqbanking">
- <patch file="aqbanking-6.5.4-libintl.patch" strip="1"/>
+ <!--patch file="aqbanking-6.5.4-libintl.patch" strip="1"/ -->
</branch>
<dependencies>
<dep package="gwenhywfar"/>
Summary of changes:
gnucash-bundler/Info.plist | 2 +-
modulesets/gnucash.modules | 6 +++---
2 files changed, 4 insertions(+), 4 deletions(-)
More information about the gnucash-changes
mailing list