gnucash stable: Update mac dependencies tarball.
John Ralls
jralls at code.gnucash.org
Thu Sep 25 21:40:02 EDT 2025
Updated via https://github.com/Gnucash/gnucash/commit/5dc93f5c (commit)
from https://github.com/Gnucash/gnucash/commit/e8673135 (commit)
commit 5dc93f5c578a6c4f249931f9c890003f0e696299
Author: John Ralls <jralls at ceridwen.us>
Date: Thu Sep 25 13:39:19 2025 -0700
Update mac dependencies tarball.
diff --git a/.github/workflows/mac-tests.yaml b/.github/workflows/mac-tests.yaml
index 87943059b0..e2ac6a7772 100644
--- a/.github/workflows/mac-tests.yaml
+++ b/.github/workflows/mac-tests.yaml
@@ -20,8 +20,9 @@ jobs:
uses: carlosperate/download-file-action at v2
id: dependencies
with:
- file-url: 'https://downloads.sourceforge.net/gnucash/Dependencies/gnucash-5.6-mac-dependencies.tar.xz'
+ file-url: 'https://downloads.sourceforge.net/gnucash/Dependencies/gnucash-5.13-mac-dependencies.tar.xz'
file-name: gnucash-dependencies.tar.xz
+ sha256: '51bae6f0ff384bbcb1547e21553398a0a399ca1f5f2f517b8de5cd2316464760'
- name: download googletest
uses: carlosperate/download-file-action at v2
@@ -42,7 +43,7 @@ jobs:
run: |
mkdir $HOME/gnucash/build
cd $HOME/gnucash/build
- cmake -GNinja -DCMAKE_INSTALL_PREFIX=$PREFIX -DCMAKE_PREFIX_PATH=$PREFIX -DWITH_PYTHON=ON -DGTEST_ROOT=$SRCROOT/googletest $GITHUB_WORKSPACE
+ cmake -GNinja -DPKG_CONFIG_EXECUTABLE=$PREFIX/bin/pkgconf -DCMAKE_INSTALL_PREFIX=$PREFIX -DCMAKE_PREFIX_PATH=$PREFIX -DWITH_PYTHON=ON -DGTEST_ROOT=$SRCROOT/googletest $GITHUB_WORKSPACE
- name: Build and Test GnuCash
run: |
cd $HOME/gnucash/build
diff --git a/gnucash/gnome-utils/CMakeLists.txt b/gnucash/gnome-utils/CMakeLists.txt
index fb7e53c6b5..a1eba00534 100644
--- a/gnucash/gnome-utils/CMakeLists.txt
+++ b/gnucash/gnome-utils/CMakeLists.txt
@@ -219,7 +219,7 @@ if (BUILDING_FROM_VCS)
target_compile_definitions(gnc-gnome-utils PRIVATE -DGNC_VCS=\"git\")
endif()
-if (MAC_INTEGRATION)
+if (APPLE)
target_compile_options(gnc-gnome-utils PRIVATE ${OSX_EXTRA_COMPILE_FLAGS})
target_link_libraries(gnc-gnome-utils ${OSX_EXTRA_LIBRARIES})
endif()
Summary of changes:
.github/workflows/mac-tests.yaml | 5 +++--
gnucash/gnome-utils/CMakeLists.txt | 2 +-
2 files changed, 4 insertions(+), 3 deletions(-)
More information about the gnucash-changes
mailing list