From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1171543-garchives=archives.gentoo.org@lists.gentoo.org>
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 48C4B1382C5
	for <garchives@archives.gentoo.org>; Sat, 16 May 2020 13:42:36 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 991B6E09FB;
	Sat, 16 May 2020 13:42:07 +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 83F57E09FB
	for <gentoo-commits@lists.gentoo.org>; Sat, 16 May 2020 13:42:07 +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 5640C34F162
	for <gentoo-commits@lists.gentoo.org>; Sat, 16 May 2020 13:42:06 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 11F53239
	for <gentoo-commits@lists.gentoo.org>; Sat, 16 May 2020 13:42:04 +0000 (UTC)
From: "Akinori Hattori" <hattya@gentoo.org>
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" <hattya@gentoo.org>
Message-ID: <1589636285.7ae5b4a05908f547db73f8e02d850f6f73d78aea.hattya@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: app-i18n/ibus-typing-booster/
X-VCS-Repository: repo/gentoo
X-VCS-Files: app-i18n/ibus-typing-booster/ibus-typing-booster-2.8.0.ebuild app-i18n/ibus-typing-booster/ibus-typing-booster-2.8.2.ebuild
X-VCS-Directories: app-i18n/ibus-typing-booster/
X-VCS-Committer: hattya
X-VCS-Committer-Name: Akinori Hattori
X-VCS-Revision: 7ae5b4a05908f547db73f8e02d850f6f73d78aea
X-VCS-Branch: master
Date: Sat, 16 May 2020 13:42:04 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply
X-Archives-Salt: 14f3b842-29bf-4b96-99f9-84dd38c52241
X-Archives-Hash: cf08255ce82eae0929a16a53c33864bc

commit:     7ae5b4a05908f547db73f8e02d850f6f73d78aea
Author:     Akinori Hattori <hattya <AT> gentoo <DOT> org>
AuthorDate: Sat May 16 13:38:05 2020 +0000
Commit:     Akinori Hattori <hattya <AT> gentoo <DOT> org>
CommitDate: Sat May 16 13:38:05 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7ae5b4a0

app-i18n/ibus-typing-booster: call gnome2_schemas_update

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Akinori Hattori <hattya <AT> gentoo.org>

 app-i18n/ibus-typing-booster/ibus-typing-booster-2.8.0.ebuild | 5 ++++-
 app-i18n/ibus-typing-booster/ibus-typing-booster-2.8.2.ebuild | 5 ++++-
 2 files changed, 8 insertions(+), 2 deletions(-)

diff --git a/app-i18n/ibus-typing-booster/ibus-typing-booster-2.8.0.ebuild b/app-i18n/ibus-typing-booster/ibus-typing-booster-2.8.0.ebuild
index a1697767ab8..ed1abe74544 100644
--- a/app-i18n/ibus-typing-booster/ibus-typing-booster-2.8.0.ebuild
+++ b/app-i18n/ibus-typing-booster/ibus-typing-booster-2.8.0.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="Completion input method for IBus"
 HOMEPAGE="https://mike-fabian.github.io/ibus-typing-booster"
@@ -34,12 +34,15 @@ BDEPEND="sys-devel/gettext
 
 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-typing-booster/ibus-typing-booster-2.8.2.ebuild b/app-i18n/ibus-typing-booster/ibus-typing-booster-2.8.2.ebuild
index a1697767ab8..ed1abe74544 100644
--- a/app-i18n/ibus-typing-booster/ibus-typing-booster-2.8.2.ebuild
+++ b/app-i18n/ibus-typing-booster/ibus-typing-booster-2.8.2.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="Completion input method for IBus"
 HOMEPAGE="https://mike-fabian.github.io/ibus-typing-booster"
@@ -34,12 +34,15 @@ BDEPEND="sys-devel/gettext
 
 pkg_preinst() {
 	xdg_pkg_preinst
+	gnome2_schemas_savelist
 }
 
 pkg_postinst() {
 	xdg_pkg_postinst
+	gnome2_schemas_update
 }
 
 pkg_postrm() {
 	xdg_pkg_postrm
+	gnome2_schemas_update
 }