summary refs log tree commit diff
path: root/pkgs/tools/inputmethods
Commit message (Collapse)AuthorAge
* skk-dicts: deprecate phasesFelix Buehler2021-07-17
|
* fcitx: move makeWrapper to nativeBuildInputsRick van Schijndel2021-07-12
|
* ibus-engines.mozc: 2.23.4206.102 -> 2.26.4423.100Naïm Favier2021-07-04
|
* ibus-engines.rime: 1.4.0 -> 1.5.0Peng Mei Yu2021-06-28
|
* interception-tools-plugins.dual-function-keys: 1.1.0 -> 1.4.0fortuneteller2k2021-06-13
|
* interception-tools-plugins.caps2esc: 0.1.3 -> 0.3.2fortuneteller2k2021-06-13
|
* Merge pull request #126093 from oxalica/bump/fcitxMatthieu Coudron2021-06-08
|\ | | | | fcitx5*: bump fcitx5 packages
| * fcitx5: fix update scriptoxalica2021-06-08
| |
| * fcitx5-chinese-addons: 5.0.3 -> 5.0.6oxalica2021-06-08
| |
* | Merge pull request #125888 from yanganto/hime-0.9.11Sandro2021-06-08
|\ \ | |/ |/| hime: unstable-2020-06-27 -> 0.9.11
| * hime: unstable-2020-06-27 -> 0.9.11Antonio Yang2021-06-08
| |
* | interception-tools: 0.2.1 -> 0.6.6Hoàng Minh Thắng2021-06-06
| | | | | | | | | | | | - use fetchFromGitLab - add boost to build inputs - remove outdated patches
* | Merge pull request #125875 from schnusch/remote-touchpadSandro2021-06-06
|\ \ | |/ |/|
| * remote-touchpad: 1.0.1 -> 1.0.2schnusch2021-06-06
| |
* | fcitx5-table-extra: 5.0.2 -> 5.0.4Vonfry2021-06-03
| |
* | fcitx5-table-other: 5.0.3 -> 5.0.5Vonfry2021-06-03
| |
* | fcitx5-rime: 5.0.4 -> 5.0.6Vonfry2021-06-03
| |
* | fcitx5-lua: 5.0.4 -> 5.0.5Vonfry2021-06-02
| |
* | fcitx5-gtk: 5.0.3 -> 5.0.7Vonfry2021-06-02
| |
* | fcitx5-configtool: 5.0.4 -> 5.0.5Vonfry2021-06-02
| |
* | fcitx5: 5.0.4 -> 5.0.8Vonfry2021-06-02
| |
* | Merge branch 'staging-next' into stagingJan Tojnar2021-05-10
|\ \
| * \ Merge branch 'master' into staging-nextVladimír Čunát2021-05-09
| |\ \ | | | | | | | | | | | | (a trivial conflict in transmission)
| | * | fcitx-engines.anthy: 0.2.3 -> 0.2.4R. RyanTM2021-05-08
| | | |
| | * | ibus-engines.m17n: 1.4.4 -> 1.4.5R. RyanTM2021-05-08
| | | |
| | * | libsForQt5.fcitx5-qt: 5.0.4 -> 5.0.6R. RyanTM2021-05-09
| | | |
* | | | Merge branch 'staging-next' into stagingJan Tojnar2021-05-08
|\| | |
| * | | Merge remote-tracking branch 'origin/master' into staging-nextMartin Weinelt2021-05-08
| |\| |
| | * | gnome: rename from gnome3Jan Tojnar2021-05-08
| | | | | | | | | | | | | | | | Since GNOME version is now 40, it no longer makes sense to use the old attribute name.
* | | | treewide: fix cargoSha256/cargoHashDaniël de Kok2021-05-08
|/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Rust 1.50.0 incorporated a Cargo change (rust-lang/cargo#8937) in which cargo vendor erroneously changed permissions of vendored crates. This was fixed in Rust 1.51.0 (rust-lang/cargo#9131). Unfortunately, this means that all cargoSha256/cargoHashes produced during the Rust 1.50.0 cycle are potentially broken. This change updates cargoSha256/cargoHash tree-wide. Fixes #121994.
* | | Merge staging-next into staginggithub-actions[bot]2021-05-07
|\| |
| * | fcitx5-m17n: 5.0.4 -> 5.0.5R. RyanTM2021-05-06
| | |
* | | Merge staging-next into staginggithub-actions[bot]2021-05-02
|\| |
| * | kime: 2.5.2 -> 2.5.3Riey2021-05-02
| | |
* | | llvmPackages: Multuple outputs for everythtingAndrew Childs2021-04-30
|/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Also begin to start work on cross compilation, though that will have to be finished later. The patches are based on the first version of https://reviews.llvm.org/D99484. It's very annoying to do the back-porting but the review has uncovered nothing super major so I'm fine sticking with what I've got. Beyond making the outputs work, I also strove to re-sync the packages, as they have been drifting pointlessly apart for some time. ---- Other misc notes, highly incomplete - lvm-config-native and llvm-config are put in `dev` because they are tools just for build time. - Clang no longer has an lld dep. That was introduced in db29857eb391ed002046090851a44c452b80bdbd, but if clang needs help finding lld when it is used we should just pass it flags / put in the resource dir. Providing it at build time increases critical path length for no good reason. ---- A note on `nativeCC`: `stdenv` takes tools from the previous stage, so: 1. `pkgsBuildBuild`: `(?1, x, x)` 2. `pkgsBuildBuild.stdenv.cc`: `(?0, ?1, x)` while: 1. `pkgsBuildBuild`: `(?1, x, x)` 2. `pkgsBuildBuild.targetPackages`: `(x, x, ?2)` 3. `pkgsBuildBuild.targetPackages.stdenv.cc`: `(?1, x, x)`
* | fcitx5-configtool: 5.0.2 -> 5.0.4Maëlys Bras de fer2021-04-26
| | | | | | Fixes fcitx/fcitx5-configtool#38 that prevented compiling.
* | Merge pull request #120127 from schnusch/remote-touchpadLuke Granger-Brown2021-04-25
|\| | | | | remote-touchpad: init at 1.0.1
| * remote-touchpad: init at 1.0.1schnusch2021-04-24
| |
* | Merge branch 'master' into staging-nextMartin Weinelt2021-04-20
|\|
| * kime: init at 2.5.2Riey2021-04-18
| |
* | Merge branch 'staging' into staging-nextVladimír Čunát2021-04-14
|\ \ | |/ |/| | | A few conflicts but relatively clear ones (I think).
| * Merge remote-tracking branch 'upstream/staging-next' into down-integrate-stagingLuke Granger-Brown2021-04-12
| |\
| * | fcitx5-mozc: remove unused mesa dependencyGabriel Ebner2021-04-09
| | |
* | | fcitx5-m17n: init at 5.0.4 (#119357)Technical272021-04-13
| |/ |/| | | Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
* | fcitx5-lua: 5.0.3 -> 5.0.4R. RyanTM2021-04-11
| |
* | libsForQt5.fcitx5-qt: 5.0.2 -> 5.0.4R. RyanTM2021-04-11
|/
* ibus-mozc: remove unused python parameterFrederik Rietdijk2021-04-03
|
* lisgd: init at 0.3.0Robert Schütz2021-04-01
|
* fcitx5-mozc: use nixpkgs abseilMario Rodas2021-03-20
|
* Merge branch 'master' into staging-nextJan Tojnar2021-03-13
|\ | | | | | | | | | | Reverted https://github.com/NixOS/nixpkgs/pull/115228 for kodi to avoid conflict. It does not look like unzip would be used but not investigating now to speed up merge conflict resolution.