public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Takao Fujiwara <tfujiwar@redhat.com>
To: git-commits@fedoraproject.org
Subject: [rpms/ibus] autotool: Bug 1217410 Updated ibus-xinput for KDE5.
Date: Sun, 31 May 2026 02:06:17 GMT [thread overview]
Message-ID: <178019317705.1.5721802655676791369.rpms-ibus-b123963390db@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/ibus
Branch : autotool
Commit : b123963390db41a2d78c13ff153b451ddf151c3f
Author : Takao Fujiwara <tfujiwar@redhat.com>
Date : 2015-04-30T19:48:34+09:00
Stats : +8/-3 in 2 file(s)
URL : https://src.fedoraproject.org/rpms/ibus/c/b123963390db41a2d78c13ff153b451ddf151c3f?branch=autotool
Log:
Bug 1217410 Updated ibus-xinput for KDE5.
---
diff --git a/ibus-xinput b/ibus-xinput
index f5459ff..4d7f457 100644
--- a/ibus-xinput
+++ b/ibus-xinput
@@ -7,8 +7,10 @@ SHORT_DESC="IBus"
GTK_IM_MODULE=ibus
NOT_RUN=gnome3
-if test -f /usr/lib/qt4/plugins/inputmethods/libqtim-ibus.so || \
- test -f /usr/lib64/qt4/plugins/inputmethods/libqtim-ibus.so;
+if test -f /usr/lib64/qt5/plugins/platforminputcontexts/libibusplatforminputcontextplugin.so || \
+ test -f /usr/lib/qt5/plugins/platforminputcontexts/libibusplatforminputcontextplugin.so || \
+ test -f /usr/lib64/qt4/plugins/inputmethods/libqtim-ibus.so || \
+ test -f /usr/lib/qt4/plugins/inputmethods/libqtim-ibus.so;
then
QT_IM_MODULE=ibus
else
diff --git a/ibus.spec b/ibus.spec
index edcbd95..ec88082 100644
--- a/ibus.spec
+++ b/ibus.spec
@@ -34,7 +34,7 @@
Name: ibus
Version: 1.5.10
-Release: 3%{?dist}
+Release: 4%{?dist}
Summary: Intelligent Input Bus for Linux OS
License: LGPLv2+
Group: System Environment/Libraries
@@ -424,6 +424,9 @@ gtk-query-immodules-3.0-%{__isa_bits} --update-cache &> /dev/null || :
%{_datadir}/gtk-doc/html/*
%changelog
+* Fri Apr 24 2015 Takao Fujiwara <tfujiwar@redhat.com> - 1.5.10-4
+- Bug 1217410 Updated ibus-xinput for KDE5.
+
* Fri Apr 24 2015 Takao Fujiwara <tfujiwar@redhat.com> - 1.5.10-3
- Updated ibus-HEAD.patch from upstream
Fixed to show shortcuts on ibus-setup.
reply other threads:[~2026-05-31 2:06 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=178019317705.1.5721802655676791369.rpms-ibus-b123963390db@fedoraproject.org \
--to=tfujiwar@redhat.com \
--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