Skip to content

Commit

Permalink
Release GnuCash 3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
jralls committed Apr 11, 2020
1 parent 34354f0 commit d66b79d
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
8 changes: 4 additions & 4 deletions gnucash-bundler/Info.plist
Expand Up @@ -7,25 +7,25 @@
<key>CFBundleExecutable</key>
<string>Gnucash</string>
<key>CFBundleGetInfoString</key>
<string>Gnucash version 3.9-1 © 2020 Gnucash Contributors</string>
<string>Gnucash version 3.10-1 © 2020 Gnucash Contributors</string>
<key>CFBundleIconFile</key>
<string>gnucash.icns</string>
<key>CFBundleIdentifier</key>
<string>org.gnucash.Gnucash</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleLongVersionString</key>
<string>3.9-1 © 2020 Gnucash Contributors</string>
<string>3.10-1 © 2020 Gnucash Contributors</string>
<key>CFBundleName</key>
<string>Gnucash</string>
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>3.9-1</string>
<string>3.10-1</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>3.9-1</string>
<string>3.10-1</string>
<key>CFBundleDocumentTypes</key>
<array>
<dict>
Expand Down
12 changes: 6 additions & 6 deletions modulesets/gnucash.modules
Expand Up @@ -32,8 +32,8 @@
<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="file:///Users/john/Development/GTK-OSX/gtk-osx-build/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">
<branch module="229/libchipcard-5.1.5rc2.tar.gz" version="5.1.5rc2"
Expand Down Expand Up @@ -272,8 +272,8 @@

<cmake id="gnucash"
cmakeargs="-DGTEST_ROOT=${JHBUILD_SOURCE}/googletest/googletest -DGMOCK_ROOT=${JHBUILD_SOURCE}/googletest/googlemock">
<branch module="gnucash/gnucash%20%28stable%29/3.9/gnucash-3.9.tar.bz2"
checkoutdir="gnucash-3.9" repo="sourceforge" version="3.9" />
<branch module="gnucash/gnucash%20%28stable%29/3.10/gnucash-3.10.tar.bz2"
checkoutdir="gnucash-3.10" repo="sourceforge" version="3.10" />
<dependencies>
<dep package="meta-gtk-osx-gtk3"/>
<dep package="libofx"/>
Expand Down Expand Up @@ -355,8 +355,8 @@
<autotools id="gnucash-docs" autogenargs="--disable-scrollkeeper"
autogen-template="%(srcdir)s/%(autogen-sh)s &amp;&amp; %(srcdir)s/configure --prefix %(prefix)s %(autogenargs)s"
makeargs=" html" makeinstallargs="install-html" >
<branch module="gnucash/gnucash%20%28stable%29/3.9/gnucash-docs-3.9.tar.gz"
version="3.9" repo="sourceforge"/>
<branch module="gnucash/gnucash%20%28stable%29/3.10/gnucash-docs-3.10.tar.gz"
version="3.10" repo="sourceforge"/>
</autotools>

<autotools id="scrollkeeper" autogen-sh="configure">
Expand Down

0 comments on commit d66b79d

Please sign in to comment.