app-i18n/fcitx-lua (gentoo-zh)

Search

Package Information

Description:
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.
Homepage:
https://github.com/fcitx/fcitx5-lua
License:
LGPL-2.1+

Versions

Version EAPI Keywords Slot
9999 8 5

Metadata

Description

Maintainers

Upstream

Raw Metadata XML
<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>

Lint Warnings

USE Flags

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.