public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/ibus] autotool: Update xinput-ibus: setup QT_IM_MODULE if the ibus qt input method plugin
@ 2026-05-31 2:04 Peng Huang
0 siblings, 0 replies; only message in thread
From: Peng Huang @ 2026-05-31 2:04 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/ibus
Branch : autotool
Commit : 20268693f2cd186f39831d0e5a3627f20dab150d
Author : Peng Huang <phuang@fedoraproject.org>
Date : 2009-07-27T23:54:35+00:00
Stats : +10/-2 in 2 file(s)
URL : https://src.fedoraproject.org/rpms/ibus/c/20268693f2cd186f39831d0e5a3627f20dab150d?branch=autotool
Log:
Update xinput-ibus: setup QT_IM_MODULE if the ibus qt input method plugin
exists.
---
diff --git a/ibus.spec b/ibus.spec
index 13b5d8a..3cbb155 100644
--- a/ibus.spec
+++ b/ibus.spec
@@ -8,7 +8,7 @@
Name: ibus
Version: 1.2.0.20090723
-Release: 2%{?dist}
+Release: 3%{?dist}
Summary: Intelligent Input Bus for Linux OS
License: LGPLv2+
Group: System Environment/Libraries
@@ -228,6 +228,9 @@ fi
%{_datadir}/gtk-doc/html/*
%changelog
+* Tue Jul 28 2009 Peng Huang <shawn.p.huang@gmail.com> - 1.2.0.20090723-3
+- Update xinput-ibus: setup QT_IM_MODULE if the ibus qt input method plugin exists.
+
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2.0.20090723-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
diff --git a/xinput-ibus b/xinput-ibus
index bc4f254..211f2e5 100644
--- a/xinput-ibus
+++ b/xinput-ibus
@@ -5,4 +5,9 @@ XIM_ARGS="--xim"
PREFERENCE_PROGRAM=/usr/bin/ibus-setup
SHORT_DESC="IBus"
GTK_IM_MODULE=ibus
-# QT_IM_MODULE=ibus
+
+if test -f /usr/lib/qt4/plugins/inputmethods/libqtim-ibus.so || \
+ test -f /usr/lib64/qt4/plugins/inputmethods/libqtim-ibus.so;
+then
+ QT_IM_MODULE=ibus
+fi
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-05-31 2:04 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-05-31 2:04 [rpms/ibus] autotool: Update xinput-ibus: setup QT_IM_MODULE if the ibus qt input method plugin Peng Huang
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox