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: Delete upstreamed patches
Date: Sun, 31 May 2026 02:08:51 GMT [thread overview]
Message-ID: <178019333143.1.2180398266221510897.rpms-ibus-78eaecf314e4@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/ibus
Branch : autotool
Commit : 78eaecf314e4f249366cec85438db15375420f98
Author : Takao Fujiwara <tfujiwar@redhat.com>
Date : 2025-02-27T23:53:50+09:00
Stats : +0/-82 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/ibus/c/78eaecf314e4f249366cec85438db15375420f98?branch=autotool
Log:
Delete upstreamed patches
---
diff --git a/ibus-HEAD.patch b/ibus-HEAD.patch
deleted file mode 100644
index 37bda4d..0000000
--- a/ibus-HEAD.patch
+++ /dev/null
@@ -1,82 +0,0 @@
-From 338968012c3869bc5ce9eac6733f430a3fc69c79 Mon Sep 17 00:00:00 2001
-From: fujiwarat <takao.fujiwara1@gmail.com>
-Date: Fri, 14 Feb 2025 12:59:41 +0900
-Subject: [PATCH] tools: Fix ibus start with verbose typo
-
-Fixes: https://github.com/ibus/ibus/commit/c5748e6
-BUG=rhbz#2342280
----
- tools/main.vala | 5 +++--
- 1 file changed, 3 insertions(+), 2 deletions(-)
-
-diff --git a/tools/main.vala b/tools/main.vala
-index 3c0ea648..5716247d 100644
---- a/tools/main.vala
-+++ b/tools/main.vala
-@@ -259,8 +259,9 @@ bool start_daemon_in_wayland(bool restart,
- string[] _argv) {
-
- check_wayland_protocols();
-- if (!is_wayland_session && verbose) {
-- stderr.printf("Cannot find the Wayland input-method protocol.\n");
-+ if (!is_wayland_session) {
-+ if (verbose)
-+ stderr.printf("Cannot find the Wayland input-method protocol.\n");
- return false;
- }
-
---
-2.47.0
-
-From fb4d7baf7e45c84a6d2b1d8701e24087c742c285 Mon Sep 17 00:00:00 2001
-From: fujiwarat <takao.fujiwara1@gmail.com>
-Date: Wed, 19 Feb 2025 01:18:39 +0900
-Subject: [PATCH] ui/gtk3: Fix SEGV in Xorg without IBusWaylandIM
-
----
- ui/gtk3/application.vala | 14 ++++++++------
- ui/gtk3/candidatepanel.vala | 3 ++-
- 2 files changed, 10 insertions(+), 7 deletions(-)
-
-diff --git a/ui/gtk3/application.vala b/ui/gtk3/application.vala
-index 8f688920..82cc5397 100644
---- a/ui/gtk3/application.vala
-+++ b/ui/gtk3/application.vala
-@@ -101,12 +101,14 @@ class Application {
- if (m_log != null)
- m_panel.set_log(m_log, m_verbose);
- #if USE_GDK_WAYLAND
-- m_realize_surface_id = m_panel.realize_surface.connect(
-- (w, s) => this.set_wayland_surface(s));
-- m_ibus_focus_in_id = m_wayland_im.ibus_focus_in.connect(
-- (w, o) => m_panel.set_wayland_object_path(o));
-- m_ibus_focus_out_id = m_wayland_im.ibus_focus_out.connect(
-- (w, o) => m_panel.set_wayland_object_path(null));
-+ if (m_wayland_im != null) {
-+ m_realize_surface_id = m_panel.realize_surface.connect(
-+ (w, s) => this.set_wayland_surface(s));
-+ m_ibus_focus_in_id = m_wayland_im.ibus_focus_in.connect(
-+ (w, o) => m_panel.set_wayland_object_path(o));
-+ m_ibus_focus_out_id = m_wayland_im.ibus_focus_out.connect(
-+ (w, o) => m_panel.set_wayland_object_path(null));
-+ }
- #endif
- m_panel.load_settings();
- }
-diff --git a/ui/gtk3/candidatepanel.vala b/ui/gtk3/candidatepanel.vala
-index 092fdc82..f2447703 100644
---- a/ui/gtk3/candidatepanel.vala
-+++ b/ui/gtk3/candidatepanel.vala
-@@ -436,7 +436,8 @@ public class CandidatePanel : Gtk.Box{
-
- public new void hide() {
- #if USE_GDK_WAYLAND
-- realize_surface(null);
-+ if (!BindingCommon.default_is_xdisplay())
-+ realize_surface(null);
- #endif
- m_toplevel.hide();
- }
---
-2.47.0
-
next reply other threads:[~2026-05-31 2:08 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-05-31 2:08 Takao Fujiwara [this message]
-- strict thread matches above, loose matches on Subject: below --
2026-05-31 2:09 [rpms/ibus] autotool: Delete upstreamed patches Takao Fujiwara
2026-05-31 2:09 Takao Fujiwara
2026-05-31 2:09 Takao Fujiwara
2026-05-31 2:08 Takao Fujiwara
2026-05-31 2:08 Takao Fujiwara
2026-05-31 2:08 Takao Fujiwara
2026-05-31 2:08 Takao Fujiwara
2026-05-31 2:08 Takao Fujiwara
2026-05-31 2:08 [rpms/ibus] autotool: Delete Upstreamed patches Takao Fujiwara
2026-05-31 2:08 [rpms/ibus] autotool: Delete upstreamed patches Takao Fujiwara
2026-05-31 2:08 Takao Fujiwara
2026-05-31 2:07 Takao Fujiwara
2026-05-31 2:07 Takao Fujiwara
2026-05-31 2:07 Takao Fujiwara
2026-05-31 2:07 Takao Fujiwara
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=178019333143.1.2180398266221510897.rpms-ibus-78eaecf314e4@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