SecBSD's official ports repository

This commit is contained in:
purplerain 2023-08-16 22:26:55 +00:00
commit 2c0afcbbf3
Signed by: purplerain
GPG key ID: F42C07F07E2E35B7
64331 changed files with 5339189 additions and 0 deletions

View 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.

View 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