Commit Graph

1608 Commits

Author SHA1 Message Date
R. Ryantm
e410bf2202 fcitx5-table-other: 5.1.5 -> 5.1.6 2026-03-18 12:27:17 +00:00
R. Ryantm
ee7823f384 kdePackages.fcitx5-configtool: 5.1.12 -> 5.1.13 2026-03-18 01:08:05 +00:00
R. Ryantm
240715bb0a fcitx5-gtk: 5.1.5 -> 5.1.6 2026-03-18 01:00:19 +00:00
R. Ryantm
f9968b41a4 fcitx5-anthy: 5.1.9 -> 5.1.10 2026-03-18 00:48:34 +00:00
R. Ryantm
313c02d7b9 fcitx5-hangul: 5.1.8 -> 5.1.9 2026-03-18 00:43:07 +00:00
R. Ryantm
4f6f1e2295 fcitx5-lua: 5.0.15 -> 5.0.16 2026-03-18 00:31:07 +00:00
R. Ryantm
086a2c21f7 ibus-engines.typing-booster-unwrapped: 2.30.3 -> 2.30.4 2026-02-17 02:38:33 +00:00
R. Ryantm
72e344e582 ibus-engines.typing-booster-unwrapped: 2.30.2 -> 2.30.3 2026-02-09 16:12:28 +00:00
quantenzitrone
837ce569f8 various: rename references from libXtst to libxtst
this shouldn't create any rebuilds
2026-02-06 00:29:24 +01:00
quantenzitrone
2963d88708 various: rename references from libXdmcp to libxdmcp
this shouldn't create any rebuilds
2026-02-06 00:24:47 +01:00
quantenzitrone
55280fa564 various: rename references from libX11 to libx11
this shouldn't create any rebuilds
2026-02-06 00:24:34 +01:00
quantenzitrone
a024c30a8a xcbutil: rename references and deprecate alias
this shouldn't create any rebuilds
2026-02-04 22:58:58 +01:00
quantenzitrone
584757f348 xcbutilkeysyms: rename references and deprecate alias
this shouldn't create any rebuilds
2026-02-04 22:58:56 +01:00
quantenzitrone
866aa37ba3 xcbutilwm: rename references and deprecate alias
this shouldn't create any rebuilds
2026-02-04 22:58:46 +01:00
quantenzitrone
1508c3b862 xkeyboardconfig: rename references and deprecate alias
this shouldn't create any rebuilds
2026-02-04 22:57:01 +01:00
R. Ryantm
28d392aa88 ibus-engines.typing-booster-unwrapped: 2.30.0 -> 2.30.2 2026-02-02 13:24:03 +00:00
Weijia Wang
c12b1d6819 ibus-engines.typing-booster-unwrapped: 2.28.1 -> 2.30.0 (#458113) 2026-02-01 10:22:02 +00:00
Nick Cao
66c1d93131 ibus-engines.table: 1.17.16 -> 1.17.17 (#483159) 2026-01-26 21:40:23 +00:00
R. Ryantm
055c869a26 ibus-engines.typing-booster-unwrapped: 2.28.1 -> 2.30.0 2026-01-26 14:50:20 +00:00
quantenzitrone
7d8132a92c 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
```
2026-01-25 22:28:09 +01:00
R. Ryantm
51462ae47f ibus-engines.table: 1.17.16 -> 1.17.17 2026-01-23 20:02:39 +00:00
Aleksana
0726f23573 fcitx5-chinese-addons: patch CLOUDPINYIN build flag (#475084) 2026-01-16 01:59:10 +00:00
R. Ryantm
b593180957 ibus-engines.rime: 1.5.1 -> 1.6.0 2026-01-08 00:25:22 +00:00
Léana 江
b63937c09b fcitx5-chinese-addons: patch CLOUDPINYIN build flag
Without this patch, setting ENABLE_CLOUDPINYIN to off would fail to build
2025-12-29 17:07:11 +01:00
Aleksana
fbe3ece68d ibus-engines.m17n: 1.4.36 -> 1.4.37 (#474416) 2025-12-28 15:31:31 +00:00
R. Ryantm
4fb3be54b9 libsForQt5.fcitx5-qt: 5.1.11 -> 5.1.12 2025-12-27 12:27:03 +00:00
Nick Cao
8a6596e7fe kdePackages.fcitx5-unikey: 5.1.8 -> 5.1.9 (#473723) 2025-12-26 21:38:56 +00:00
Nick Cao
b133efc011 kdePackages.fcitx5-configtool: 5.1.11 -> 5.1.12 (#473461) 2025-12-26 21:28:59 +00:00
Nick Cao
4d28d377ed fcitx5-chewing: 5.1.9 -> 5.1.10 (#473456) 2025-12-26 21:20:27 +00:00
Nick Cao
9fda5c76fc fcitx5-gtk: 5.1.4 -> 5.1.5 (#473454) 2025-12-26 21:19:54 +00:00
R. Ryantm
c3b1e0e489 ibus-engines.m17n: 1.4.36 -> 1.4.37 2025-12-26 19:50:48 +00:00
Aleksana
774f315a61 fcitx5-anthy: 5.1.8 -> 5.1.9 (#473458) 2025-12-25 08:28:47 +00:00
Aleksana
7292f1019c fcitx5-table-extra: 5.1.9 -> 5.1.10 (#473722) 2025-12-25 08:23:23 +00:00
R. Ryantm
1c3e85be1c kdePackages.fcitx5-unikey: 5.1.8 -> 5.1.9 2025-12-24 00:29:40 +00:00
R. Ryantm
42860ea7ce fcitx5-table-extra: 5.1.9 -> 5.1.10 2025-12-24 00:29:25 +00:00
sysraccoon
729b61a8d0 interception-tools: apply patch that fix udevmon
Fixes #126681.
2025-12-23 22:20:10 +01:00
R. Ryantm
16877a86da kdePackages.fcitx5-configtool: 5.1.11 -> 5.1.12 2025-12-23 00:49:54 +00:00
R. Ryantm
49eb2861d2 fcitx5-anthy: 5.1.8 -> 5.1.9 2025-12-23 00:40:42 +00:00
R. Ryantm
aa72f663db fcitx5-chewing: 5.1.9 -> 5.1.10 2025-12-23 00:37:22 +00:00
R. Ryantm
c875894c3e fcitx5-gtk: 5.1.4 -> 5.1.5 2025-12-23 00:28:07 +00:00
Yueh-Shun Li
7a140832e2 input-remapper: use versionCheckHook 2025-12-18 18:36:48 +08:00
Yueh-Shun Li
228cc82dde input-remapper: decouple routine install checks from the flaky upstream check 2025-12-18 18:30:46 +08:00
Luna
cf9b3534aa input-remapper: 2.1.1 -> 2.2.0 (#458987) 2025-12-17 14:36:43 +00:00
Ihar Hrachyshka
567e8dfd8e 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>
2025-12-10 18:09:49 +01:00
Aleksana
f5e549b321 fcitx5: fix svg loading (#428697) 2025-11-24 11:58:37 +00:00
Leona Maroni
5cd67583dd ibusMinimal: 1.5.32 -> 1.5.33 (#461030) 2025-11-13 23:22:08 +00:00
R. Ryantm
44ccacb641 ibusMinimal: 1.5.32 -> 1.5.33 2025-11-12 19:56:06 +00:00
R. Ryantm
56ed98058e input-remapper: 2.1.1 -> 2.2.0 2025-11-06 00:24:14 +00:00
Arnout Engelen
21b5b17390 ibus: don't build ui/gtk3 in parallel
as that led to inconsistent vala-generated method names

Fixes #230290
2025-11-03 09:39:13 +01:00
Nick Cao
6700e6723f fcitx5-bamboo: 1.0.8 -> 1.0.9 (#456193) 2025-10-28 20:22:09 +00:00