Bug: https://bugs.gentoo.org/722758
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Akinori Hattori <hattya@gentoo.org>
EAPI="7"
PYTHON_COMPAT=( python3_{6,7,8} )
-inherit gnome2-utils python-single-r1
+inherit gnome2-utils python-single-r1 xdg
DESCRIPTION="Japanese Anthy engine for IBus"
HOMEPAGE="https://github.com/ibus/ibus/wiki"
}
pkg_preinst() {
+ xdg_pkg_preinst
gnome2_icon_savelist
}
pkg_postinst() {
+ xdg_pkg_postinst
gnome2_icon_cache_update
if ! has_version app-dicts/kasumi; then
}
pkg_postrm() {
+ xdg_pkg_postrm
gnome2_icon_cache_update
}
EAPI="7"
PYTHON_COMPAT=( python3_{6,7,8} )
-inherit gnome2-utils python-single-r1
+inherit gnome2-utils python-single-r1 xdg
DESCRIPTION="Japanese Anthy engine for IBus"
HOMEPAGE="https://github.com/ibus/ibus/wiki"
}
pkg_preinst() {
+ xdg_pkg_preinst
gnome2_icon_savelist
}
pkg_postinst() {
+ xdg_pkg_postinst
gnome2_icon_cache_update
if ! has_version app-dicts/kasumi; then
}
pkg_postrm() {
+ xdg_pkg_postrm
gnome2_icon_cache_update
}