gnucash-on-osx master: Multiple changes pushed

John Ralls jralls at code.gnucash.org
Mon Apr 27 15:58:31 EDT 2020


Updated	 via  https://github.com/Gnucash/gnucash-on-osx/commit/faa3b427 (commit)
	 via  https://github.com/Gnucash/gnucash-on-osx/commit/9ea1a4b0 (commit)
	from  https://github.com/Gnucash/gnucash-on-osx/commit/921a5fcf (commit)



commit faa3b427a1a017e651219e6cd6fc11a55949611e
Author: John Ralls <jralls at ceridwen.us>
Date:   Mon Apr 27 12:58:23 2020 -0700

    Rename the release 3.902.

diff --git a/gnucash-bundler/Info.plist b/gnucash-bundler/Info.plist
index f93fa4f..7b27ea1 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.901-1 © 2020 Gnucash Contributors</string>
+	<string>Gnucash version 3.902-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.901-1 © 2020 Gnucash Contributors</string>
+	<string>3.902-1 © 2020 Gnucash Contributors</string>
 	<key>CFBundleName</key>
 	<string>Gnucash</string>
 	<key>CFBundlePackageType</key>
 	<string>APPL</string>
 	<key>CFBundleShortVersionString</key>
-	<string>3.901-1</string>
+	<string>3.902-1</string>
 	<key>CFBundleSignature</key>
 	<string>????</string>
 	<key>CFBundleVersion</key>
-	<string>3.901-1</string>
+	<string>3.902-1</string>
 	<key>CFBundleDocumentTypes</key>
 	<array>
 	  <dict>
diff --git a/modulesets/gnucash.modules b/modulesets/gnucash.modules
index b60d27a..f4e9127 100644
--- a/modulesets/gnucash.modules
+++ b/modulesets/gnucash.modules
@@ -217,7 +217,7 @@
     </dependencies>
   </autotools>
 
-  <cmake id="boost" cmakeargs="-DLIBRARIES='date_time;regex;locale;filesystem'">
+  <cmake id="boost" cmakeargs="-DLIBRARIES='date_time;regex;locale;filesystem;system'">
     <branch module="1.68.0/source/boost_1_68_0.tar.bz2" version="1.68.0" 
             repo="bintray">
       <patch file="https://raw.githubusercontent.com/gnucash/gnucash-on-osx/master/patches/boost-cmake.patch" strip="1"/>
@@ -295,8 +295,8 @@
 
 <cmake id="gnucash-unstable"
         cmakeargs="-DGTEST_ROOT=${JHBUILD_SOURCE}/googletest">
-   <branch module="gnucash/gnucash%20%28unstable%29/3.901/gnucash-3.901.tar.bz2"
-           checkoutdir="gnucash-3.901" repo="sourceforge" version="3.901" />
+   <branch module="gnucash/gnucash%20%28unstable%29/3.902/gnucash-3.902.tar.bz2"
+           checkoutdir="gnucash-3.902" repo="sourceforge" version="3.902" />
    
     <dependencies>
       <dep package="meta-gtk-osx-gtk3"/>
@@ -363,10 +363,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  repo="github" module="Gnucash/gnucash-docs.git" revision="master"
-	   checkoutdir="gnucash-docs-git"/>
-    <!--branch  module="gnucash/gnucash%20%28unstable%29/3.901/gnucash-docs-3.901.tar.gz"
-	     version="3.901" repo="sourceforge"/-->
+    <branch  module="gnucash/gnucash%20%28unstable%29/3.902/gnucash-docs-3.902.tar.gz"
+	     version="3.902" repo="sourceforge">
   </autotools>
 
   <autotools id="scrollkeeper" autogen-sh="configure">

commit 9ea1a4b0e95f0bffcd9262bbad59b687eee5917f
Author: John Ralls <jralls at ceridwen.us>
Date:   Mon Apr 27 12:58:07 2020 -0700

    Remove no-longer used guile compiled location and ktoblzcheck.

diff --git a/gnucash-bundler/gnucash.bundle b/gnucash-bundler/gnucash.bundle
index 5e1376c..fb1e156 100644
--- a/gnucash-bundler/gnucash.bundle
+++ b/gnucash-bundler/gnucash.bundle
@@ -127,10 +127,6 @@
     ${prefix}/lib/guile/*.go
   </data>
 
-  <data recurse="True">
-    ${prefix}/lib/gnucash/scm/*.go
-  </data>
-
   <data>
     ${prefix}/share/aqbanking
   </data>
@@ -147,10 +143,6 @@
     ${prefix}/lib/gwenhywfar/*.xml
   </data>
 
-  <data>
-    ${prefix}/share/ktoblzcheck
-  </data>
-
   <data>
     ${prefix}/share/chipcard
   </data>



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



More information about the gnucash-changes mailing list