gnucash-on-osx master: Release GnuCash 3.903

John Ralls jralls at code.gnucash.org
Sun May 31 18:17:36 EDT 2020


Updated	 via  https://github.com/Gnucash/gnucash-on-osx/commit/9f59d98e (commit)
	from  https://github.com/Gnucash/gnucash-on-osx/commit/0b1de0b7 (commit)



commit 9f59d98e1851b35e0fe6d64b9552a86cf45b44ab
Author: John Ralls <jralls at ceridwen.us>
Date:   Sun May 31 15:17:29 2020 -0700

    Release GnuCash 3.903

diff --git a/gnucash-bundler/Info.plist b/gnucash-bundler/Info.plist
index 60f87fe..649639f 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 3.902-test-ime © 2020 Gnucash Contributors</string>
+	<string>Gnucash version 3.903-1 © 2020 Gnucash Contributors</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>3.902-test-ime © 2020 Gnucash Contributors</string>
+	<string>3.903-1 © 2020 Gnucash Contributors</string>
 	<key>CFBundleName</key>
 	<string>Gnucash</string>
 	<key>CFBundlePackageType</key>
 	<string>APPL</string>
 	<key>CFBundleShortVersionString</key>
-	<string>3.902-test-ime</string>
+	<string>3.903-1</string>
 	<key>CFBundleSignature</key>
 	<string>????</string>
 	<key>CFBundleVersion</key>
-	<string>3.902-test-ime</string>
+	<string>3.903-1</string>
 	<key>CFBundleDocumentTypes</key>
 	<array>
 	  <dict>
diff --git a/gnucash-bundler/gnucash.bundle b/gnucash-bundler/gnucash.bundle
index fb1e156..016d116 100644
--- a/gnucash-bundler/gnucash.bundle
+++ b/gnucash-bundler/gnucash.bundle
@@ -61,6 +61,10 @@
     ${prefix}/lib/gtk-3.0/${pkg:gtk+-3.0:gtk_binary_version}/printbackends/*.so
   </binary>
 
+  <binary loadable="True">
+    ${prefix}/lib/gio
+  </binary>
+
   <binary loadable="True">
     ${prefix}/lib/gnucash
   </binary>
@@ -73,6 +77,10 @@
     ${prefix}/lib/gwenhywfar
   </binary>
 
+  <binary dest="${bundle}/Contents/MacOS">
+    ${prefix}/bin/gnucash-cli
+  </binary>
+
   <binary dest="${bundle}/Contents/MacOS">
     ${prefix}/bin/aqbanking-cli
   </binary>
diff --git a/modulesets/gnucash.modules b/modulesets/gnucash.modules
index ce68c23..ae305de 100644
--- a/modulesets/gnucash.modules
+++ b/modulesets/gnucash.modules
@@ -219,7 +219,7 @@
     </dependencies>
   </autotools>
 
-  <cmake id="boost" cmakeargs="-DLIBRARIES='date_time;regex;locale;filesystem'">
+  <cmake id="boost" cmakeargs="-DLIBRARIES='date_time;regex;locale;filesystem;program_options'">
     <branch module="1.73.0/source/boost_1_73_0.tar.bz2" version="1.73.0" 
             repo="bintray">
       <patch file="https://raw.githubusercontent.com/gnucash/gnucash-on-osx/master/patches/boost-cmake.patch" strip="1"/>
@@ -297,8 +297,8 @@
 
 <cmake id="gnucash-unstable"
         cmakeargs="-DGTEST_ROOT=${JHBUILD_SOURCE}/googletest">
-   <branch module="gnucash/gnucash%20%28unstable%29/3.902/gnucash-3.902.tar.bz2"
-           checkoutdir="gnucash-3.902" repo="sourceforge" version="3.902" />
+   <branch module="gnucash/gnucash%20%28unstable%29/3.903/gnucash-3.903.tar.bz2"
+           checkoutdir="gnucash-3.903" repo="sourceforge" version="3.903" />
    
     <dependencies>
       <dep package="meta-gtk-osx-gtk3"/>
@@ -365,8 +365,8 @@
   <autotools id="gnucash-unstable-docs" autogenargs="--disable-scrollkeeper"
 	    autogen-template="%(srcdir)s/%(autogen-sh)s && %(srcdir)s/configure --prefix %(prefix)s %(autogenargs)s"
 	    makeargs=" html" makeinstallargs="install-html" >
-    <branch  module="gnucash/gnucash%20%28unstable%29/3.902/gnucash-docs-3.902.tar.gz"
-	     version="3.902" repo="sourceforge"/>
+    <branch  module="gnucash/gnucash%20%28unstable%29/3.903/gnucash-docs-3.903.tar.gz"
+	     version="3.903" repo="sourceforge"/>
   </autotools>
 
   <autotools id="scrollkeeper" autogen-sh="configure">



Summary of changes:
 gnucash-bundler/Info.plist     |  8 ++++----
 gnucash-bundler/gnucash.bundle |  8 ++++++++
 modulesets/gnucash.modules     | 10 +++++-----
 3 files changed, 17 insertions(+), 9 deletions(-)



More information about the gnucash-changes mailing list