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-hangul/
Date: Wed, 29 Aug 2018 12:38:37
Message-Id: 1535546260.0874742eb8d913a08a32f040e1d418f32fe03bba.hattya@gentoo
1 commit: 0874742eb8d913a08a32f040e1d418f32fe03bba
2 Author: Akinori Hattori <hattya <AT> gentoo <DOT> org>
3 AuthorDate: Wed Aug 29 12:37:40 2018 +0000
4 Commit: Akinori Hattori <hattya <AT> gentoo <DOT> org>
5 CommitDate: Wed Aug 29 12:37:40 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0874742e
7
8 app-i18n/ibus-hangul: call gnome2_icon_cache_update
9
10 Closes: https://bugs.gentoo.org/664794
11 Package-Manager: Portage-2.3.40, Repoman-2.3.9
12
13 app-i18n/ibus-hangul/ibus-hangul-1.5.0-r1.ebuild | 10 +++++++++-
14 app-i18n/ibus-hangul/ibus-hangul-1.5.1.ebuild | 10 +++++++++-
15 2 files changed, 18 insertions(+), 2 deletions(-)
16
17 diff --git a/app-i18n/ibus-hangul/ibus-hangul-1.5.0-r1.ebuild b/app-i18n/ibus-hangul/ibus-hangul-1.5.0-r1.ebuild
18 index 2b33b5a4f3b..7b61f434638 100644
19 --- a/app-i18n/ibus-hangul/ibus-hangul-1.5.0-r1.ebuild
20 +++ b/app-i18n/ibus-hangul/ibus-hangul-1.5.0-r1.ebuild
21 @@ -4,7 +4,7 @@
22 EAPI="6"
23 PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
24
25 -inherit python-single-r1
26 +inherit gnome2-utils python-single-r1
27
28 DESCRIPTION="Hangul engine for IBus"
29 HOMEPAGE="https://github.com/libhangul/ibus-hangul/wiki"
30 @@ -35,3 +35,11 @@ src_prepare() {
31 src_configure() {
32 econf $(use_enable nls)
33 }
34 +
35 +pkg_postinst() {
36 + gnome2_icon_cache_update
37 +}
38 +
39 +pkg_postrm() {
40 + gnome2_icon_cache_update
41 +}
42
43 diff --git a/app-i18n/ibus-hangul/ibus-hangul-1.5.1.ebuild b/app-i18n/ibus-hangul/ibus-hangul-1.5.1.ebuild
44 index 382fe19f799..0c0401cb2c0 100644
45 --- a/app-i18n/ibus-hangul/ibus-hangul-1.5.1.ebuild
46 +++ b/app-i18n/ibus-hangul/ibus-hangul-1.5.1.ebuild
47 @@ -4,7 +4,7 @@
48 EAPI="6"
49 PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
50
51 -inherit python-single-r1
52 +inherit gnome2-utils python-single-r1
53
54 DESCRIPTION="Hangul engine for IBus"
55 HOMEPAGE="https://github.com/libhangul/ibus-hangul/wiki"
56 @@ -31,3 +31,11 @@ src_configure() {
57 $(use_enable nls) \
58 --with-python=${EPYTHON}
59 }
60 +
61 +pkg_postinst() {
62 + gnome2_icon_cache_update
63 +}
64 +
65 +pkg_postrm() {
66 + gnome2_icon_cache_update
67 +}