fcitx5: update `update.py` script

- add `fcitx5-chewing`
  - add `fcitx5-hangul`
  - add `fcitx5-m17n`
  - add `fcitx5-unikey`
main
xrelkd 2 years ago
parent eee549ab8b
commit 783b8b85cf
  1. 20
      pkgs/tools/inputmethods/fcitx5/update.py

@ -6,8 +6,24 @@ import json
import requests
import subprocess
REPOS = [ "libime", "xcb-imdkit", "fcitx5", "fcitx5-gtk", "fcitx5-qt", "fcitx5-configtool", "fcitx5-lua",
"fcitx5-rime", "fcitx5-chinese-addons", "fcitx5-table-extra", "fcitx5-table-other" ]
REPOS = [
"libime",
"xcb-imdkit",
"fcitx5",
"fcitx5-chewing",
"fcitx5-chinese-addons",
"fcitx5-configtool",
"fcitx5-gtk",
"fcitx5-hangul",
"fcitx5-lua",
"fcitx5-m17n",
"fcitx5-qt",
"fcitx5-rime",
"fcitx5-table-extra",
"fcitx5-table-other",
"fcitx5-unikey"
]
OWNER = "fcitx"

Loading…
Cancel
Save