SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
9
inputmethods/fcitx-lua/pkg/DESCR
Normal file
9
inputmethods/fcitx-lua/pkg/DESCR
Normal file
|
@ -0,0 +1,9 @@
|
|||
fcitx5-lua provides Lua support for fcitx5.
|
||||
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.
|
20
inputmethods/fcitx-lua/pkg/PLIST
Normal file
20
inputmethods/fcitx-lua/pkg/PLIST
Normal file
|
@ -0,0 +1,20 @@
|
|||
include/Fcitx5/Module/fcitx-module/luaaddonloader/
|
||||
include/Fcitx5/Module/fcitx-module/luaaddonloader/luaaddon_public.h
|
||||
lib/cmake/Fcitx5ModuleLuaAddonLoader/
|
||||
lib/cmake/Fcitx5ModuleLuaAddonLoader/Fcitx5ModuleLuaAddonLoaderConfig.cmake
|
||||
lib/cmake/Fcitx5ModuleLuaAddonLoader/Fcitx5ModuleLuaAddonLoaderConfigVersion.cmake
|
||||
@so lib/fcitx5/libluaaddonloader.so
|
||||
share/fcitx5/addon/imeapi.conf
|
||||
share/fcitx5/addon/luaaddonloader.conf
|
||||
share/fcitx5/lua/
|
||||
share/fcitx5/lua/imeapi/
|
||||
share/fcitx5/lua/imeapi/imeapi.lua
|
||||
share/locale/da/LC_MESSAGES/fcitx5-lua.mo
|
||||
share/locale/fr/LC_MESSAGES/fcitx5-lua.mo
|
||||
share/locale/ja/LC_MESSAGES/fcitx5-lua.mo
|
||||
share/locale/ko/LC_MESSAGES/fcitx5-lua.mo
|
||||
share/locale/ru/LC_MESSAGES/fcitx5-lua.mo
|
||||
share/locale/zh_CN/LC_MESSAGES/fcitx5-lua.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/fcitx5-lua.mo
|
||||
@tag gtk-update-icon-cache %D/share/icons/hicolor
|
||||
share/metainfo/org.fcitx.Fcitx5.Addon.Lua.metainfo.xml
|
Loading…
Add table
Add a link
Reference in a new issue