Skip to content

Commit

Permalink
Release GnuCash 4.12 on macOS.
Browse files Browse the repository at this point in the history
  • Loading branch information
jralls committed Sep 25, 2022
1 parent a39150b commit b525a42
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 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 4.11-1 © 2022 GnucashContributors</string>
<string>Gnucash version 4.12-1 © 2022 GnucashContributors</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>4.11-1 © 2022 Gnucash Contributors</string>
<string>4.12-1 © 2022 Gnucash Contributors</string>
<key>CFBundleName</key>
<string>Gnucash</string>
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>4.11-1</string>
<string>4.12-1</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>4.11-1</string>
<string>4.12-1</string>
<key>CFBundleDocumentTypes</key>
<array>
<dict>
Expand Down
16 changes: 8 additions & 8 deletions modulesets/gnucash.modules
Expand Up @@ -34,8 +34,8 @@
<repository type="tarball" name="postgres"
href="https://ftp.postgresql.org/pub/source/"/>

<include href="https://gitlab.gnome.org/GNOME/gtk-osx/raw/master/modulesets-stable/gtk-osx.modules"/>
<!--include href="/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="/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="382/libchipcard-5.1.6.tar.gz" version="5.1.6"
Expand Down Expand Up @@ -146,8 +146,8 @@
</autotools>

<autotools id="swig" autogen-sh="configure">
<branch repo="sourceforge" module="swig/swig-3.0.12.tar.gz"
version="3.0.12"/>
<branch repo="sourceforge" module="swig/swig-4.0.1.tar.gz"
version="4.0.1"/>
<dependencies>
<dep package="pcre"/>
</dependencies>
Expand Down Expand Up @@ -285,8 +285,8 @@

<cmake id="gnucash"
cmakeargs="-DGTEST_ROOT=${JHBUILD_SOURCE}/googletest/">
<branch module="gnucash/gnucash-4.11.tar.bz2"
checkoutdir="gnucash-4.11" repo="sourceforge" version="4.11" />
<branch module="gnucash/gnucash-4.12.tar.bz2"
checkoutdir="gnucash-4.12" repo="sourceforge" version="4.12" />
<dependencies>
<dep package="meta-gtk-osx-gtk3"/>
<dep package="libofx"/>
Expand Down Expand Up @@ -364,8 +364,8 @@

<cmake id="gnucash-docs"
ninjaargs="html">
<branch module="gnucash/gnucash-docs-4.11.tar.gz"
version="4.11" repo="sourceforge"/>
<branch module="gnucash/gnucash-docs-4.12.tar.gz"
version="4.12" repo="sourceforge"/>
</cmake>

<cmake id="gnucash-unstable-docs"
Expand Down

0 comments on commit b525a42

Please sign in to comment.