FS#78778 - [texstudio] split package the dictionaries or remove them completely.
Attached to Project:
Arch Linux
Opened by bartus (bartoszek) - Wednesday, 14 June 2023, 13:50 GMT
Last edited by Sven-Hendrik Haase (Svenstaro) - Sunday, 02 July 2023, 18:06 GMT
Opened by bartus (bartoszek) - Wednesday, 14 June 2023, 13:50 GMT
Last edited by Sven-Hendrik Haase (Svenstaro) - Sunday, 02 July 2023, 18:06 GMT
|
Details
Description: Would be beneficial to split spellchecker dicts
out of the core package or perhaps drop them all together
like in the Fedora:
repo.https://src.fedoraproject.org/rpms/texstudio/blob/rawhide/f/texstudio.spec#_86
Currently, spell checkers for Chines, etc. take more than 90% of package size and tend to be redundant as users normally configure their own dicts. Additional info: * package version: 4.5.2 |
This task depends upon
Comment by bartus (bartoszek) -
Wednesday, 14 June 2023, 14:11 GMT
Just took a glance at how the texstudio handles the spellchecker
and looks like if hunspell (deps) is installed it ignores the
embedded dicts, so it's safe to drop them as redundant.
Comment by
Sven-Hendrik Haase (Svenstaro) -
Wednesday, 14 June 2023, 23:09 GMT
Alright seems like a fine suggestion. I pushed rel-3 with these
changes. Please check.