summaryrefslogtreecommitdiff
path: root/pkgs/tools/inputmethods/uim (follow)
Commit message (Expand)AuthorAgeFilesLines
* treewide: Remove indefinite article from meta.description•••nix run nixpkgs#silver-searcher -- -G '\.nix$' -0l 'description.*"[Aa]n?' pkgs \ | xargs -0 nix run nixpkgs#gnused -- -i '' -Ee 's/(description.*")[Aa]n? (.)/\1\U\2/' Alexis Hildebrandt2024-06-091-1/+1
* uim: fix optional qt supportDoron Behar2023-09-151-2/+6
* uim: disable qt support•••https://github.com/NixOS/nixpkgs/pull/174634 removed qt4 but enabled the (previosly disabled) qt5, breaking the build. Disable qt5 again by disabling qt all together. Atemu2023-09-141-1/+1
* uim: remove qt4, fix qt5ajs1242023-09-041-14/+1
* uim: unbreak on aarch64-linuxWeijia Wang2023-04-101-1/+0
* treewide: remove global with lib; in pkgs/toolsShawn89012023-01-241-22/+20
* uim: pull upstream fix for -fno-common toolchains•••Without the change build fails on upstream gcc-10 as: ld: .libs/mach_dep.o:sigscheme/libgcroots/include/private/gc_priv.h:2029: multiple definition of `GCROOTS_jmp_buf'; .libs/mark.o:sigscheme/libgcroots/include/private/gc_priv.h:2029: first defined here Sergei Trofimovich2022-06-241-2/+16
* pkgs/tools: pkgconfig -> pkg-config (2)Ben Siraphob2021-01-171-2/+2
* pkgs/tools: stdenv.lib -> libBen Siraphob2021-01-151-1/+1
* treewide: with stdenv.lib; in meta -> with lib;•••Part of: https://github.com/NixOS/nixpkgs/issues/108938 meta = with stdenv.lib; is a widely used pattern. We want to slowly remove the `stdenv.lib` indirection and encourage people to use `lib` directly. Thus let’s start with the meta field. This used a rewriting script to mostly automatically replace all occurances of this pattern, and add the `lib` argument to the package header if it doesn’t exist yet. The script in its current form is available at https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix Profpatsch2021-01-111-2/+2
* treewide: name -> pname (easy cases) (#66585)•••treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pnamevolth2019-08-151-1/+1
* uim: fix buildJan Tojnar2019-04-051-1/+7
* uim: 1.8.6-20180501-git -> 1.8.8 (#41850)Jan Malakhovski2018-06-111-3/+3
* uim: 1.8.6 -> 1.8.6-20180501-git, switch to fetchFromGitHub•••Old version fails to build. Jan Malakhovski2018-05-152-39/+76
* uim: drop kde4 partsgnidorah2017-12-221-12/+2
* uim: cleanup meta, add me to maintainersJan Malakhovski2017-12-051-3/+3
* uim: prefer libnotify instead of knotify because it works with both GTK and QTJan Malakhovski2017-12-051-1/+1
* uim: add even more optionsJan Malakhovski2017-12-051-5/+41
* uim: use system expatJan Malakhovski2017-12-051-1/+3
* uim: make most things optionalJan Malakhovski2017-12-051-15/+37
* treewide: abandon Google Code homepagesc0bw3b2017-11-031-2/+2
* kde4.kdelibs -> kdelibs4•••Our kdelibs4 package does not come from KDE 4, so per upstream's request I am moving it out of the kde4 set. Thomas Tuegel2017-02-241-2/+2
* uim: enable fep (#15355)Eric Sagnes2016-05-171-1/+2
* uim: removed gtk and qt plugin update logicEric Sagnes2016-02-173-236/+45
* pkgs/tools/inputmethods/uim: Now depends on m17n-db and m17n-lib.•••This adds support for some simple input methods like russian ЙЦУКЕН keyboard. Alexander Tsamutali2016-02-011-1/+5
* uim: don't accept additional argumentsNikolay Amiantov2015-03-051-1/+1
* Add anthy support to uimAlexey Levan2014-11-071-1/+3
* uim, gtk-exe-env, qt-plugin-env: Add input method modules for GTK+ and Qttaku02014-07-142-0/+275