Philipp Hörist pushed to branch osx at gajim / gajim


Commits:
5c8287c1 by Philipp Hörist at 2026-07-30T22:06:26+02:00
Add Spelling Hook

- - - - -


2 changed files:

- + mac/hooks/hook-gi.repository.Spelling.py
- + mac/hooks/pre_safe_import_module/hook-gi.repository.Spelling.py


Changes:

=====================================
mac/hooks/hook-gi.repository.Spelling.py
=====================================
@@ -0,0 +1,5 @@
+from PyInstaller.utils.hooks.gi import GiModuleInfo
+
+module_info = GiModuleInfo("Spelling", "1")
+if module_info.available:
+    binaries, datas, hiddenimports = module_info.collect_typelib_data()


=====================================
mac/hooks/pre_safe_import_module/hook-gi.repository.Spelling.py
=====================================
@@ -0,0 +1,2 @@
+def pre_safe_import_module(api):
+    api.add_runtime_module(api.module_name)



View it on GitLab: 
https://dev.gajim.org/gajim/gajim/-/commit/5c8287c158ebd8176f82090f9c5783cbc121beb7

-- 
View it on GitLab: 
https://dev.gajim.org/gajim/gajim/-/commit/5c8287c158ebd8176f82090f9c5783cbc121beb7
You're receiving this email because of your account on dev.gajim.org.


_______________________________________________
Commits mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to