Install this package:
emerge -a app-i18n/fcitx-lua
If the package is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask app-i18n/fcitx-lua
Or alternatively:
emerge --autounmask-write -a app-i18n/fcitx-lua
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 9999 | 8 | 5 |
<pkgmetadata> <maintainer type="person"> <email>vowstar@gmail.com</email> <name>Huang Rui</name> </maintainer> <maintainer type="person"> <email>tanekliang@gmail.com</email> <name>Yongxiang Liang</name> </maintainer> <longdescription lang="en"> Lua support for fcitx. It tries to support lua in fcitx in two ways. 1. An addon loader for lua, which supports Type=Lua addon. 2. The googlepinyin api, which is provided by imeapi addon. You may put your lua file under $HOME/.local/share/fcitx5/lua/imeapi/extensions to make the addon find your scripts. </longdescription> <use> <flag name="dlopen">Use dlopen to load lua library</flag> </use> <upstream> <remote-id type="github">fcitx/fcitx5-lua</remote-id> </upstream> </pkgmetadata>
Manage flags for this package:
euse -i <flag> -p app-i18n/fcitx-lua |
euse -E <flag> -p app-i18n/fcitx-lua |
euse -D <flag> -p app-i18n/fcitx-lua
| Flag | Description | 9999 |
|---|---|---|
| dlopen | Use dlopen to load lua library | ⊕ |
| test | Workaround to pull in packages needed to run with FEATURES=test. Portage-2.1.2 handles this internally, so don't set it in make.conf/package.use anymore. | ✓ |