gnucash-on-osx master: Release GnuCash 3.901.

John Ralls jralls at code.gnucash.org
Sun Apr 26 12:33:38 EDT 2020


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



commit 921a5fcfc93e5f63be9c7a9c1f3369ff31b7929a
Author: John Ralls <jralls at ceridwen.us>
Date:   Sun Apr 26 09:33:29 2020 -0700

    Release GnuCash 3.901.

diff --git a/gnucash-bundler/Info.plist b/gnucash-bundler/Info.plist
index ee69b6c..f93fa4f 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.10-1 © 2020 Gnucash Contributors</string>
+	<string>Gnucash version 3.901-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.10-1 © 2020 Gnucash Contributors</string>
+	<string>3.901-1 © 2020 Gnucash Contributors</string>
 	<key>CFBundleName</key>
 	<string>Gnucash</string>
 	<key>CFBundlePackageType</key>
 	<string>APPL</string>
 	<key>CFBundleShortVersionString</key>
-	<string>3.10-1</string>
+	<string>3.901-1</string>
 	<key>CFBundleSignature</key>
 	<string>????</string>
 	<key>CFBundleVersion</key>
-	<string>3.10-1</string>
+	<string>3.901-1</string>
 	<key>CFBundleDocumentTypes</key>
 	<array>
 	  <dict>
@@ -60,11 +60,11 @@
 	<key>LSRequiresCarbon</key>
 	<true/>
         <key>LSMinimumSystemVersion</key>
-        <string>10.8.0</string>
+        <string>10.13.0</string>
 	<key>LSApplicationCategoryType</key>
 	<string>public.app-category.finance</string>
 	<key>NSHumanReadableCopyright</key>
-	<string>Copyright 2019 Gnucash Contributors</string>
+	<string>Copyright 2020 Gnucash Contributors</string>
 	<key>NSHighResolutionCapable</key>
 	<true/>
 </dict>
diff --git a/modulesets/gnucash.modules b/modulesets/gnucash.modules
index 7eb74c2..b60d27a 100644
--- a/modulesets/gnucash.modules
+++ b/modulesets/gnucash.modules
@@ -294,9 +294,10 @@
  </cmake>
 
 <cmake id="gnucash-unstable"
-        cmakeargs="-DGTEST_ROOT=${JHBUILD_SOURCE}/googletest/googletest -DGMOCK_ROOT=${JHBUILD_SOURCE}/googletest/googlemock">
-   <branch repo="sourceforge" module="gnucash/unstable/gnucash-3.900.tar.bz2"
-           version="3.900" />
+        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" />
+   
     <dependencies>
       <dep package="meta-gtk-osx-gtk3"/>
       <dep package="libofx"/>
@@ -359,6 +360,15 @@
 	     version="3.10" repo="sourceforge"/>
   </autotools>
 
+  <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"/-->
+  </autotools>
+
   <autotools id="scrollkeeper" autogen-sh="configure">
     <branch repo="sourceforge" module="scrollkeeper/scrollkeeper-0.3.14.tar.gz"
 	    version="0.3.14"/>



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



More information about the gnucash-changes mailing list