diff options
author | Arfrever Frehtes Taifersar Arahesis <Arfrever@Apache.Org> | 2017-09-28 17:52:59 +0200 |
---|---|---|
committer | Mike Gilbert <floppym@gentoo.org> | 2017-09-28 13:11:00 -0400 |
commit | ab7a7c7c7ca7b03d914d8106a5462f726e8d0a0b (patch) | |
tree | 2de09bb249d911404994b55ac8ccb08ee58dd9da /app-i18n/mozc/metadata.xml | |
parent | dev-util/gyp: Initial addition. (diff) | |
download | gentoo-ab7a7c7c7ca7b03d914d8106a5462f726e8d0a0b.tar.gz gentoo-ab7a7c7c7ca7b03d914d8106a5462f726e8d0a0b.tar.bz2 gentoo-ab7a7c7c7ca7b03d914d8106a5462f726e8d0a0b.zip |
app-i18n/mozc: Version bump (2.20.2673.102).
Upstream migrated from Qt 4 to Qt 5.
"qt4" / "qt5" USE flag renamed to "gui".
"fcitx" USE flag renamed to "fcitx4".
("fcitx5" USE flag will be used to control support for Fcitx 5.)
"handwriting-tegaki" and "handwriting-tomoe" USE flags introduced to select usage
of handwriting recognition model from app-i18n/tegaki-zinnia-japanese or
app-i18n/zinnia-tomoe. "handwriting-tegaki" is enabled by default in accordance
with upstream default for Mozc.
Test suite unrestricted and fixed to build.
Diffstat (limited to 'app-i18n/mozc/metadata.xml')
-rw-r--r-- | app-i18n/mozc/metadata.xml | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/app-i18n/mozc/metadata.xml b/app-i18n/mozc/metadata.xml index 932a35bc627e..f5031cbbd25c 100644 --- a/app-i18n/mozc/metadata.xml +++ b/app-i18n/mozc/metadata.xml @@ -14,8 +14,12 @@ Mozc is a Japanese Input Method Editor (IME) designed for multi-platform such as </longdescription> <use> <flag name="fcitx">Enable support for <pkg>app-i18n/fcitx</pkg></flag> + <flag name="fcitx4">Enable support for <pkg>app-i18n/fcitx</pkg> 4</flag> + <flag name="gui">Install graphical user interface tool (mozc_tool)</flag> + <flag name="handwriting-tegaki">Use handwriting recognition model from <pkg>app-i18n/tegaki-zinnia-japanese</pkg></flag> + <flag name="handwriting-tomoe">Use handwriting recognition model from <pkg>app-i18n/zinnia-tomoe</pkg></flag> <flag name="ibus">Enable support for <pkg>app-i18n/ibus</pkg></flag> - <flag name="renderer">Enable native candidate window.</flag> + <flag name="renderer">Enable native candidate window</flag> </use> <upstream> <remote-id type="sourceforge">jsoncpp</remote-id> |