forked from pool/fcitx
540b6b7acc
update version 4.2.8 OBS-URL: https://build.opensuse.org/request/show/181661 OBS-URL: https://build.opensuse.org/package/show/M17N/fcitx?expand=0&rev=70
17 lines
376 B
Plaintext
17 lines
376 B
Plaintext
XIM=fcitx
|
|
XIM_PROGRAM=/usr/bin/fcitx
|
|
ICON="/usr/share/pixmaps/fcitx.png"
|
|
XIM_ARGS="-D"
|
|
PREFERENCE_PROGRAM=/usr/bin/fcitx-configtool
|
|
SHORT_DESC="FCITX"
|
|
GTK_IM_MODULE=fcitx
|
|
GTK3_IM_MODULE=fcitx
|
|
if test -f /usr/lib/qt4/plugins/inputmethods/qtim-fcitx.so || \
|
|
test -f /usr/lib64/qt4/plugins/inputmethods/qtim-fcitx.so;
|
|
then
|
|
QT_IM_MODULE=fcitx
|
|
else
|
|
QT_IM_MODULE=xim
|
|
fi
|
|
|