gnucash-on-osx master: Multiple changes pushed

John Ralls jralls at code.gnucash.org
Sun Mar 11 15:14:45 EDT 2018


Updated	 via  https://github.com/Gnucash/gnucash-on-osx/commit/224fcd72 (commit)
	 via  https://github.com/Gnucash/gnucash-on-osx/commit/025e57c7 (commit)
	from  https://github.com/Gnucash/gnucash-on-osx/commit/5805282d (commit)



commit 224fcd72015bf0b34052ac2c397cf6dda00c642d
Author: John Ralls <jralls at ceridwen.us>
Date:   Sun Mar 11 10:42:03 2018 -0700

    Release 2.7.6

diff --git a/gnucash-bundler/Info-unstable.plist b/gnucash-bundler/Info-unstable.plist
index c140ac6..0ea18fe 100644
--- a/gnucash-bundler/Info-unstable.plist
+++ b/gnucash-bundler/Info-unstable.plist
@@ -7,7 +7,7 @@
 	<key>CFBundleExecutable</key>
 	<string>Gnucash</string>
 	<key>CFBundleGetInfoString</key>
-	<string>Gnucash version 2.7.5 © 2018 Gnucash Contributors</string>
+	<string>Gnucash version 2.7.6 © 2018 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>2.7.5 © 2018 Gnucash Contributors</string>
+	<string>2.7.6 © 2018 Gnucash Contributors</string>
 	<key>CFBundleName</key>
 	<string>Gnucash</string>
 	<key>CFBundlePackageType</key>
 	<string>APPL</string>
 	<key>CFBundleShortVersionString</key>
-	<string>2.7.5</string>
+	<string>2.7.6</string>
 	<key>CFBundleSignature</key>
 	<string>????</string>
 	<key>CFBundleVersion</key>
-	<string>2.7.5</string>
+	<string>2.7.6</string>
 	<key>CFBundleDocumentTypes</key>
 	<array>
 	  <dict>
diff --git a/modulesets/gnucash.modules b/modulesets/gnucash.modules
index 92552a8..5969936 100644
--- a/modulesets/gnucash.modules
+++ b/modulesets/gnucash.modules
@@ -260,8 +260,8 @@ for i in `ls $PREFIX/lib/libboost*.dylib`; do for j in `ls $PREFIX/lib/libboost*
 
 <cmake id="gnucash-unstable"
         cmakeargs="-DGTEST_ROOT=${JHBUILD_SOURCE}/googletest/googletest -DGMOCK_ROOT=${JHBUILD_SOURCE}/googletest/googlemock">
-   <branch repo="sourceforge" module="gnucash/unstable/gnucash-2.7.5.tar.bz2"
-           version="2.7.5" />
+   <branch repo="sourceforge" module="gnucash/unstable/gnucash-2.7.6.tar.bz2"
+           version="2.7.6" />
     <dependencies>
       <dep package="meta-gtk-osx-gtk3"/>
       <dep package="libofx"/>

commit 025e57c774a702d7fa19268f1d15f870b5f07cc9
Author: John Ralls <jralls at ceridwen.us>
Date:   Sun Mar 11 12:14:15 2018 -0700

    Update gwen and aqb to latest stable releases.
    
    Using direct download from aquamaniac instead of copies on SourceForge.

diff --git a/modulesets/gnucash.modules b/modulesets/gnucash.modules
index bd74718..92552a8 100644
--- a/modulesets/gnucash.modules
+++ b/modulesets/gnucash.modules
@@ -19,10 +19,10 @@
 	      href="http://mirror.csclub.uwaterloo.ca/mysql/Downloads/"/>
   <repository type="tarball" name="gnucash.org"
 	      href="http://www.gnucash.org/pub/gnucash/sources/"/>
-  <repository type="svn" name="svn.gnucash.org"
-	      href="http://svn.gnucash.org/repo/"/>
   <repository type="git" name="aquamaniac"
-	      href="https://git.aquamaniac.de/git/"/>
+              href="https://git.aquamaniac.de/git/"/>
+  <repository type="tarball" name="aqbanking"
+              href="https://www.aquamaniac.de/sites/download/"/>
   <repository type="git" name="github"
 	      href="git://github.com/"/>
   <repository type="tarball" name="openssl"
@@ -45,9 +45,8 @@
   </autotools>
 
   <autotools id="gwenhywfar" autogen-sh="configure"
-	     autogenargs="--with-guis='' --enable-local-install">
-    <branch module="gnucash/Dependencies/gwenhywfar-4.18.0.tar.gz"
-            version="4.18.0" repo="sourceforge">
+	     autogenargs="--with-guis='gtk3' --enable-local-install">
+    <branch module="download.php?package=01&release=208&file=02&dummy=gwenhywfar-4.20.0.tar.gz" version="4.20.0" repo="aqbanking" checkoutdir="gwenhywfar-4.20.0">
       <patch file="https://raw.githubusercontent.com/gnucash/gnucash-on-osx/master/patches/gwen-include-file.patch" strip='1'/>
       <patch file="https://raw.githubusercontent.com/gnucash/gnucash-on-osx/master/patches/gwen-macos-bundle-path.patch" strip='1'/>
     </branch>
@@ -88,8 +87,7 @@
 
   <autotools id="aqbanking" autogen-sh="autoreconf" makeargs="-j1"
 	     autogenargs="--enable-local-install">
-    <branch module="gnucash/Dependencies/aqbanking-5.6.12.tar.gz" version="5.6.12"
-	    repo="sourceforge">
+    <branch module="download.php?package=03&release=217&file=02&dummy=aqbanking-5.7.8.tar.gz" repo="aqbanking" version="5.7.8" checkoutdir="aqbanking-5.7.8">
     </branch>
     <dependencies>
       <dep package="gwenhywfar"/>



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



More information about the gnucash-changes mailing list