about summary refs log tree commit diff
path: root/pkgs/tools/inputmethods
Commit message (Collapse)AuthorAge
* ibus-with-plugins: move defaults to package fileJan Malakhovski2019-02-03
|
* ibus-engines.table: 1.9.20 -> 1.9.21laMudri2019-01-29
|
* ibus-engines.typing-booster-unwrapped: 2.4.1 -> 2.5.0R. RyanTM2019-01-28
| | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/ibus-typing-booster/versions
* ibus-engines.mozc: 2.20.2673.102 -> 2.23.2815.102Ivan Kozik2019-01-08
|
* ibus-engines.typing-booster-unwrapped: 2.3.3 -> 2.4.1R. RyanTM2019-01-03
| | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/ibus-typing-booster/versions
* ibus-engines.typing-booster-unwrapped: 2.1.3 -> 2.3.3R. RyanTM2018-12-15
| | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/ibus-typing-booster/versions
* Merge master into staging-nextFrederik Rietdijk2018-12-03
|\
| * Treewide: use HTTPS on GNU Savannah domainsc0bw3b2018-12-02
| | | | | | | | | | | | | | | | HTTP -> HTTPS for: - http://savannah.gnu.org/ - http://git.savannah.gnu.org/ - http://download.savannah.gnu.org/ - http://svn.savannah.gnu.org/
| * Treewide: use HTTPS on NonGNU domainsc0bw3b2018-12-02
| |
* | gobject-introspection: rename packageJan Tojnar2018-12-02
|/ | | | camelCase package name was a huge inconsistency in GNOME package set.
* Merge pull request #50475 from Pneumaticat/ibus-table-chinese-initMaximilian Bosch2018-11-23
|\ | | | | ibus-table-chinese: init at 1.8.2
| * ibus-table-chinese: init at 1.8.2Kevin Liu2018-11-16
| |
| * ibus-table: fix FHS path default in tabcreatedb.pyKevin Liu2018-11-16
| | | | | | | | | | It uses /usr/share as a default parameter, which errors out on NixOS. This replaces it with the path to the derivation.
* | Merge pull request #50191 from jfrankenau/init-fusumaRenaud2018-11-18
|\ \ | |/ |/| fusuma: init at 0.10.2
| * fusuma: init at 0.10.2Johannes Frankenau2018-11-10
| |
* | ibus-engines.m17n: 1.3.4 -> 1.4.1 (#50089)R. RyanTM2018-11-12
| | | | | | | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/ibus-m17n/versions
* | Merge pull request #50062 from r-ryantm/auto-update/libinput-gesturesRenaud2018-11-10
|\ \ | | | | | | libinput-gestures: 2.38 -> 2.39
| * | libinput-gestures: 2.38 -> 2.39R. RyanTM2018-11-09
| |/ | | | | | | | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/libinput-gestures/versions
* / ibus-engines.typing-booster-unwrapped: 2.1.2 -> 2.1.3R. RyanTM2018-11-09
|/ | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/ibus-typing-booster/versions
* ibus: fix cross compilationMatthew Bauer2018-10-29
| | | | gtk-doc is a native input so we need to use buildPackages here.
* libinput-gestures: entry point is a python script, add depWill Dietz2018-10-18
| | | | Otherwise we have a raw shebang that doesn't work :(
* libinput-gestures: update patchesWill Dietz2018-10-18
| | | | | Don't bother skipping the version check, keep diff against upstream simple.
* libinput-gestures: 2.33 -> 2.38Will Dietz2018-10-18
|
* libotf: Add dev outputEelco Dolstra2018-10-11
|
* Merge pull request #45109 from jfrankenau/module-triggerhappyMatthew Bauer2018-10-08
|\ | | | | nixos/triggerhappy: add module for triggerhappy hotkey daemon
| * triggerhappy: build with systemd socket supportJohannes Frankenau2018-08-16
| |
* | ibus-engines.typing-booster-unwrapped: 2.1.1 -> 2.1.2R. RyanTM2018-10-03
| | | | | | | | | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/ibus-typing-booster/versions
* | ibus-engines.typing-booster: init at 2.1.1Maximilian Bosch2018-09-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This package providesa completion input method for faster typing. See https://mike-fabian.github.io/ibus-typing-booster Detailed instructions how to activate this IBus engine on your desktop can be found in the upstream docs: https://mike-fabian.github.io/ibus-typing-booster/documentation.html A simple VM with the Gnome3 desktop and activated `ibus' looks like this: ```nix { emojipicker = { pkgs, ... }: { services.xserver = { enable = true; desktopManager.gnome3.enable = true; desktopManager.xterm.enable = false; }; users.extraUsers.vm = { password = "vm"; isNormalUser = true; }; i18n.inputMethod.ibus.engines = [ pkgs.ibus-engines.typing-booster ]; i18n.inputMethod.enabled = "ibus"; virtualisation.memorySize = 2048; }; } ``` Fixes #38721
* | Merge branch 'master' into staging-nextVladimír Čunát2018-08-17
|\ \ | | | | | | | | | Hydra: ?compare=1473892
| * | libotf: init 0.9.16Herwig Hochleitner2018-08-16
| |/
* | Merge branch 'master' into staging-nextVladimír Čunát2018-08-13
|\| | | | | | | | | | | | | Conflicts: gobby and libinfinity - I took the hand-edited versions instead of those resuting from the mass-replacement. Hydra: ?compare=1473190
| * ibus-engines.hangul: 1.5.0 -> 1.5.1 (#44771)R. RyanTM2018-08-13
| | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/ibus-hangul/versions.
* | treewide: Make configureFlags listsJohn Ericson2018-08-03
|/
* pkgs/*: remove unreferenced function argumentsvolth2018-07-21
|
* treewide: remove aliases in nixpkgsMatthew Bauer2018-07-18
| | | | | | | | | | | | | | | | | | This makes the command ‘nix-env -qa -f. --arg config '{skipAliases = true;}'’ work in Nixpkgs. Misc... - qtikz: use libsForQt5.callPackage This ensures we get the right poppler. - rewrites: docbook5_xsl -> docbook_xsl_ns docbook_xml_xslt -> docbook_xsl diffpdf: fixup
* fcitx-configtool: 0.4.9 -> 0.4.10 (#43203)R. RyanTM2018-07-13
| | | | | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/fcitx-configtool/versions. These checks were done: - built on NixOS - fcitx result is not automatically checked, because some binaries gets stuck in daemons
* fcitx-engines.hangul: 0.3.0 -> 0.3.1 (#43204)R. RyanTM2018-07-13
| | | | | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/fcitx-hangul/versions. These checks were done: - built on NixOS - fcitx result is not automatically checked, because some binaries gets stuck in daemons
* fcitx-engines.chewing: 0.2.2 -> 0.2.3 (#43209)R. RyanTM2018-07-13
| | | | | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/fcitx-chewing/versions. These checks were done: - built on NixOS - fcitx result is not automatically checked, because some binaries gets stuck in daemons
* fcitx-engines.anthy: 0.2.2 -> 0.2.3 (#43208)R. RyanTM2018-07-13
| | | | | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/fcitx-anthy/versions. These checks were done: - built on NixOS - fcitx result is not automatically checked, because some binaries gets stuck in daemons
* fcitx-engines.m17n: 0.2.3 -> 0.2.4 (#43206)R. RyanTM2018-07-13
| | | | | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/fcitx-m17n/versions. These checks were done: - built on NixOS - fcitx result is not automatically checked, because some binaries gets stuck in daemons
* fcitx-engines.cloudpinyin: 0.3.4 -> 0.3.6 (#43202)R. RyanTM2018-07-13
| | | | | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/fcitx-cloudpinyin/versions. These checks were done: - built on NixOS - fcitx result is not automatically checked, because some binaries gets stuck in daemons
* triggerhappy: init at 0.5.0Taha2018-07-11
|
* treewide: http -> https sources (#42676)Silvan Mosberger2018-06-28
| | | | | | | | | * treewide: http -> https sources This updates the source urls of all top-level packages from http to https where possible. * buildtorrent: fix url and tab -> spaces
* fcitx-qt5: fix build with Qt 5.11Mitsuhiro Nakamura2018-06-20
|
* uim: 1.8.6-20180501-git -> 1.8.8 (#41850)Jan Malakhovski2018-06-11
|
* fcitx-table-extra: init at 0.3.8Lincoln Lee2018-06-06
|
* Merge remote-tracking branch 'upstream/master' into stagingJohn Ericson2018-05-16
|\ | | | | | | | | Keep the dontCheck because the test suite fails, get rid of the LDFLAGS hack because we don't need it!
| * uim: 1.8.6 -> 1.8.6-20180501-git, switch to fetchFromGitHubJan Malakhovski2018-05-15
| | | | | | | | Old version fails to build.
* | Merge commit '92b7a814f26ee1d37e989431c18518c67285a332' into stagingJohn Ericson2018-05-13
|\|
| * ibus-engines.table: 1.9.18 -> 1.9.20 (#40100)R. RyanTM2018-05-12
| | | | | | | | | | | | | | | | | | | | | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/ibus-table/versions. These checks were done: - built on NixOS - ran ‘/nix/store/k3qfsk06xxrm7sp4fwv7h5shdq7j1msk-ibus-table-1.9.20/bin/ibus-table-createdb -h’ got 0 exit code - ran ‘/nix/store/k3qfsk06xxrm7sp4fwv7h5shdq7j1msk-ibus-table-1.9.20/bin/ibus-table-createdb --help’ got 0 exit code - found 1.9.20 with grep in /nix/store/k3qfsk06xxrm7sp4fwv7h5shdq7j1msk-ibus-table-1.9.20 - directory tree listing: https://gist.github.com/ace63b0dd5941c9f17222549a08ee23c