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 AAC74138359 for ; Wed, 19 Aug 2020 14:40:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E29A0E0971; Wed, 19 Aug 2020 14:40:39 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 CDC42E0971 for ; Wed, 19 Aug 2020 14:40:39 +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 EC48F34F556 for ; Wed, 19 Aug 2020 14:40:37 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 52D6C328 for ; Wed, 19 Aug 2020 14:40:10 +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: <1597847999.5d5b3621d27e386e66c0bad9187eb1417140a3a8.hattya@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-i18n/ibus-table/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-i18n/ibus-table/ibus-table-1.9.18-r2.ebuild app-i18n/ibus-table/ibus-table-1.9.21-r2.ebuild X-VCS-Directories: app-i18n/ibus-table/ X-VCS-Committer: hattya X-VCS-Committer-Name: Akinori Hattori X-VCS-Revision: 5d5b3621d27e386e66c0bad9187eb1417140a3a8 X-VCS-Branch: master Date: Wed, 19 Aug 2020 14:40:10 +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: 160b9b82-be43-4fcf-b7b5-f47e672fbaa0 X-Archives-Hash: 3981139a616efbaa02a06d20c00445a2 commit: 5d5b3621d27e386e66c0bad9187eb1417140a3a8 Author: Akinori Hattori gentoo org> AuthorDate: Wed Aug 19 14:32:20 2020 +0000 Commit: Akinori Hattori gentoo org> CommitDate: Wed Aug 19 14:39:59 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5d5b3621 app-i18n/ibus-table: call gnome2_schemas_update Package-Manager: Portage-2.3.103, Repoman-2.3.23 Signed-off-by: Akinori Hattori gentoo.org> app-i18n/ibus-table/ibus-table-1.9.18-r2.ebuild | 5 ++++- app-i18n/ibus-table/ibus-table-1.9.21-r2.ebuild | 5 ++++- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/app-i18n/ibus-table/ibus-table-1.9.18-r2.ebuild b/app-i18n/ibus-table/ibus-table-1.9.18-r2.ebuild index 32a4746c504..12188264ed7 100644 --- a/app-i18n/ibus-table/ibus-table-1.9.18-r2.ebuild +++ b/app-i18n/ibus-table/ibus-table-1.9.18-r2.ebuild @@ -5,7 +5,7 @@ EAPI="7" PYTHON_COMPAT=( python3_{6,7,8} ) PYTHON_REQ_USE="sqlite(+)" -inherit python-single-r1 xdg +inherit gnome2-utils python-single-r1 xdg DESCRIPTION="Tables engines for IBus" HOMEPAGE="https://github.com/ibus/ibus/wiki" @@ -40,12 +40,15 @@ src_configure() { pkg_preinst() { xdg_pkg_preinst + gnome2_schemas_savelist } pkg_postinst() { xdg_pkg_postinst + gnome2_schemas_update } pkg_postrm() { xdg_pkg_postrm + gnome2_schemas_update } diff --git a/app-i18n/ibus-table/ibus-table-1.9.21-r2.ebuild b/app-i18n/ibus-table/ibus-table-1.9.21-r2.ebuild index 779ffde98ca..f1c8d6b62e3 100644 --- a/app-i18n/ibus-table/ibus-table-1.9.21-r2.ebuild +++ b/app-i18n/ibus-table/ibus-table-1.9.21-r2.ebuild @@ -5,7 +5,7 @@ EAPI="7" PYTHON_COMPAT=( python3_{6,7,8} ) PYTHON_REQ_USE="sqlite(+)" -inherit python-single-r1 xdg +inherit gnome2-utils python-single-r1 xdg DESCRIPTION="Tables engines for IBus" HOMEPAGE="https://github.com/ibus/ibus/wiki" @@ -41,12 +41,15 @@ src_configure() { pkg_preinst() { xdg_pkg_preinst + gnome2_schemas_savelist } pkg_postinst() { xdg_pkg_postinst + gnome2_schemas_update } pkg_postrm() { xdg_pkg_postrm + gnome2_schemas_update }