gnucash-on-osx master: Release GnuCash 4.12 on macOS.

John Ralls jralls at code.gnucash.org
Sat Sep 24 20:48:09 EDT 2022


Updated	 via  https://github.com/Gnucash/gnucash-on-osx/commit/b525a428 (commit)
	from  https://github.com/Gnucash/gnucash-on-osx/commit/a39150b0 (commit)



commit b525a4289d2440e6b45e12c8f1dc1b51025ef7ce
Author: John Ralls <jralls at ceridwen.us>
Date:   Sat Sep 24 17:39:17 2022 -0700

    Release GnuCash 4.12 on macOS.

diff --git a/gnucash-bundler/Info.plist b/gnucash-bundler/Info.plist
index 52c43db..6981a18 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.11-1 © 2022 GnucashContributors</string>
+	<string>Gnucash version 4.12-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.11-1 © 2022 Gnucash Contributors</string>
+	<string>4.12-1 © 2022 Gnucash Contributors</string>
 	<key>CFBundleName</key>
 	<string>Gnucash</string>
 	<key>CFBundlePackageType</key>
 	<string>APPL</string>
 	<key>CFBundleShortVersionString</key>
-	<string>4.11-1</string>
+	<string>4.12-1</string>
 	<key>CFBundleSignature</key>
 	<string>????</string>
 	<key>CFBundleVersion</key>
-	<string>4.11-1</string>
+	<string>4.12-1</string>
 	<key>CFBundleDocumentTypes</key>
 	<array>
 	  <dict>
diff --git a/modulesets/gnucash.modules b/modulesets/gnucash.modules
index d2e4e94..95f5e8f 100644
--- a/modulesets/gnucash.modules
+++ b/modulesets/gnucash.modules
@@ -34,8 +34,8 @@
   <repository type="tarball" name="postgres"
               href="https://ftp.postgresql.org/pub/source/"/>
 
-  <include href="https://gitlab.gnome.org/GNOME/gtk-osx/raw/master/modulesets-stable/gtk-osx.modules"/>
- <!--include href="/Users/john/Development/GTK-OSX/gtk-osx-build/modulesets-stable/gtk-osx.modules"/-->
+  <!--include href="https://gitlab.gnome.org/GNOME/gtk-osx/raw/master/modulesets-stable/gtk-osx.modules"/-->
+ <include href="/Users/john/Development/GTK-OSX/gtk-osx-build/modulesets-stable/gtk-osx.modules"/>
 
   <autotools id="libchipcard" autogen-sh="autoreconf" autogenargs="--enable-local-install">
     <branch module="382/libchipcard-5.1.6.tar.gz" version="5.1.6"
@@ -146,8 +146,8 @@
   </autotools>
 
   <autotools id="swig" autogen-sh="configure">
-    <branch repo="sourceforge" module="swig/swig-3.0.12.tar.gz"
-	    version="3.0.12"/>
+    <branch repo="sourceforge" module="swig/swig-4.0.1.tar.gz"
+	    version="4.0.1"/>
     <dependencies>
       <dep package="pcre"/>
     </dependencies>
@@ -285,8 +285,8 @@
 
 <cmake id="gnucash"
         cmakeargs="-DGTEST_ROOT=${JHBUILD_SOURCE}/googletest/">
-   <branch module="gnucash/gnucash-4.11.tar.bz2"
-           checkoutdir="gnucash-4.11" repo="sourceforge" version="4.11" />
+   <branch module="gnucash/gnucash-4.12.tar.bz2"
+           checkoutdir="gnucash-4.12" repo="sourceforge" version="4.12" />
     <dependencies>
       <dep package="meta-gtk-osx-gtk3"/>
       <dep package="libofx"/>
@@ -364,8 +364,8 @@
 
   <cmake id="gnucash-docs"
          ninjaargs="html">
-    <branch  module="gnucash/gnucash-docs-4.11.tar.gz"
-	     version="4.11" repo="sourceforge"/>
+    <branch  module="gnucash/gnucash-docs-4.12.tar.gz"
+	     version="4.12" repo="sourceforge"/>
   </cmake>
 
   <cmake id="gnucash-unstable-docs"



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



More information about the gnucash-changes mailing list