Gentoo Archives: gentoo-commits

From: Mike Gilbert <floppym@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-i18n/fcitx-sayura/
Date: Wed, 27 Sep 2017 19:57:35
Message-Id: 1506542221.20aa8f2b10c0b3791bde0d2980746ffc1af852d4.floppym@gentoo
1 commit: 20aa8f2b10c0b3791bde0d2980746ffc1af852d4
2 Author: Arfrever Frehtes Taifersar Arahesis <Arfrever <AT> Apache <DOT> Org>
3 AuthorDate: Wed Sep 27 09:53:40 2017 +0000
4 Commit: Mike Gilbert <floppym <AT> gentoo <DOT> org>
5 CommitDate: Wed Sep 27 19:57:01 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=20aa8f2b
7
8 app-i18n/fcitx-sayura: Call gnome2_icon_cache_update().
9
10 app-i18n/fcitx-sayura/fcitx-sayura-4.9999.ebuild | 10 +++++++++-
11 1 file changed, 9 insertions(+), 1 deletion(-)
12
13 diff --git a/app-i18n/fcitx-sayura/fcitx-sayura-4.9999.ebuild b/app-i18n/fcitx-sayura/fcitx-sayura-4.9999.ebuild
14 index 7fa16cafd78..84cda092656 100644
15 --- a/app-i18n/fcitx-sayura/fcitx-sayura-4.9999.ebuild
16 +++ b/app-i18n/fcitx-sayura/fcitx-sayura-4.9999.ebuild
17 @@ -3,7 +3,7 @@
18
19 EAPI="6"
20
21 -inherit cmake-utils
22 +inherit cmake-utils gnome2-utils
23
24 if [[ "${PV}" =~ (^|\.)9999$ ]]; then
25 inherit git-r3
26 @@ -31,3 +31,11 @@ DEPEND="${RDEPEND}
27 virtual/pkgconfig"
28
29 DOCS=()
30 +
31 +pkg_postinst() {
32 + gnome2_icon_cache_update
33 +}
34 +
35 +pkg_postrm() {
36 + gnome2_icon_cache_update
37 +}