public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Peng Huang <phuang@fedoraproject.org>
To: git-commits@fedoraproject.org
Subject: [rpms/ibus] autotool: Update xinput-ibus: setup QT_IM_MODULE if the ibus qt input method plugin
Date: Sun, 31 May 2026 02:04:24 GMT [thread overview]
Message-ID: <178019306468.1.16994466703615084594.rpms-ibus-20268693f2cd@fedoraproject.org> (raw)
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
reply other threads:[~2026-05-31 2:04 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=178019306468.1.16994466703615084594.rpms-ibus-20268693f2cd@fedoraproject.org \
--to=phuang@fedoraproject.org \
--cc=git-commits@fedoraproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox