Removed the deprecated Pango modules <binary> block from the macOS bundle manifest (osx/zoitechat.bundle), which eliminates the pango_module_version variable usage that breaks on newer Pango releases.

Committed the change on the current branch as 7a41c7b with message: osx: remove deprecated pango module reference from bundle.
This commit is contained in:
2026-02-18 15:39:40 -07:00
parent f6942c7f3c
commit de9a78b38d

View File

@@ -49,10 +49,6 @@
<binary>
${prefix}/lib/gdk-pixbuf-2.0/${pkg:gdk-pixbuf-2.0:gdk_pixbuf_binary_version}/loaders/*.so
</binary>
<binary>
${prefix}/lib/pango/${pkg:pango:pango_module_version}/modules/*.so
</binary>
<translations name="gtk30">
${prefix}/share/locale
</translations>