Package-Manager: Portage-2.3.6, Repoman-2.3.1
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
-IUSE="nls"
+IUSE="gconf nls"
RDEPEND="app-i18n/ibus
app-i18n/libchewing
dev-libs/glib:2
dev-util/gob:2
- gnome-base/gconf
x11-libs/gtk+:2
x11-libs/libX11
+ gconf? ( gnome-base/gconf )
nls? ( virtual/libintl )"
DEPEND="${RDEPEND}
virtual/pkgconfig
}
pkg_preinst() {
- gnome2_gconf_savelist
+ use gconf && gnome2_gconf_savelist
gnome2_schemas_savelist
}
pkg_postinst() {
- gnome2_gconf_install
+ use gconf && gnome2_gconf_install
gnome2_schemas_update
}
The Chewing engine for IBus. It provides a Chinese input method from
<pkg>app-i18n/libchewing</pkg>.
</longdescription>
+ <use>
+ <flag name="gconf">Enable support for <pkg>gnome-base/gconf</pkg></flag>
+ </use>
<upstream>
<remote-id type="github">definite/ibus-chewing</remote-id>
</upstream>