FS#49922 - [uim] enable qt5 support
Attached to Project:
Arch Linux
Opened by Andreas (misc) - Sunday, 03 July 2016, 09:53 GMT
Last edited by Gaetan Bisson (vesath) - Sunday, 03 July 2016, 16:50 GMT
Opened by Andreas (misc) - Sunday, 03 July 2016, 09:53 GMT
Last edited by Gaetan Bisson (vesath) - Sunday, 03 July 2016, 16:50 GMT
|
Details
uim qt support needs to be explicitly enabled at configure
for both qt4 and qt5. This latter isn't for the package in
Extra. Dunno if this is related to the last uim release
1.8.6 being ancient (30 Jun 2013).
Anyway, with the git version this meant --with-qt4-immodule --with-qt5 --with-qt5-immodule Also setting --with-qt4 broke the build for me, but according to https://github.com/uim/uim/wiki/InstallUim that's only the optional "Qt4 tools". Moreover, I had to add rm -rf $pkgdir/usr/lib/cmake/Qt5Gui after the make install, for whatever reason that folder got copied. |
This task depends upon
Building with "--with-qt5" instead of "--with-qt4", the following tools aren't built: uim-chardict-qt4, uim-im-switcher-qt4, uim-pref-qt4, uim-toolbar-qt4. Yet there is no qt5 version of them either.