gnucash-on-osx master: Package GnuCash 5.10
John Ralls
jralls at code.gnucash.org
Sat Dec 14 20:54:22 EST 2024
Updated via https://github.com/Gnucash/gnucash-on-osx/commit/c6f17a64 (commit)
from https://github.com/Gnucash/gnucash-on-osx/commit/02f0815a (commit)
commit c6f17a64034e1c25fd286aa42e5da98692a5db57
Author: John Ralls <jralls at ceridwen.us>
Date: Sat Dec 14 17:54:13 2024 -0800
Package GnuCash 5.10
diff --git a/gnucash-bundler/Info.plist b/gnucash-bundler/Info.plist
index a7ce25f..f20c9b6 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.9-2 © 2024 GnucashContributors</string>
+ <string>Gnucash version 5.10-1 © 2024 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.9-2 © 2024 Gnucash Contributors</string>
+ <string>5.10-1 © 2024 Gnucash Contributors</string>
<key>CFBundleName</key>
<string>Gnucash</string>
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
- <string>5.9-2</string>
+ <string>5.10-1</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
- <string>5.9-2</string>
+ <string>5.10-1</string>
<key>CFBundleDocumentTypes</key>
<array>
<dict>
@@ -60,7 +60,7 @@
<key>LSRequiresCarbon</key>
<true/>
<key>LSMinimumSystemVersion</key>
- <string>11.0</string>
+ <string>10.13</string>
<key>LSApplicationCategoryType</key>
<string>public.app-category.finance</string>
<key>NSHumanReadableCopyright</key>
diff --git a/modulesets/gnucash.modules b/modulesets/gnucash.modules
index beb4110..75f1eda 100644
--- a/modulesets/gnucash.modules
+++ b/modulesets/gnucash.modules
@@ -254,8 +254,8 @@
<cmake id="gnucash"
cmakeargs="-DGTEST_ROOT=${JHBUILD_SOURCE}/googletest/">
- <branch module="gnucash/gnucash-5.9.tar.bz2"
- checkoutdir="gnucash-5.9" repo="sourceforge" version="5.9" />
+ <branch module="gnucash/gnucash-5.10.tar.bz2"
+ checkoutdir="gnucash-5.10" repo="sourceforge" version="5.10" />
<dependencies>
<dep package="meta-gnucash-dependencies"/>
<dep package="shared-mime-info-2.2"/>
@@ -318,8 +318,8 @@
<cmake id="gnucash-docs"
ninjaargs="html">
- <branch module="gnucash/gnucash-docs-5.9.tar.gz"
- version="5.9" repo="sourceforge"/>
+ <branch module="gnucash/gnucash-docs-5.10.tar.gz"
+ version="5.10" repo="sourceforge"/>
</cmake>
<cmake id="gnucash-unstable-docs"
Summary of changes:
gnucash-bundler/Info.plist | 10 +++++-----
modulesets/gnucash.modules | 8 ++++----
2 files changed, 9 insertions(+), 9 deletions(-)
More information about the gnucash-changes
mailing list