gnucash-on-osx master: Release gnucash-3.5

John Ralls jralls at code.gnucash.org
Sat Mar 30 18:31:29 EDT 2019


Updated	 via  https://github.com/Gnucash/gnucash-on-osx/commit/22e3518d (commit)
	from  https://github.com/Gnucash/gnucash-on-osx/commit/86787b20 (commit)



commit 22e3518d632ebebab0b8f14019ebeb2274bbeedc
Author: John Ralls <jralls at ceridwen.us>
Date:   Sat Mar 30 15:27:55 2019 -0700

    Release gnucash-3.5
    
    Includes adjusting SourceForge's URIs to the latest.

diff --git a/gnucash-bundler/Info.plist b/gnucash-bundler/Info.plist
index 386873e..7ab2a05 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.4-1 © 2018 Gnucash Contributors</string>
+	<string>Gnucash version 3.5-1 © 2019 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.4-1 © 2018 Gnucash Contributors</string>
+	<string>3.5-1 © 2019 Gnucash Contributors</string>
 	<key>CFBundleName</key>
 	<string>Gnucash</string>
 	<key>CFBundlePackageType</key>
 	<string>APPL</string>
 	<key>CFBundleShortVersionString</key>
-	<string>3.4-1</string>
+	<string>3.5-1</string>
 	<key>CFBundleSignature</key>
 	<string>????</string>
 	<key>CFBundleVersion</key>
-	<string>3.4-1</string>
+	<string>3.5-1</string>
 	<key>CFBundleDocumentTypes</key>
 	<array>
 	  <dict>
@@ -64,7 +64,7 @@
 	<key>LSApplicationCategoryType</key>
 	<string>public.app-category.finance</string>
 	<key>NSHumanReadableCopyright</key>
-	<string>Copyright 2018 Gnucash Contributors</string>
+	<string>Copyright 2019 Gnucash Contributors</string>
 	<key>NSHighResolutionCapable</key>
 	<true/>
 </dict>
diff --git a/modulesets/gnucash.modules b/modulesets/gnucash.modules
index 16ac0e3..631d3c0 100644
--- a/modulesets/gnucash.modules
+++ b/modulesets/gnucash.modules
@@ -247,7 +247,7 @@
   <autotools id="gnucash-oldstable"
 	     autogen-sh="configure"
 	     autogenargs="--enable-ofx --enable-aqbanking --enable-binreloc --enable-dbi --with-dbi-dbd-dir=$PREFIX/lib/dbd --with-html-engine='webkit'">
-    <branch module="gnucash/stable/gnucash-2.6.21.tar.bz2" version="2.6.21"
+    <branch module="project/gnucash/gnucash%20%28stable%29/2.6.21/gnucash-2.6.21.tar.bz2" version="2.6.21"
 	    repo="sourceforge">
     </branch>
     <dependencies>
@@ -271,8 +271,8 @@
 
 <cmake id="gnucash"
         cmakeargs="-DGTEST_ROOT=${JHBUILD_SOURCE}/googletest/googletest -DGMOCK_ROOT=${JHBUILD_SOURCE}/googletest/googlemock">
-   <branch repo="sourceforge" module="gnucash/unstable/gnucash-3.4.tar.bz2"
-           version="3.4" />
+   <branch repo="sourceforge" module="projects/gnucash/gnucash%20%28stable%29/3.5/gnucash-3.5.tar.bz2"
+           version="3.5" />
     <dependencies>
       <dep package="meta-gtk-osx-gtk3"/>
       <dep package="libofx"/>
@@ -325,15 +325,15 @@
   <autotools id="gnucash-olddocs" 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-docs/gnucash-docs-2.6.20.tar.gz"
+    <branch  module="projects/gnucash/gnucash-docs/2.6.20/gnucash-docs-2.6.20.tar.gz"
 	     version="2.6.20" repo="sourceforge"/>
   </autotools>
 
   <autotools id="gnucash-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-docs/gnucash-docs-3.4.tar.gz"
-	     version="3.4" repo="sourceforge"/>
+    <branch  module="projects/gnucash/gnucash%20%28stable%29/3.5/gnucash-docs-3.5.tar.gz"
+	     version="3.5" repo="sourceforge"/>
   </autotools>
 
   <autotools id="scrollkeeper" autogen-sh="configure">



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



More information about the gnucash-changes mailing list