gnucash-on-osx master: Switch the include back to the public gtk-osx repo.
John Ralls
jralls at code.gnucash.org
Fri May 8 15:54:51 EDT 2020
Updated via https://github.com/Gnucash/gnucash-on-osx/commit/e5e7a078 (commit)
from https://github.com/Gnucash/gnucash-on-osx/commit/265763f1 (commit)
commit e5e7a0788ebcc628374bf411b4335cd8aeeaea20
Author: John Ralls <jralls at ceridwen.us>
Date: Fri May 8 12:54:44 2020 -0700
Switch the include back to the public gtk-osx repo.
diff --git a/gnucash-bundler/Info.plist b/gnucash-bundler/Info.plist
index 7b27ea1..60f87fe 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.902-1 © 2020 Gnucash Contributors</string>
+ <string>Gnucash version 3.902-test-ime © 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.902-1 © 2020 Gnucash Contributors</string>
+ <string>3.902-test-ime © 2020 Gnucash Contributors</string>
<key>CFBundleName</key>
<string>Gnucash</string>
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
- <string>3.902-1</string>
+ <string>3.902-test-ime</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
- <string>3.902-1</string>
+ <string>3.902-test-ime</string>
<key>CFBundleDocumentTypes</key>
<array>
<dict>
diff --git a/modulesets/gnucash.modules b/modulesets/gnucash.modules
index 5b4f17b..2945ce1 100644
--- a/modulesets/gnucash.modules
+++ b/modulesets/gnucash.modules
@@ -32,7 +32,7 @@
<repository type="tarball" name="bintray"
href="https://dl.bintray.com/boostorg/release/"/>
- <!--include href="https://gitlab.gnome.org/GNOME/gtk-osx/raw/master/modulesets-stable/gtk-osx.modules"/-->
+ <include href="https://gitlab.gnome.org/GNOME/gtk-osx/raw/master/modulesets-stable/gtk-osx.modules"/>
<include href="file:///Users/john/Development/GTK-OSX/gtk-osx-build/modulesets-stable/gtk-osx.modules"/>
<autotools id="libchipcard" autogen-sh="autoreconf" autogenargs="--enable-local-install">
Summary of changes:
gnucash-bundler/Info.plist | 8 ++++----
modulesets/gnucash.modules | 2 +-
2 files changed, 5 insertions(+), 5 deletions(-)
More information about the gnucash-changes
mailing list