From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 12B57158087 for ; Thu, 14 Oct 2021 12:45:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1E103E087E; Thu, 14 Oct 2021 12:45:17 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E1CBDE087B for ; Thu, 14 Oct 2021 12:45:16 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id AD80F342DF3 for ; Thu, 14 Oct 2021 12:45:15 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4256B154 for ; Thu, 14 Oct 2021 12:45:14 +0000 (UTC) From: "Akinori Hattori" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Akinori Hattori" Message-ID: <1634215380.bcbb5da0e0f053c69889beab5d94d336f4be75c5.hattya@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-i18n/ibus-handwrite/files/, app-i18n/ibus-handwrite/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-i18n/ibus-handwrite/files/ibus-handwrite-blink.patch app-i18n/ibus-handwrite/ibus-handwrite-3.0.0-r1.ebuild app-i18n/ibus-handwrite/ibus-handwrite-3.0.0.ebuild X-VCS-Directories: app-i18n/ibus-handwrite/files/ app-i18n/ibus-handwrite/ X-VCS-Committer: hattya X-VCS-Committer-Name: Akinori Hattori X-VCS-Revision: bcbb5da0e0f053c69889beab5d94d336f4be75c5 X-VCS-Branch: master Date: Thu, 14 Oct 2021 12:45:14 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 7fae5203-d2e3-4d1c-86be-ce8d171a8498 X-Archives-Hash: 7e527e1d95283d478a3963393b2d4742 commit: bcbb5da0e0f053c69889beab5d94d336f4be75c5 Author: Akinori Hattori gentoo org> AuthorDate: Thu Oct 14 12:43:00 2021 +0000 Commit: Akinori Hattori gentoo org> CommitDate: Thu Oct 14 12:43:00 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bcbb5da0 app-i18n/ibus-handwrite: fix blink Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Akinori Hattori gentoo.org> .../files/ibus-handwrite-blink.patch | 23 ++++++++++++++++++++++ ...3.0.0.ebuild => ibus-handwrite-3.0.0-r1.ebuild} | 5 ++++- 2 files changed, 27 insertions(+), 1 deletion(-) diff --git a/app-i18n/ibus-handwrite/files/ibus-handwrite-blink.patch b/app-i18n/ibus-handwrite/files/ibus-handwrite-blink.patch new file mode 100644 index 00000000000..7954f2018c2 --- /dev/null +++ b/app-i18n/ibus-handwrite/files/ibus-handwrite-blink.patch @@ -0,0 +1,23 @@ +From fcffa8f1ed798db3c2c4db0dbfc953f3147d37ba Mon Sep 17 00:00:00 2001 +From: Peng Wu +Date: Mon, 31 Aug 2020 15:32:48 +0800 +Subject: [PATCH] Fix focus in/out issue + +--- + src/engine.c | 2 -- + 1 file changed, 2 deletions(-) + +diff --git a/src/engine.c b/src/engine.c +index da01f06..d3d924e 100644 +--- a/src/engine.c ++++ b/src/engine.c +@@ -155,9 +155,7 @@ static void ibus_handwrite_engine_focus_in(IBusHandwriteEngine *engine) + + static void ibus_handwrite_engine_focus_out(IBusHandwriteEngine *engine) + { +- UI_hide_ui(engine); + printf("%s \n", __func__); +- + } + + static void ibus_handwrite_engine_reset(IBusHandwriteEngine *engine) diff --git a/app-i18n/ibus-handwrite/ibus-handwrite-3.0.0.ebuild b/app-i18n/ibus-handwrite/ibus-handwrite-3.0.0-r1.ebuild similarity index 90% rename from app-i18n/ibus-handwrite/ibus-handwrite-3.0.0.ebuild rename to app-i18n/ibus-handwrite/ibus-handwrite-3.0.0-r1.ebuild index 9846756601f..a57383c4952 100644 --- a/app-i18n/ibus-handwrite/ibus-handwrite-3.0.0.ebuild +++ b/app-i18n/ibus-handwrite/ibus-handwrite-3.0.0-r1.ebuild @@ -23,7 +23,10 @@ DEPEND="${RDEPEND}" BDEPEND="virtual/pkgconfig nls? ( sys-devel/gettext )" -PATCHES=( "${FILESDIR}"/${PN}-headers.patch ) +PATCHES=( + "${FILESDIR}"/${PN}-blink.patch + "${FILESDIR}"/${PN}-headers.patch +) src_configure() { econf \