There is an updated pull request by oreo639 against master on the void-packages repository https://github.com/oreo639/void-packages ianthy https://github.com/void-linux/void-packages/pull/38256 ibus-anthy: update to 1.5.14. #### Testing the changes - I tested the changes in this PR: **YES** + This enables tests, although I can disable it again if you want. + swig is only needed when building with pygtk. + intltool is not needed by ibus-anthy. + This removes `--libexec=/usr/lib/ibus`. I'm not sure what it was needed for but most distros used to use it and have since removed it and the preferences popup doesn't work with it. + This uses `--with-layout=default` which is used by debian and fedora to tell ibus-anthy to use the default keyboard layout (otherwise it will always use JP). + This also moves ibus-anthy from Debian Anthy to anthy-unicode, this is what is also used by fcitx5-anthy. In the basic testing I did, I didn't notice any issues, but please let me know if I missed something. cc: @7185 A patch file from https://github.com/void-linux/void-packages/pull/38256.patch is attached