uim: ship a notice for -anthy

Close: #29981
This commit is contained in:
Đoàn Trần Công Danh 2021-04-15 06:51:37 +07:00 committed by Đoàn Trần Công Danh
parent 43b990b6cf
commit e7ca4f4527
2 changed files with 13 additions and 1 deletions

View File

@ -0,0 +1,11 @@
With the switch of Anthy's upstream to Debian, Anthy switched to
utf-8 backend. However, it still supports EUC-JP encoding.
Anthy-utf8 backend needs to be used, though.
Quote from: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=953616
> If you have customized enabled-im-list on "stretch" system (in
> ~/.uim.d/customs/custom-global.scm) with uim-pref-gtk or other tools,
> uim sticks to use anthy instead of anthy-utf8 and fails kanji-conversion.
If you have said customization, please remove them.

View File

@ -1,7 +1,7 @@
# Template file for 'uim'
pkgname=uim
version=1.8.8
revision=4
revision=5
build_style=gnu-configure
build_helper=qmake
configure_args="--enable-pref --enable-fep --with-gtk2 --with-gtk3
@ -65,6 +65,7 @@ uim-anthy_package() {
vmove "usr/lib/uim/plugin/libuim-anthy*.so"
vmove "usr/share/uim/anthy*.scm"
vmove "usr/share/uim/pixmaps/anthy*.png"
vdoc "${FILESDIR}/README.voidlinux"
}
}