Closes: https://bugs.gentoo.org/664794
Package-Manager: Portage-2.3.40, Repoman-2.3.9
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"
src_configure() {
econf $(use_enable nls)
}
+
+pkg_postinst() {
+ gnome2_icon_cache_update
+}
+
+pkg_postrm() {
+ gnome2_icon_cache_update
+}
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"
$(use_enable nls) \
--with-python=${EPYTHON}
}
+
+pkg_postinst() {
+ gnome2_icon_cache_update
+}
+
+pkg_postrm() {
+ gnome2_icon_cache_update
+}