Re: [texworks] TeXworks 0.6.11 released
Stefan Löffler <[email protected]>
| Newsgroups | gmane.linux.debian.devel.tetex |
|---|---|
| Message-ID | <[email protected]> |
Dear Hilmar, Am 11.02.26 um 14:51 schrieb Preuße, Hilmar: > Nevertheless I have to install qt6-5compat-dev > > <snip> > Is that intended or a bug in the qt6-base-dev package, containing the > file /usr/lib/aarch64-linux-gnu/cmake/Qt6/Qt6Config.cmake. That is intended. Qt5 used to have a bunch of text codecs, which were not included in the Qt6 core packages (which only includes UTF8/16/32 and Latin1) but rather were packaged separately (with a few other things) in the qt5-compat component. In order to be backwards compatible (and because we relatively frequently hear from people using some old documents in unusual encodings) I kept those text codecs for now. In the future, TeXworks will probably (have to) transition to handling text encoding by itself (possibly through icu4c), but that's different story. > Else the package build was straightforward. Glad to hear that. Best, Stefan