gnucash-on-osx master: Package release of GnuCash 4.14

John Ralls jralls at code.gnucash.org
Sat Mar 25 19:54:33 EDT 2023


Updated	 via  https://github.com/Gnucash/gnucash-on-osx/commit/de5482de (commit)
	from  https://github.com/Gnucash/gnucash-on-osx/commit/8b47eca9 (commit)



commit de5482debcc7dbed9a5f4a5aa2ec6a619c80432a
Author: John Ralls <jralls at ceridwen.us>
Date:   Sat Mar 25 16:54:24 2023 -0700

    Package release of GnuCash 4.14

diff --git a/gnucash-bundler/Info.plist b/gnucash-bundler/Info.plist
index 76557f8..7ff1c3c 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 4.13-2 © 2022 GnucashContributors</string>
+	<string>Gnucash version 4.14-1 © 2022 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>4.13-2 © 2022 Gnucash Contributors</string>
+	<string>4.14-1 © 2022 Gnucash Contributors</string>
 	<key>CFBundleName</key>
 	<string>Gnucash</string>
 	<key>CFBundlePackageType</key>
 	<string>APPL</string>
 	<key>CFBundleShortVersionString</key>
-	<string>4.13-2</string>
+	<string>4.14-1</string>
 	<key>CFBundleSignature</key>
 	<string>????</string>
 	<key>CFBundleVersion</key>
-	<string>4.13-2</string>
+	<string>4.14-1</string>
 	<key>CFBundleDocumentTypes</key>
 	<array>
 	  <dict>
diff --git a/modulesets/gnucash.modules b/modulesets/gnucash.modules
index 943d452..82972d7 100644
--- a/modulesets/gnucash.modules
+++ b/modulesets/gnucash.modules
@@ -218,9 +218,9 @@
     </dependencies>
   </autotools>
 
-  <cmake id="boost" cmakeargs="-DLIBRARIES='date_time;regex;locale;filesystem;program_options'">
-    <branch module="boost/boost_1_77_0.tar.bz2" version="1.77.0" 
-            hash="sha256:fc9f85fc030e233142908241af7a846e60630aa7388de9a5fafb1f3a26840854"
+  <cmake id="boost" cmakeargs="-DLIBRARIES='date_time;regex;locale;filesystem;program_options;system'">
+    <branch module="boost/boost_1_81_0.tar.bz2" version="1.81.0" 
+            hash="sha256:71feeed900fbccca04a3b4f2f84a7c217186f28a940ed8b7ed4725986baf99fa"
             repo="sourceforge">
       <patch file="boost-cmake.patch" strip="1"/>
     </branch>
@@ -298,8 +298,8 @@
 
 <cmake id="gnucash"
         cmakeargs="-DGTEST_ROOT=${JHBUILD_SOURCE}/googletest/">
-   <branch module="gnucash/gnucash-4.13.tar.bz2"
-           checkoutdir="gnucash-4.13" repo="sourceforge" version="4.12" />
+   <branch module="gnucash/gnucash-4.14.tar.bz2"
+           checkoutdir="gnucash-4.14" repo="sourceforge" version="4.14" />
     <dependencies>
       <dep package="meta-gtk-osx-gtk3"/>
       <dep package="libofx"/>
@@ -377,8 +377,8 @@
 
   <cmake id="gnucash-docs"
          ninjaargs="html">
-    <branch  module="gnucash/gnucash-docs-4.13.tar.gz"
-	     version="4.13" repo="sourceforge"/>
+    <branch  module="gnucash/gnucash-docs-4.14.tar.gz"
+	     version="4.14" repo="sourceforge"/>
   </cmake>
 
   <cmake id="gnucash-unstable-docs"



Summary of changes:
 gnucash-bundler/Info.plist |  8 ++++----
 modulesets/gnucash.modules | 14 +++++++-------
 2 files changed, 11 insertions(+), 11 deletions(-)



More information about the gnucash-changes mailing list