gnucash-on-osx master: Release 2.7.3
John Ralls
jralls at code.gnucash.org
Sat Dec 30 20:17:14 EST 2017
Updated via https://github.com/Gnucash/gnucash-on-osx/commit/6bb5cdbd (commit)
from https://github.com/Gnucash/gnucash-on-osx/commit/ce1f6134 (commit)
commit 6bb5cdbde1bd9ac57d4586a3ef7ba65782e43a06
Author: John Ralls <jralls at ceridwen.us>
Date: Sat Dec 30 16:02:54 2017 -0800
Release 2.7.3
diff --git a/gnucash-bundler/Info-unstable.plist b/gnucash-bundler/Info-unstable.plist
index b3d418f..3420e91 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.2 © 2017 Gnucash Contributors</string>
+ <string>Gnucash version 2.7.3 © 2017 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.2 © 2017 Gnucash Contributors</string>
+ <string>2.7.3 © 2017 Gnucash Contributors</string>
<key>CFBundleName</key>
<string>Gnucash</string>
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
- <string>2.7.2</string>
+ <string>2.7.3</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
- <string>2.7.2</string>
+ <string>2.7.3</string>
<key>CFBundleDocumentTypes</key>
<array>
<dict>
diff --git a/modulesets/gnucash.modules b/modulesets/gnucash.modules
index beae713..ecbf72e 100644
--- a/modulesets/gnucash.modules
+++ b/modulesets/gnucash.modules
@@ -61,8 +61,8 @@
</after>
</autotools>
- <autotools id="gwenhywfar-git" autogen-template="make -fMakefile.cvs && %(srcdir)s/configure --prefix %(prefix)s --libdir %(libdir)s %(autogenargs)s"
- autogenargs="--with-guis='' --enable-local-install">
+ <autotools id="gwenhywfar-git" autogen-template="make -fMakefile.cvs && %(srcdir)s/configure --prefix %(prefix)s %(autogenargs)s"
+ autogenargs="--with-guis='gtk3' --enable-local-install">
<branch module="gwenhywfar" repo="aquamaniac"/>
<dependencies>
<dep package="libgcrypt"/>
@@ -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=${SRCROOT}/googletest/googletest -DGMOCK_ROOT=${SRCROOT}/googletest/googlemock">
- <branch repo="sourceforge" module="gnucash/unstable/gnucash-2.7.2.tar.bz2"
- version="2.7.2" />
+ <branch repo="sourceforge" module="gnucash/unstable/gnucash-2.7.3.tar.bz2"
+ version="2.7.3" />
<dependencies>
<dep package="meta-gtk-osx-gtk3"/>
<dep package="libofx"/>
Summary of changes:
gnucash-bundler/Info-unstable.plist | 8 ++++----
modulesets/gnucash.modules | 8 ++++----
2 files changed, 8 insertions(+), 8 deletions(-)
More information about the gnucash-changes
mailing list