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 1A48213835A for ; Mon, 18 May 2020 14:51:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2A23BE0863; Mon, 18 May 2020 14:51:43 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 0F417E0863 for ; Mon, 18 May 2020 14:51:43 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id BD3AF34F07B for ; Mon, 18 May 2020 14:51:41 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8928C244 for ; Mon, 18 May 2020 14:51:38 +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: <1589812782.7f0a668af402461290258541f312375f47a7f6e5.hattya@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-i18n/ibus-hangul/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-i18n/ibus-hangul/ibus-hangul-1.5.1-r1.ebuild app-i18n/ibus-hangul/ibus-hangul-1.5.1-r2.ebuild app-i18n/ibus-hangul/ibus-hangul-1.5.3-r1.ebuild app-i18n/ibus-hangul/ibus-hangul-1.5.3.ebuild X-VCS-Directories: app-i18n/ibus-hangul/ X-VCS-Committer: hattya X-VCS-Committer-Name: Akinori Hattori X-VCS-Revision: 7f0a668af402461290258541f312375f47a7f6e5 X-VCS-Branch: master Date: Mon, 18 May 2020 14:51:38 +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: 8bb7faf1-4e17-4a13-937d-e1b14f7df680 X-Archives-Hash: 5b2c67731a411233ef2095bdf58a389f commit: 7f0a668af402461290258541f312375f47a7f6e5 Author: Akinori Hattori gentoo org> AuthorDate: Mon May 18 14:39:42 2020 +0000 Commit: Akinori Hattori gentoo org> CommitDate: Mon May 18 14:39:42 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7f0a668a app-i18n/ibus-hangul: use xdg eclass Bug: https://bugs.gentoo.org/721984 Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Akinori Hattori gentoo.org> .../{ibus-hangul-1.5.1-r1.ebuild => ibus-hangul-1.5.1-r2.ebuild} | 8 +++++++- .../{ibus-hangul-1.5.3.ebuild => ibus-hangul-1.5.3-r1.ebuild} | 8 +++++++- 2 files changed, 14 insertions(+), 2 deletions(-) diff --git a/app-i18n/ibus-hangul/ibus-hangul-1.5.1-r1.ebuild b/app-i18n/ibus-hangul/ibus-hangul-1.5.1-r2.ebuild similarity index 88% rename from app-i18n/ibus-hangul/ibus-hangul-1.5.1-r1.ebuild rename to app-i18n/ibus-hangul/ibus-hangul-1.5.1-r2.ebuild index ceed84bddae..f64e6f60530 100644 --- a/app-i18n/ibus-hangul/ibus-hangul-1.5.1-r1.ebuild +++ b/app-i18n/ibus-hangul/ibus-hangul-1.5.1-r2.ebuild @@ -4,7 +4,7 @@ EAPI="7" PYTHON_COMPAT=( python3_6 ) -inherit gnome2-utils python-single-r1 +inherit gnome2-utils python-single-r1 xdg DESCRIPTION="Korean Hangul engine for IBus" HOMEPAGE="https://github.com/libhangul/ibus-hangul/wiki" @@ -34,10 +34,16 @@ src_configure() { --with-python=${EPYTHON} } +pkg_preinst() { + xdg_pkg_preinst +} + pkg_postinst() { + xdg_pkg_postinst gnome2_icon_cache_update } pkg_postrm() { + xdg_pkg_postrm gnome2_icon_cache_update } diff --git a/app-i18n/ibus-hangul/ibus-hangul-1.5.3.ebuild b/app-i18n/ibus-hangul/ibus-hangul-1.5.3-r1.ebuild similarity index 88% rename from app-i18n/ibus-hangul/ibus-hangul-1.5.3.ebuild rename to app-i18n/ibus-hangul/ibus-hangul-1.5.3-r1.ebuild index 393fcb686ce..e6bf4ebc07e 100644 --- a/app-i18n/ibus-hangul/ibus-hangul-1.5.3.ebuild +++ b/app-i18n/ibus-hangul/ibus-hangul-1.5.3-r1.ebuild @@ -4,7 +4,7 @@ EAPI="7" PYTHON_COMPAT=( python3_{6,7} ) -inherit gnome2-utils python-single-r1 +inherit gnome2-utils python-single-r1 xdg DESCRIPTION="Korean Hangul engine for IBus" HOMEPAGE="https://github.com/libhangul/ibus-hangul/wiki" @@ -33,10 +33,16 @@ src_configure() { --with-python=${EPYTHON} } +pkg_preinst() { + xdg_pkg_preinst +} + pkg_postinst() { + xdg_pkg_postinst gnome2_icon_cache_update } pkg_postrm() { + xdg_pkg_postrm gnome2_icon_cache_update }