gnucash-on-osx master: Use new 5.4 tarball containing corrected gnc-vcs-info.
John Ralls
jralls at code.gnucash.org
Wed Sep 27 00:17:03 EDT 2023
Updated via https://github.com/Gnucash/gnucash-on-osx/commit/55d2056f (commit)
from https://github.com/Gnucash/gnucash-on-osx/commit/6d9d27d6 (commit)
commit 55d2056f729e9eb9add58763bbd5d6bc93e91f74
Author: John Ralls <jralls at ceridwen.us>
Date: Tue Sep 26 21:16:54 2023 -0700
Use new 5.4 tarball containing corrected gnc-vcs-info.
diff --git a/gnucash-bundler/Info.plist b/gnucash-bundler/Info.plist
index 4d8b15a..91d5ff7 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.4-1 © 2023 GnucashContributors</string>
+ <string>Gnucash version 5.4-2 © 2023 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.4-1 © 2023 Gnucash Contributors</string>
+ <string>5.4-2 © 2023 Gnucash Contributors</string>
<key>CFBundleName</key>
<string>Gnucash</string>
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
- <string>5.4-1</string>
+ <string>5.4-2</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
- <string>5.4-1</string>
+ <string>5.4-2</string>
<key>CFBundleDocumentTypes</key>
<array>
<dict>
diff --git a/modulesets/gnucash.modules b/modulesets/gnucash.modules
index 8aafd79..d872468 100644
--- a/modulesets/gnucash.modules
+++ b/modulesets/gnucash.modules
@@ -261,7 +261,7 @@
<cmake id="gnucash"
cmakeargs="-DGTEST_ROOT=${JHBUILD_SOURCE}/googletest/">
- <branch module="gnucash/gnucash-5.4.tar.bz2"
+ <branch module="gnucash/gnucash-5.4-1.tar.bz2"
checkoutdir="gnucash-5.4" repo="sourceforge" version="5.4" />
<dependencies>
<dep package="meta-gtk-osx-gtk3"/>
Summary of changes:
gnucash-bundler/Info.plist | 8 ++++----
modulesets/gnucash.modules | 2 +-
2 files changed, 5 insertions(+), 5 deletions(-)
More information about the gnucash-changes
mailing list