3
0
Fork 0
forked from mirrors/nixpkgs
Commit graph

138 commits

Author SHA1 Message Date
xrelkd 58c7532c55
fcitx5-chewing: 5.0.11 -> 5.0.12 2022-07-11 21:45:30 +08:00
xrelkd f32ab0fd3b
fcitx5: 5.0.17 -> 5.0.18 2022-07-11 21:45:30 +08:00
Vonfry 75ca380752
fcitx5-unikey: 5.0.9 -> 5.0.10 2022-06-26 14:16:38 +08:00
Vonfry 8eb59b3165
libsForQt5.fcitx5-qt: 5.0.12 -> 5.0.13 2022-06-26 14:16:38 +08:00
Vonfry 539920f342
fcitx5-gtk: 5.0.14 -> 5.0.15 2022-06-26 14:16:38 +08:00
Vonfry 0595b6c559
fcitx5-chinese-addons: 5.0.12 -> 5.0.13 2022-06-26 14:15:05 +08:00
Vonfry 5416c7a0ec
fcitx5: 5.0.16 -> 5.0.17 2022-06-26 14:14:55 +08:00
Guillaume Girol 419e07c382
Merge pull request #174218 from NickCao/fcitx5-qt6
fcitx5-qt: add support for qt6 applications
2022-06-11 16:20:20 +00:00
Sandro 719f533de6
Merge pull request #174642 from r-ryantm/auto-update/fcitx5-gtk
fcitx5-gtk: 5.0.13 -> 5.0.14
2022-05-27 19:46:12 +02:00
Sandro 2df87089cc
Merge pull request #174606 from r-ryantm/auto-update/fcitx5-configtool
fcitx5-configtool: 5.0.12 -> 5.0.13
2022-05-27 19:45:46 +02:00
Sandro 1d7aa0f17a
Merge pull request #174564 from r-ryantm/auto-update/fcitx5-chewing
fcitx5-chewing: 5.0.10 -> 5.0.11
2022-05-27 19:40:52 +02:00
Sandro 8f2c491391
Merge pull request #174727 from Vonfry/update/fcitx5/5.0.16 2022-05-27 19:34:14 +02:00
Bobby Rong 218688f9d4
Merge pull request #174635 from r-ryantm/auto-update/fcitx5-table-extra
fcitx5-table-extra: 5.0.9 -> 5.0.10
2022-05-26 21:13:58 +08:00
Vonfry 4476408d24
libsForQt5.fcitx5-qt: 5.0.11 -> 5.0.12 2022-05-26 21:11:40 +08:00
Bobby Rong 257c22cffb
Merge pull request #174655 from r-ryantm/auto-update/fcitx5-table-other
fcitx5-table-other: 5.0.8 -> 5.0.9
2022-05-26 21:11:03 +08:00
Bobby Rong 66cb1b829c
Merge pull request #174559 from r-ryantm/auto-update/fcitx5-hangul
fcitx5-hangul: 5.0.8 -> 5.0.9
2022-05-26 21:10:23 +08:00
Bobby Rong 23c005ab6d
Merge pull request #174643 from r-ryantm/auto-update/fcitx5-m17n
fcitx5-m17n: 5.0.8 -> 5.0.9
2022-05-26 21:09:30 +08:00
Bobby Rong dc7ae2cddd
Merge pull request #174595 from r-ryantm/auto-update/fcitx5-lua
fcitx5-lua: 5.0.7 -> 5.0.8
2022-05-26 21:08:56 +08:00
Vonfry 100cb5e47e
fcitx5: 5.0.15 -> 5.0.16 2022-05-26 21:01:57 +08:00
R. Ryantm fcdfeb70f0 fcitx5-table-other: 5.0.8 -> 5.0.9 2022-05-26 02:17:29 +00:00
R. Ryantm 5e1c5afd94 fcitx5-m17n: 5.0.8 -> 5.0.9 2022-05-26 01:10:13 +00:00
R. Ryantm 369ced9bae fcitx5-gtk: 5.0.13 -> 5.0.14 2022-05-26 00:59:32 +00:00
R. Ryantm 711c980c11 fcitx5-table-extra: 5.0.9 -> 5.0.10 2022-05-26 00:15:31 +00:00
R. Ryantm c69a1a7670 fcitx5-configtool: 5.0.12 -> 5.0.13 2022-05-25 20:31:45 +00:00
R. Ryantm 1f3ba910b3 fcitx5-lua: 5.0.7 -> 5.0.8 2022-05-25 20:00:18 +00:00
R. Ryantm ea1b968975 fcitx5-rime: 5.0.12 -> 5.0.13 2022-05-25 18:33:57 +00:00
R. Ryantm 92d4e91aaf fcitx5-chewing: 5.0.10 -> 5.0.11 2022-05-25 17:33:42 +00:00
R. Ryantm ccc69171b2 fcitx5-hangul: 5.0.8 -> 5.0.9 2022-05-25 17:27:52 +00:00
Nick Cao e6b6a9d2a2
fcitx5-qt: add support for qt6 applications 2022-05-24 09:59:02 +08:00
Sandro e76dd5230f
Merge pull request #167032 from Vonfry/feature/fcitx5/rime/with-custom-data-dirs
fcitx5-rime: support custom data dir from environment variable for nixos and nix specially
2022-05-03 09:35:04 +02:00
Vonfry 6031ae21f6
fcitx5-rime: add an environment variable for shared data dir passing librime.
The original RIME_DATA_DIR is fixed at build time which is set to the package
dir under nix store. A such dir is read only for users so if some one want to
add a shared data, he has to override fcitx5-rime or librime, which isn't
user-friendly.

