diff options
author | Akinori Hattori <hattya@gentoo.org> | 2018-08-29 21:37:40 +0900 |
---|---|---|
committer | Akinori Hattori <hattya@gentoo.org> | 2018-08-29 21:37:40 +0900 |
commit | 0874742eb8d913a08a32f040e1d418f32fe03bba (patch) | |
tree | cfd54de1d145110e6f1142483447e2f69a3d8c9c /app-i18n/ibus-hangul | |
parent | app-office/libreoffice: Decouple gtk3-kde5 from USE=kde (diff) | |
download | gentoo-0874742eb8d913a08a32f040e1d418f32fe03bba.tar.gz gentoo-0874742eb8d913a08a32f040e1d418f32fe03bba.tar.bz2 gentoo-0874742eb8d913a08a32f040e1d418f32fe03bba.zip |
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
Diffstat (limited to 'app-i18n/ibus-hangul')
-rw-r--r-- | app-i18n/ibus-hangul/ibus-hangul-1.5.0-r1.ebuild | 10 | ||||
-rw-r--r-- | app-i18n/ibus-hangul/ibus-hangul-1.5.1.ebuild | 10 |
2 files changed, 18 insertions, 2 deletions
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 index 2b33b5a4f3b3..7b61f434638f 100644 --- a/app-i18n/ibus-hangul/ibus-hangul-1.5.0-r1.ebuild +++ b/app-i18n/ibus-hangul/ibus-hangul-1.5.0-r1.ebuild @@ -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 +} diff --git a/app-i18n/ibus-hangul/ibus-hangul-1.5.1.ebuild b/app-i18n/ibus-hangul/ibus-hangul-1.5.1.ebuild index 382fe19f7996..0c0401cb2c0b 100644 --- a/app-i18n/ibus-hangul/ibus-hangul-1.5.1.ebuild +++ b/app-i18n/ibus-hangul/ibus-hangul-1.5.1.ebuild @@ -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 +} |