SlackBuilds Repository

15.0 > Misc > fcitx5-qt (5.1.5)

fcitx5-qt is the Qt im-module for fcitx5 and it needs to be installed
in order to use fcitx5 with Qt-based applications. It currently
supports Qt4, Qt5 and Qt6.

You'll need several Qt modules if you're going to enable Qt5/Qt6
support, namely QtCore, QtDbus, QtWidgets and QtX11Extras. Qt5 is
bundled in Slackware, however if you want Qt6 support you're on your
own; but any app that requires Qt6 on SBo at this point should have
already pulled all the dependencies in.

Relevant CMake options are ENABLE_QT4, ENABLE_QT5 and ENABLE_QT6.
ENABLE_QT4 is turned off by default, ENABLE_QT5 and ENABLE_QT6 are
turned on by default. However to avoid pulling in excess dependencies,
Qt6 support is turned off in the SlackBuild. If you need Qt4 or Qt6
support, you might want to turn the flags on/off depending on the Qt
version you are using. To enable Qt4, you need to modify

-DENABLE_QT4=Off \

from "Off" to "On". Similarly, to turn on Qt6 support, turn

-DENABLE_QT6=Off \
-DENABLE_QT6_WAYLAND_WORKAROUND=Off ..

from "Off" to "On".

This requires: fcitx5

Maintained by: ltlnx
Keywords: fcitx,fcitx5,input method,ime,qt,qt6,qt5,qt4
ChangeLog: fcitx5-qt

Homepage:
https://github.com/fcitx/fcitx5-qt

Source Downloads:
fcitx5-qt-5.1.5.tar.xz (91d1b828b5263843117c3d8a2c0fb1d0)

Download SlackBuild:
fcitx5-qt.tar.gz
fcitx5-qt.tar.gz.asc (FAQ)

(the SlackBuild does not include the source)

Individual Files:
README
doinst.sh
fcitx5-qt.SlackBuild
fcitx5-qt.info
slack-desc

Validated for Slackware 15.0

See our HOWTO for instructions on how to use the contents of this repository.

Access to the repository is available via:
ftp git cgit http rsync

© 2006-2024 SlackBuilds.org Project. All rights reserved.
Slackware® is a registered trademark of Patrick Volkerding
Linux® is a registered trademark of Linus Torvalds