fcitx5: update `update.py` script

- add `fcitx5-chewing`
- add `fcitx5-hangul`
- add `fcitx5-m17n`
- add `fcitx5-unikey`

xrelkd 783b8b85 eee549ab

+18 -2
+18 -2
pkgs/tools/inputmethods/fcitx5/update.py
··· 6 6 import requests 7 7 import subprocess 8 8 9 - REPOS = [ "libime", "xcb-imdkit", "fcitx5", "fcitx5-gtk", "fcitx5-qt", "fcitx5-configtool", "fcitx5-lua", 10 - "fcitx5-rime", "fcitx5-chinese-addons", "fcitx5-table-extra", "fcitx5-table-other" ] 9 + REPOS = [ 10 + "libime", 11 + "xcb-imdkit", 12 + 13 + "fcitx5", 14 + "fcitx5-chewing", 15 + "fcitx5-chinese-addons", 16 + "fcitx5-configtool", 17 + "fcitx5-gtk", 18 + "fcitx5-hangul", 19 + "fcitx5-lua", 20 + "fcitx5-m17n", 21 + "fcitx5-qt", 22 + "fcitx5-rime", 23 + "fcitx5-table-extra", 24 + "fcitx5-table-other", 25 + "fcitx5-unikey" 26 + ] 11 27 12 28 OWNER = "fcitx" 13 29