On other distributions, RIME_DATA_DIR may be under /usr/local/share/fcitx5 which
is not existed on NixOS. If we set its to /run/current-system/sw/share/..., this
will break for non-NixOS user.

Therefore, we patch it with a special environment variable to let user to load
it dynamically.

Co-Authored-by: Lan Tian <xuyh0120@outlook.com>
2022-04-25 08:50:14 +08:00
D Anzorge fcd9db4368 fcitx5: move from cldr-emoji-annotation to cldr-annotations 2022-04-04 18:46:21 +02:00
Vonfry b9c84c94d3
fcitx5-unikey: 5.0.8 -> 5.0.9 2022-03-10 09:50:33 +08:00
Vonfry e0d617fbc3
fcitx5-table-other: 5.0.7 -> 5.0.8 2022-03-10 09:50:14 +08:00
Vonfry ec70603174
fcitx5-table-extra: 5.0.8 -> 5.0.9 2022-03-10 09:50:09 +08:00
Vonfry 6daf180ee3
fcitx5-rime: 5.0.11 -> 5.0.12 2022-03-10 09:50:01 +08:00
Vonfry b788104fb7
libsForQt5.fcitx5-qt: 5.0.10 -> 5.0.11 2022-03-10 09:49:56 +08:00
Vonfry 70b6d3f045
fcitx5-lua: 5.0.6 -> 5.0.7 2022-03-10 09:49:42 +08:00
Vonfry 883b5931a6
fcitx5-hangul: 5.0.7 -> 5.0.8 2022-03-10 09:49:38 +08:00
Vonfry a69aae1e4e
fcitx5-gtk: 5.0.12 -> 5.0.13 2022-03-10 09:49:33 +08:00
Vonfry 1fce60cf0f
fcitx5-configtool: 5.0.11 -> 5.0.12 2022-03-10 09:49:27 +08:00
Vonfry dda98ba71a
fcitx5-chinese-addons: 5.0.11 -> 5.0.12 2022-03-10 09:49:22 +08:00
Vonfry 63e28a66cf
fcitx5-chewing: 5.0.9 -> 5.0.10 2022-03-10 09:49:13 +08:00
Vonfry d7355396bf
fcitx5: 5.0.14 -> 5.0.15 2022-03-10 09:38:32 +08:00
xrelkd 783b8b85cf fcitx5: update update.py script
- add `fcitx5-chewing`
  - add `fcitx5-hangul`
  - add `fcitx5-m17n`
  - add `fcitx5-unikey`
2022-02-04 21:04:49 +08:00
Bobby Rong c0816ef4d3
Merge pull request #157970 from xrelkd/update/fcitx-m17n
fcitx5-m17n: 5.0.6 -> 5.0.8
2022-02-04 16:38:24 +08:00
Bobby Rong 8e3c25506c
Merge pull request #157957 from xrelkd/update/fcitx-unikey
fcitx5-unikey: 5.0.7 -> 5.0.8
2022-02-04 15:37:03 +08:00
Vonfry 1b2ce9bed7
fcitx5-table-other: 5.0.6 -> 5.0.7 2022-02-04 10:49:37 +08:00
Vonfry e0d4564cd7
fcitx5-table-extra: 5.0.7 -> 5.0.8 2022-02-04 10:49:37 +08:00
Vonfry 4460596db6
fcitx5-chinese-addons: 5.0.10 -> 5.0.11 2022-02-04 10:49:37 +08:00