Gentoo Archives: gentoo-commits

From: Akinori Hattori <hattya@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-i18n/ibus-table/
Date: Wed, 19 Aug 2020 14:40:40
Message-Id: 1597847999.5d5b3621d27e386e66c0bad9187eb1417140a3a8.hattya@gentoo
1 commit: 5d5b3621d27e386e66c0bad9187eb1417140a3a8
2 Author: Akinori Hattori <hattya <AT> gentoo <DOT> org>
3 AuthorDate: Wed Aug 19 14:32:20 2020 +0000
4 Commit: Akinori Hattori <hattya <AT> gentoo <DOT> org>
5 CommitDate: Wed Aug 19 14:39:59 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5d5b3621
7
8 app-i18n/ibus-table: call gnome2_schemas_update
9
10 Package-Manager: Portage-2.3.103, Repoman-2.3.23
11 Signed-off-by: Akinori Hattori <hattya <AT> gentoo.org>
12
13 app-i18n/ibus-table/ibus-table-1.9.18-r2.ebuild | 5 ++++-
14 app-i18n/ibus-table/ibus-table-1.9.21-r2.ebuild | 5 ++++-
15 2 files changed, 8 insertions(+), 2 deletions(-)
16
17 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
18 index 32a4746c504..12188264ed7 100644
19 --- a/app-i18n/ibus-table/ibus-table-1.9.18-r2.ebuild
20 +++ b/app-i18n/ibus-table/ibus-table-1.9.18-r2.ebuild
21 @@ -5,7 +5,7 @@ EAPI="7"
22 PYTHON_COMPAT=( python3_{6,7,8} )
23 PYTHON_REQ_USE="sqlite(+)"
24
25 -inherit python-single-r1 xdg
26 +inherit gnome2-utils python-single-r1 xdg
27
28 DESCRIPTION="Tables engines for IBus"
29 HOMEPAGE="https://github.com/ibus/ibus/wiki"
30 @@ -40,12 +40,15 @@ src_configure() {
31
32 pkg_preinst() {
33 xdg_pkg_preinst
34 + gnome2_schemas_savelist
35 }
36
37 pkg_postinst() {
38 xdg_pkg_postinst
39 + gnome2_schemas_update
40 }
41
42 pkg_postrm() {
43 xdg_pkg_postrm
44 + gnome2_schemas_update
45 }
46
47 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
48 index 779ffde98ca..f1c8d6b62e3 100644
49 --- a/app-i18n/ibus-table/ibus-table-1.9.21-r2.ebuild
50 +++ b/app-i18n/ibus-table/ibus-table-1.9.21-r2.ebuild
51 @@ -5,7 +5,7 @@ EAPI="7"
52 PYTHON_COMPAT=( python3_{6,7,8} )
53 PYTHON_REQ_USE="sqlite(+)"
54
55 -inherit python-single-r1 xdg
56 +inherit gnome2-utils python-single-r1 xdg
57
58 DESCRIPTION="Tables engines for IBus"
59 HOMEPAGE="https://github.com/ibus/ibus/wiki"
60 @@ -41,12 +41,15 @@ src_configure() {
61
62 pkg_preinst() {
63 xdg_pkg_preinst
64 + gnome2_schemas_savelist
65 }
66
67 pkg_postinst() {
68 xdg_pkg_postinst
69 + gnome2_schemas_update
70 }
71
72 pkg_postrm() {
73 xdg_pkg_postrm
74 + gnome2_schemas_update
75 }