Accepting request 125973 from home:csslayer:fcitx

OBS-URL: https://build.opensuse.org/request/show/125973
OBS-URL: https://build.opensuse.org/package/show/M17N/fcitx?expand=0&rev=34
This commit is contained in:
2012-06-26 07:06:20 +00:00
committed by Git OBS Bridge
parent 9c4ef9a74c
commit 3daa22c42d
5 changed files with 471 additions and 52 deletions

15
xinput-fcitx Normal file
View File

@@ -0,0 +1,15 @@
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
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