app-i18n/ibus-hangul: call gnome2_icon_cache_update

Closes: https://bugs.gentoo.org/664794
Package-Manager: Portage-2.3.40, Repoman-2.3.9
This commit is contained in:
Akinori Hattori
2018-08-29 21:37:40 +09:00
parent 77d3323740
commit 0874742eb8
2 changed files with 18 additions and 2 deletions

View File

@@ -4,7 +4,7 @@
EAPI="6"
PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
inherit python-single-r1
inherit gnome2-utils python-single-r1
DESCRIPTION="Hangul engine for IBus"
HOMEPAGE="https://github.com/libhangul/ibus-hangul/wiki"
@@ -35,3 +35,11 @@ src_prepare() {
src_configure() {
econf $(use_enable nls)
}
pkg_postinst() {
gnome2_icon_cache_update
}
pkg_postrm() {
gnome2_icon_cache_update
}

View File

@@ -4,7 +4,7 @@
EAPI="6"
PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
inherit python-single-r1
inherit gnome2-utils python-single-r1
DESCRIPTION="Hangul engine for IBus"
HOMEPAGE="https://github.com/libhangul/ibus-hangul/wiki"
@@ -31,3 +31,11 @@ src_configure() {
$(use_enable nls) \
--with-python=${EPYTHON}
}
pkg_postinst() {
gnome2_icon_cache_update
}
pkg_postrm() {
gnome2_icon_cache_update
}