Codebase list fcitx-qt5 / fe6452a
disable qt6 support for now. Boyuan Yang 2 years ago
2 changed file(s) with 30 addition(s) and 30 deletion(s). Raw diff Collapse all Expand all
1313 pkg-config,
1414 qtbase5-dev,
1515 qtbase5-private-dev,
16 qt6-base-dev,
17 qt6-base-private-dev,
16 # qt6-base-dev,
17 # qt6-base-private-dev,
1818 Standards-Version: 4.6.0
1919 Homepage: https://www.fcitx-im.org
2020 Vcs-Git: https://salsa.debian.org/input-method-team/fcitx-qt5.git
158158 pure Xlib, GTK+, or KDE, and a developer-friendly API.
159159 .
160160 This package provides the development files of fcitx-qt5.
161
162 Package: fcitx-frontend-qt6
163 Architecture: any
164 Multi-Arch: same
165 Pre-Depends:
166 ${misc:Pre-Depends},
167 Depends:
168 fcitx-module-dbus,
169 ${misc:Depends},
170 ${shlibs:Depends},
171 Description: Free Chinese Input Toy of X - Qt6 IM Module frontend
172 Fcitx is the Free Chinese Input Toy of X, which was initially designed
173 for Chinese users, and used XIM protocol. Now it has already evolved
174 into a highly modularized, feature rich input method framework for
175 Unix-like platforms supporting a considerable amount of frontends,
176 backends and modules.
177 .
178 It offers a pleasant and modern experience, with intuitive graphical
179 configuration tools and customizable skins and mapping tables.
180 It is highly modularized and extensible,
181 with GTK+ 2/3 and Qt 4/5 IM Modules, support for UIs based on Fbterm,
182 pure Xlib, GTK+, or KDE, and a developer-friendly API.
183 .
184 This package provides the Qt6 IM Module frontend, which is necessary
185 for Fcitx users who would like to use Qt6 applications.
161 #
162 # Package: fcitx-frontend-qt6
163 # Architecture: any
164 # Multi-Arch: same
165 # Pre-Depends:
166 # ${misc:Pre-Depends},
167 # Depends:
168 # fcitx-module-dbus,
169 # ${misc:Depends},
170 # ${shlibs:Depends},
171 # Description: Free Chinese Input Toy of X - Qt6 IM Module frontend
172 # Fcitx is the Free Chinese Input Toy of X, which was initially designed
173 # for Chinese users, and used XIM protocol. Now it has already evolved
174 # into a highly modularized, feature rich input method framework for
175 # Unix-like platforms supporting a considerable amount of frontends,
176 # backends and modules.
177 # .
178 # It offers a pleasant and modern experience, with intuitive graphical
179 # configuration tools and customizable skins and mapping tables.
180 # It is highly modularized and extensible,
181 # with GTK+ 2/3 and Qt 4/5 IM Modules, support for UIs based on Fbterm,
182 # pure Xlib, GTK+, or KDE, and a developer-friendly API.
183 # .
184 # This package provides the Qt6 IM Module frontend, which is necessary
185 # for Fcitx users who would like to use Qt6 applications.
1313 %:
1414 dh $@
1515
16 override_dh_auto_configure:
17 dh_auto_configure -- \
18 -DENABLE_QT6=On
16 #override_dh_auto_configure:
17 # dh_auto_configure -- \
18 # -DENABLE_QT6=On