summaryrefslogtreecommitdiff
path: root/pkgs/tools/inputmethods (follow)
Commit message (Expand)AuthorAgeFilesLines
* xcbutil: rename references and deprecate alias•••this shouldn't create any rebuilds quantenzitrone2026-02-041-2/+2
* xcbutilkeysyms: rename references and deprecate alias•••this shouldn't create any rebuilds quantenzitrone2026-02-041-2/+2
* xcbutilwm: rename references and deprecate alias•••this shouldn't create any rebuilds quantenzitrone2026-02-041-2/+2
* xkeyboardconfig: rename references and deprecate alias•••this shouldn't create any rebuilds quantenzitrone2026-02-041-2/+2
* ibus-engines.typing-booster-unwrapped: 2.30.0 -> 2.30.2R. Ryantm2026-02-021-2/+2
* ibus-engines.typing-booster-unwrapped: 2.28.1 -> 2.30.0 (#458113)Weijia Wang2026-02-011-2/+2
|\
| * ibus-engines.typing-booster-unwrapped: 2.28.1 -> 2.30.0R. Ryantm2026-01-261-2/+2
* | ibus-engines.table: 1.17.16 -> 1.17.17 (#483159)Nick Cao2026-01-261-2/+2
|\ \
| * | ibus-engines.table: 1.17.16 -> 1.17.17R. Ryantm2026-01-231-2/+2
| |/
* / treewide: remove references to the xorg namespace in `pkgs` (automated)•••this creates some eval errors that will be fixed in the next commit done with the following script: ```fish \#!/usr/bin/env fish set packagesjson (nix eval --impure --json --expr ' let lib = import ./lib; in import pkgs/servers/x11/xorg/default.nix (lib.mapAttrs ( name: _: if name == "lib" then lib else if name == "config" then { allowAliases = false; } else name ) (__functionArgs (import pkgs/servers/x11/xorg/default.nix))) { } ' | jq) set one (grep '^ [A-Za-z0-9_-]*$' pkgs/servers/x11/xorg/default.nix | string trim | string replace -r '$' Z | sort | string sub -e -1) set two (grep '^ [A-Za-z0-9_-]* = [A-Za-z0-9_-]*;$' pkgs/servers/x11/xorg/default.nix | cut -d= -f1 | string trim | string replace -r '$' Z | sort | string sub -e -1) for arg in $one $two set oname $arg set nname (echo $packagesjson | jq -r .$oname) if test $nname = null echo (set_color red)warn:(set_color normal) unknown package xorg.$oname >&2 continue end echo $oname "->" $nname # replace basic xorg.$name references for file in (rg -F "xorg.$oname" --files-with-matches pkgs) # special cases sd -F "$oname = xorg.$oname;" "$nname = $nname;" $file # replace sd -F "xorg.$oname" "$nname" $file # fixup function arguments # prevent duplicate function args if grep -E " ($oname|$nname),\$" $file >/dev/null continue end if grep 'xorg\..' $file >/dev/null # case1: there is more so we can't just remove the function arg if grep ' xorg,$' $file >/dev/null sd ' xorg,$' " xorg, $nname," $file else if grep ' xorg ? .*,$' $file >/dev/null sd 'xorg( ? .*),$' "xorg\$1, $nname," $file else sd -F 'xorg,' "$nname, xorg," $file end else # case there is no more xorg..* so we can just replace the function arg sd 'xorg(| ? .*),.*$' "$nname," $file end end end nix fmt ``` quantenzitrone2026-01-252-4/+4
|/
* fcitx5-chinese-addons: patch CLOUDPINYIN build flag (#475084)Aleksana2026-01-161-0/+10
|\
| * fcitx5-chinese-addons: patch CLOUDPINYIN build flag•••Without this patch, setting ENABLE_CLOUDPINYIN to off would fail to build Léana 江2025-12-291-0/+10
* | ibus-engines.rime: 1.5.1 -> 1.6.0R. Ryantm2026-01-081-2/+2
|/
* ibus-engines.m17n: 1.4.36 -> 1.4.37 (#474416)Aleksana2025-12-281-2/+2
|\
| * ibus-engines.m17n: 1.4.36 -> 1.4.37R. Ryantm2025-12-261-2/+2
* | libsForQt5.fcitx5-qt: 5.1.11 -> 5.1.12R. Ryantm2025-12-271-2/+2
* | kdePackages.fcitx5-unikey: 5.1.8 -> 5.1.9 (#473723)Nick Cao2025-12-261-2/+2
|\ \
| * | kdePackages.fcitx5-unikey: 5.1.8 -> 5.1.9R. Ryantm2025-12-241-2/+2
* | | kdePackages.fcitx5-configtool: 5.1.11 -> 5.1.12 (#473461)Nick Cao2025-12-261-2/+2
|\ \ \
| * | | kdePackages.fcitx5-configtool: 5.1.11 -> 5.1.12R. Ryantm2025-12-231-2/+2
| |/ /
* | | fcitx5-chewing: 5.1.9 -> 5.1.10 (#473456)Nick Cao2025-12-261-2/+2
|\ \ \
| * | | fcitx5-chewing: 5.1.9 -> 5.1.10R. Ryantm2025-12-231-2/+2
| |/ /
* | | fcitx5-gtk: 5.1.4 -> 5.1.5 (#473454)Nick Cao2025-12-261-2/+2
|\ \ \ | |_|/ |/| |
| * | fcitx5-gtk: 5.1.4 -> 5.1.5R. Ryantm2025-12-231-2/+2
| |/
* | fcitx5-anthy: 5.1.8 -> 5.1.9 (#473458)Aleksana2025-12-251-2/+2
|\ \
| * | fcitx5-anthy: 5.1.8 -> 5.1.9R. Ryantm2025-12-231-2/+2
| |/
* | fcitx5-table-extra: 5.1.9 -> 5.1.10 (#473722)Aleksana2025-12-251-2/+2
|\ \
| * | fcitx5-table-extra: 5.1.9 -> 5.1.10R. Ryantm2025-12-241-2/+2
| |/
* / interception-tools: apply patch that fix udevmon•••Fixes #126681. sysraccoon2025-12-232-0/+31
|/
* input-remapper: use versionCheckHookYueh-Shun Li2025-12-181-0/+4
* input-remapper: decouple routine install checks from the flaky upstream checkYueh-Shun Li2025-12-181-7/+10
* input-remapper: 2.1.1 -> 2.2.0 (#458987)Luna2025-12-171-2/+2
|\
| * input-remapper: 2.1.1 -> 2.2.0R. Ryantm2025-11-061-2/+2
* | treewide: clean up 'meta = with' pattern•••This commit was created by a combination of scripts and tools: - an ast-grep script to prefix things in meta with `lib.`, - a modified nixf-diagnose / nixf combination to remove unused `with lib;`, and - regular nixfmt. Co-authored-by: Wolfgang Walther <walther@technowledgy.de> Ihar Hrachyshka2025-12-1027-100/+100
* | fcitx5: fix svg loading (#428697)Aleksana2025-11-241-0/+6
|\ \
| * | fcitx5: fix svg loading•••fcitx5 doesn't load svg's with highlight images Ev3572025-07-261-0/+6
* | | ibusMinimal: 1.5.32 -> 1.5.33 (#461030)Leona Maroni2025-11-131-2/+2
|\ \ \
| * | | ibusMinimal: 1.5.32 -> 1.5.33R. Ryantm2025-11-121-2/+2
| | |/ | |/|
* / | ibus: don't build ui/gtk3 in parallel•••as that led to inconsistent vala-generated method names Fixes #230290 Arnout Engelen2025-11-032-0/+15
|/ /
* | fcitx5-bamboo: 1.0.8 -> 1.0.9 (#456193)Nick Cao2025-10-281-2/+2
|\ \
| * | fcitx5-bamboo: 1.0.8 -> 1.0.9R. Ryantm2025-10-271-2/+2
* | | fcitx5 and its addons update to 5.1.16 (#455690)Masum Reza2025-10-2812-41/+24
|\ \ \ | |/ / |/| |
| * | fcitx5: 5.1.15 -> 5.1.16•••Diff: https://github.com/fcitx/fcitx5/compare/5.1.15...5.1.16 Vonfry2025-10-271-2/+2
| * | fcitx5-unikey: 5.1.7 -> 5.1.8•••Diff: https://github.com/fcitx/fcitx5-unikey/compare/5.1.7...5.1.8 Vonfry2025-10-271-2/+2
| * | fcitx5-table-extra: 5.1.8 -> 5.1.9•••Diff: https://github.com/fcitx/fcitx5-table-extra/compare/5.1.8...5.1.9 Vonfry2025-10-271-2/+2
| * | fcitx5-skk: 5.1.7 -> 5.1.8•••Diff: https://github.com/fcitx/fcitx5-skk/compare/5.1.7...5.1.8 Vonfry2025-10-271-2/+2
| * | fcitx5-rime: 5.1.11 -> 5.1.12Vonfry2025-10-271-2/+2
| * | qt6Packages.fcitx5-qt: 5.1.10 -> 5.1.11•••Diff: https://github.com/fcitx/fcitx5-qt/compare/5.1.10...5.1.11 Vonfry2025-10-271-19/+2
| * | fcitx5-m17n: 5.1.4 -> 5.1.5•••Diff: https://github.com/fcitx/fcitx5-m17n/compare/5.1.4...5.1.5 Vonfry2025-10-271-2/+2
| * | fcitx5-hangul: 5.1.7 -> 5.1.8•••Diff: https://github.com/fcitx/fcitx5-hangul/compare/5.1.7...5.1.8 Vonfry2025-10-271-2/+2