gnucash-on-osx master: Release GnuCash 2.6.19
John Ralls
jralls at code.gnucash.org
Sat Dec 16 18:41:01 EST 2017
Updated via https://github.com/Gnucash/gnucash-on-osx/commit/ce1f6134 (commit)
from https://github.com/Gnucash/gnucash-on-osx/commit/38691ef9 (commit)
commit ce1f61347629a8a135acfda8739e0b9fbcc42b72
Author: John Ralls <jralls at ceridwen.us>
Date: Sat Dec 16 15:40:49 2017 -0800
Release GnuCash 2.6.19
diff --git a/gnucash-bundler/Info.plist b/gnucash-bundler/Info.plist
index f3ec0c5..4a6fc7d 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 2.6.18 © 2017 Gnucash Contributors</string>
+ <string>Gnucash version 2.6.19 © 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.6.18 © 2017 Gnucash Contributors</string>
+ <string>2.6.19 © 2017 Gnucash Contributors</string>
<key>CFBundleName</key>
<string>Gnucash</string>
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
- <string>2.6.18</string>
+ <string>2.6.19</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
- <string>2.6.18</string>
+ <string>2.6.19</string>
<key>CFBundleDocumentTypes</key>
<array>
<dict>
diff --git a/modulesets/gnucash.modules b/modulesets/gnucash.modules
index 6611994..beae713 100644
--- a/modulesets/gnucash.modules
+++ b/modulesets/gnucash.modules
@@ -217,7 +217,7 @@
<!--./b2 toolset=darwin address-model=32 cxxflags="$CPPFLAGS" cflags="$CPPFLAGS" linkflags="$LDFLAGS" dll-path=$PREFIX/lib -\-prefix=$PREFIX -\-build-dir=$PREFIX/../build/boost_1_56_0 install
After which one must run
-for i in `ls $PREFIX/lib/libboost*`; do install_name_tool -id $i $i; done
+for i in `ls $PREFIX/lib/libboost*.dylib`; do install_name_tool -id $i $i; done
for i in `ls $PREFIX/lib/libboost*.dylib`; do for j in `ls $PREFIX/lib/libboost*.dylib`; do install_name_tool -change `basename $i` $i $j; done; done
-->
<autotools id="boost" supports-non-srcdir-builds="no" skip-install="True">
@@ -236,7 +236,7 @@ for i in `ls $PREFIX/lib/libboost*.dylib`; do for j in `ls $PREFIX/lib/libboost*
<autotools id="gnucash"
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.18.tar.bz2" version="2.6.18"
+ <branch module="gnucash/stable/gnucash-2.6.19.tar.bz2" version="2.6.19"
repo="sourceforge">
</branch>
<dependencies>
@@ -311,8 +311,8 @@ for i in `ls $PREFIX/lib/libboost*.dylib`; do for j in `ls $PREFIX/lib/libboost*
<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-2.6.18.tar.gz"
- version="2.6.18" repo="sourceforge"/>
+ <branch module="gnucash/gnucash-docs/gnucash-docs-2.6.19.tar.gz"
+ version="2.6.19" repo="sourceforge"/>
</autotools>
<autotools id="scrollkeeper" autogen-sh="configure">
Summary of changes:
gnucash-bundler/Info.plist | 8 ++++----
modulesets/gnucash.modules | 8 ++++----
2 files changed, 8 insertions(+), 8 deletions(-)
More information about the gnucash-changes
mailing list