From d3ae9d9d5d4cecfcde042f02f712e0483e1d82bf Mon Sep 17 00:00:00 2001 From: deepend Date: Wed, 18 Feb 2026 14:10:31 -0700 Subject: [PATCH] =?UTF-8?q?Updated=20the=20macOS=20bundle=20definition=20t?= =?UTF-8?q?o=20default=20the=20enchant=20prefix=20to=20Homebrew=E2=80=99s?= =?UTF-8?q?=20enchant=20formula=20path=20(/usr/local/opt/enchant)=20instea?= =?UTF-8?q?d=20of=20the=20older=20enchant-applespell=20path,=20aligning=20?= =?UTF-8?q?the=20bundle=20config=20with=20current=20installs.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Changed the bundled enchant dylib entry from a fixed filename to a wildcard (libenchant*.dylib) so gtk-mac-bundler can resolve versioned Homebrew library names (for example libenchant-2.2.dylib --- osx/zoitechat.bundle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/osx/zoitechat.bundle b/osx/zoitechat.bundle index e1e93a31..8c00ef42 100644 --- a/osx/zoitechat.bundle +++ b/osx/zoitechat.bundle @@ -6,7 +6,7 @@ Homebrew: /opt/homebrew (Apple Silicon) or /usr/local (Intel) MacPorts: /opt/local --> /usr/local - /usr/local/opt/enchant-applespell + /usr/local/opt/enchant ${project} yes @@ -25,7 +25,7 @@ - ${prefix:enchant}/lib/libenchant.dylib + ${prefix:enchant}/lib/libenchant*.dylib ${prefix:enchant}/lib/enchant/libenchant_applespell.so