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-anthy/
Date: Thu, 14 May 2020 14:36:27
Message-Id: 1589466973.ac9a012d190fc61da30fc7ed316d2fd26173e582.hattya@gentoo
1 commit: ac9a012d190fc61da30fc7ed316d2fd26173e582
2 Author: Akinori Hattori <hattya <AT> gentoo <DOT> org>
3 AuthorDate: Thu May 14 14:28:41 2020 +0000
4 Commit: Akinori Hattori <hattya <AT> gentoo <DOT> org>
5 CommitDate: Thu May 14 14:36:13 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ac9a012d
7
8 app-i18n/ibus-anthy: call gnome2_schemas_update
9
10 Closes: https://bugs.gentoo.org/722758
11 Package-Manager: Portage-2.3.99, Repoman-2.3.22
12 Signed-off-by: Akinori Hattori <hattya <AT> gentoo.org>
13
14 app-i18n/ibus-anthy/ibus-anthy-1.5.10-r2.ebuild | 6 +++---
15 app-i18n/ibus-anthy/ibus-anthy-1.5.11-r1.ebuild | 6 +++---
16 2 files changed, 6 insertions(+), 6 deletions(-)
17
18 diff --git a/app-i18n/ibus-anthy/ibus-anthy-1.5.10-r2.ebuild b/app-i18n/ibus-anthy/ibus-anthy-1.5.10-r2.ebuild
19 index 069c762f0ac..7beea493add 100644
20 --- a/app-i18n/ibus-anthy/ibus-anthy-1.5.10-r2.ebuild
21 +++ b/app-i18n/ibus-anthy/ibus-anthy-1.5.10-r2.ebuild
22 @@ -54,12 +54,12 @@ src_install() {
23
24 pkg_preinst() {
25 xdg_pkg_preinst
26 - gnome2_icon_savelist
27 + gnome2_schemas_savelist
28 }
29
30 pkg_postinst() {
31 xdg_pkg_postinst
32 - gnome2_icon_cache_update
33 + gnome2_schemas_update
34
35 if ! has_version app-dicts/kasumi; then
36 elog "app-dicts/kasumi is not required but probably useful for you."
37 @@ -68,5 +68,5 @@ pkg_postinst() {
38
39 pkg_postrm() {
40 xdg_pkg_postrm
41 - gnome2_icon_cache_update
42 + gnome2_schemas_update
43 }
44
45 diff --git a/app-i18n/ibus-anthy/ibus-anthy-1.5.11-r1.ebuild b/app-i18n/ibus-anthy/ibus-anthy-1.5.11-r1.ebuild
46 index f1381ad5b3a..b28ac8a7055 100644
47 --- a/app-i18n/ibus-anthy/ibus-anthy-1.5.11-r1.ebuild
48 +++ b/app-i18n/ibus-anthy/ibus-anthy-1.5.11-r1.ebuild
49 @@ -53,12 +53,12 @@ src_install() {
50
51 pkg_preinst() {
52 xdg_pkg_preinst
53 - gnome2_icon_savelist
54 + gnome2_schemas_savelist
55 }
56
57 pkg_postinst() {
58 xdg_pkg_postinst
59 - gnome2_icon_cache_update
60 + gnome2_schemas_update
61
62 if ! has_version app-dicts/kasumi; then
63 elog "app-dicts/kasumi is not required but probably useful for you."
64 @@ -67,5 +67,5 @@ pkg_postinst() {
65
66 pkg_postrm() {
67 xdg_pkg_postrm
68 - gnome2_icon_cache_update
69 + gnome2_schemas_update
70 }