summaryrefslogtreecommitdiffstats
path: root/pkgs/tools/inputmethods
AgeCommit message (Collapse)Author
2019-09-11fctix-engines.mozc: fix build (#68457)Gabriel Ebner
fctix-engines.mozc: fix build
2019-09-10Merge pull request #68443 from ivan/mozc-gcc8-fixworldofpeace
ibus-engines.mozc: fix build
2019-09-10fctix-engines.mozc: fix buildIvan Kozik
This fixes: FAILED: obj/engine/engine.engine.o clang++ -MMD -MF obj/engine/engine.engine.o.d -DOS_LINUX -DMOZC_BUILD -DCHANNEL_DEV -DENABLE_GTK_RENDERER -DNDEBUG -DQT_NO_DEBUG -DNO_LOGGING -DIGNORE_HELP_FLAG -DIGNORE_INVALID_FLAG -I/build/source/src -Igen -Igen/proto_out -Wall -Wno-char-subscripts -Wno-sign-compare -Wno-deprecated-declarations -Wwrite-strings -fPIC -fno-exceptions -fmessage-length=0 -fno-strict-aliasing -funsigned-char -include base/namespace.h -pipe -pthread -fno-omit-frame-pointer -fstack-protector --param=ssp-buffer-size=4 -Wtype-limits -O2 -Wno-deprecated -Wno-covered-switch-default -Wno-unnamed-type-template-args -Wno-c++11-narrowing -std=gnu++0x -std=gnu++0x -c ../../engine/engine.cc -o obj/engine/engine.engine.o In file included from ../../engine/engine.cc:30: In file included from /build/source/src/engine/engine.h:33: In file included from /nix/store/pcs8pq4a5rkym1hzibqz7da45fxkmig7-gcc-8.3.0/include/c++/8.3.0/memory:62: In file included from /nix/store/pcs8pq4a5rkym1hzibqz7da45fxkmig7-gcc-8.3.0/include/c++/8.3.0/bits/stl_algobase.h:66: /nix/store/pcs8pq4a5rkym1hzibqz7da45fxkmig7-gcc-8.3.0/include/c++/8.3.0/bits/stl_iterator_base_funcs.h:183:2: error: cannot decrement value of type 'mozc::ZeroQueryDict::iterator' --__i; ^ ~~~ /nix/store/pcs8pq4a5rkym1hzibqz7da45fxkmig7-gcc-8.3.0/include/c++/8.3.0/bits/stl_iterator_base_funcs.h:206:12: note: in instantiation of function template specialization 'std::__advance<mozc::ZeroQueryDict::iterator, long>' requested here std::__advance(__i, __d, std::__iterator_category(__i)); ^ /nix/store/pcs8pq4a5rkym1hzibqz7da45fxkmig7-gcc-8.3.0/include/c++/8.3.0/bits/stl_algo.h:2137:9: note: in instantiation of function template specialization 'std::advance<mozc::ZeroQueryDict::iterator, long>' requested here std::advance(__middle, __half); ^ /nix/store/pcs8pq4a5rkym1hzibqz7da45fxkmig7-gcc-8.3.0/include/c++/8.3.0/bits/stl_algo.h:2190:19: note: in instantiation of function template specialization 'std::__equal_range<mozc::ZeroQueryDict::iterator, unsigned long, __gnu_cxx::__ops::_Iter_less_val, __gnu_cxx::__ops::_Val_less_iter>' requested here return std::__equal_range(__first, __last, __val, ^ /build/source/src/prediction/zero_query_dict.h:213:17: note: in instantiation of function template specialization 'std::equal_range<mozc::ZeroQueryDict::iterator, unsigned long>' requested here return std::equal_range(begin(), end(), iter.index()); ^ 1 error generated.
2019-09-10Merge pull request #67856 from averelld/fcitx-use-enchant2Gabriel Ebner
fcitx: use enchant2
2019-09-10ibus-engines.mozc: fix buildIvan Kozik
This fixes: FAILED: obj/engine/engine.engine.o clang++ -MMD -MF obj/engine/engine.engine.o.d -DOS_LINUX -DMOZC_BUILD -DCHANNEL_DEV -DENABLE_GTK_RENDERER -DNDEBUG -DQT_NO_DEBUG -DNO_LOGGING -DIGNORE_HELP_FLAG -DIGNORE_INVALID_FLAG -I/build/source/src -Igen -Igen/proto_out -Wall -Wno-char-subscripts -Wno-sign-compare -Wno-deprecated-declarations -Wwrite-strings -Wno-unknown-warning-option -Wno-inconsistent-missing-override -fPIC -fno-exceptions -fmessage-length=0 -fno-strict-aliasing -funsigned-char -pipe -pthread -fno-omit-frame-pointer -fstack-protector --param=ssp-buffer-size=4 -Wtype-limits -O2 -Wno-deprecated -Wno-covered-switch-default -Wno-unnamed-type-template-args -Wno-c++11-narrowing -std=gnu++0x -std=gnu++0x -c ../../engine/engine.cc -o obj/engine/engine.engine.o In file included from ../../engine/engine.cc:30: In file included from /build/source/src/engine/engine.h:33: In file included from /nix/store/pcs8pq4a5rkym1hzibqz7da45fxkmig7-gcc-8.3.0/include/c++/8.3.0/memory:62: In file included from /nix/store/pcs8pq4a5rkym1hzibqz7da45fxkmig7-gcc-8.3.0/include/c++/8.3.0/bits/stl_algobase.h:66: /nix/store/pcs8pq4a5rkym1hzibqz7da45fxkmig7-gcc-8.3.0/include/c++/8.3.0/bits/stl_iterator_base_funcs.h:183:2: error: cannot decrement value of type 'mozc::ZeroQueryDict::iterator' --__i; ^ ~~~ /nix/store/pcs8pq4a5rkym1hzibqz7da45fxkmig7-gcc-8.3.0/include/c++/8.3.0/bits/stl_iterator_base_funcs.h:206:12: note: in instantiation of function template specialization 'std::__advance<mozc::ZeroQueryDict::iterator, long>' requested here std::__advance(__i, __d, std::__iterator_category(__i)); ^ /nix/store/pcs8pq4a5rkym1hzibqz7da45fxkmig7-gcc-8.3.0/include/c++/8.3.0/bits/stl_algo.h:2137:9: note: in instantiation of function template specialization 'std::advance<mozc::ZeroQueryDict::iterator, long>' requested here std::advance(__middle, __half); ^ /nix/store/pcs8pq4a5rkym1hzibqz7da45fxkmig7-gcc-8.3.0/include/c++/8.3.0/bits/stl_algo.h:2190:19: note: in instantiation of function template specialization 'std::__equal_range<mozc::ZeroQueryDict::iterator, unsigned long, __gnu_cxx::__ops::_Iter_less_val, __gnu_cxx::__ops::_Val_less_iter>' requested here return std::__equal_range(__first, __last, __val, ^ /build/source/src/prediction/zero_query_dict.h:213:17: note: in instantiation of function template specialization 'std::equal_range<mozc::ZeroQueryDict::iterator, unsigned long>' requested here return std::equal_range(begin(), end(), iter.index()); ^ 1 error generated.
2019-09-04Merge branch 'master' into staging-nextVladimír Čunát
2019-09-03ibus-engines.hangul: fix ibus-setup-hangulJan Tojnar
Closes: https://github.com/NixOS/nixpkgs/issues/27619
2019-09-03ibus-engines.hangul: format with nixpkgs-fmtJan Tojnar
2019-09-01fcitx: use enchant2Averell Dalton
2019-08-28treewide: remove redundant recvolth
2019-08-24Merge branch 'master' into staging-nextVladimír Čunát
There ver very many conflicts, basically all due to name -> pname+version. Fortunately, almost everything was auto-resolved by kdiff3, and for now I just fixed up a couple evaluation problems, as verified by the tarball job. There might be some fallback to these conflicts, but I believe it should be minimal. Hydra nixpkgs: ?compare=1538299
2019-08-20Merge pull request #61978 from laMudri/ibus-tableJan Tojnar
ibus-engines.table: fix after update of settings infrastructure
2019-08-19ibus-engines.table: fit Python package name conventionslaMudri
2019-08-19ibus-engines.table: remove hacky change to source codeJames Wood
Co-Authored-By: Jan Tojnar <jtojnar@gmail.com>
2019-08-18Merge branch 'master' into flip-map-foreachdanbst
2019-08-15treewide: name -> pname (easy cases) (#66585)volth
treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
2019-08-12ibus-engines.table: fix after update of settings infrastructurelaMudri
Fixes #56621. Adds a wrapper to deal with gsettings, and includes a hack to make things actually work (postFixup).
2019-08-11ibus-engines.typing-booster-unwrapped: 2.6.2 -> 2.6.4 (#65949)R. RyanTM
* ibus-engines.typing-booster-unwrapped: 2.6.2 -> 2.6.4 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 * use pname
2019-08-09fcitx-qt5: fix buildGabriel Ebner
2019-08-05Merge branch 'master' into flip-map-foreachDanylo Hlynskyi
2019-08-05mass replace "flip map -> forEach"danbst
See `forEach`-introduction commit. ``` rg 'flip map ' --files-with-matches | xargs sed -i 's/flip map /forEach /g' ```
2019-08-05Revert "mass replace "flip map -> foreach""danbst
This reverts commit 3b0534310c89d04fc3a9c5714b5a4d0f9fb0efca.
2019-08-01Merge master into staging-nextFrederik Rietdijk
2019-07-29fcitx-engines.libpinyin: remove unnecessary replacementJonathan Ringer
2019-07-29libsForQt5.fcitx-qt5: fix buildJonathan Ringer
2019-07-25Merge master into stagingOrivej Desh
2019-07-23fcitx-qt5: 1.2.1 -> 1.2.3xrelkd
2019-07-22gdk-pixbuf: rename from gdk_pixbufworldofpeace
2019-07-22bundlerUpdateScript: init and use (#64822)Nick Novitski
2019-07-14mass replace "flip map -> foreach"danbst
See `foreach`-introduction commit. ``` rg 'flip map ' --files-with-matches | xargs sed -i 's/flip map /foreach /g' ```
2019-07-01treewide: use dontUnpackworldofpeace
2019-06-20Merge pull request #63269 from r-ryantm/auto-update/ibus-typing-boosterMaximilian Bosch
ibus-engines.typing-booster-unwrapped: 2.6.1 -> 2.6.2
2019-06-16ibus-engines.typing-booster-unwrapped: 2.6.1 -> 2.6.2R. RyanTM
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
2019-06-16treewide: remove unused variables (#63177)volth
* treewide: remove unused variables * making ofborg happy
2019-06-08anthy: use osdn mirrorMario Rodas
2019-06-03treewide: handle enchant = enchant2Matthew Bauer
patch or provide backup to enchant1 where necessary
2019-06-01ibus: Disable python library by defaultJan Tojnar
It is a Python 2 library that we install to Python 3 prefix. Even if it were used by anything it would not work.
2019-06-01ibus: Build introspection overridesJan Tojnar
2019-06-01ibus: move code changes to a patchJan Tojnar
2019-05-23ibus-engines.typing-booster: support french by defaultMaximilian Bosch
This has been postponed[1] because of an unclear state of the french dictionary provided by hunspell[2]. [1] https://github.com/NixOS/nixpkgs/pull/46779#issuecomment-422764601 [2] https://github.com/NixOS/nixpkgs/issues/46940#issuecomment-423288963
2019-05-21ibus-engines.anthy: 1.5.10 -> 1.5.11R. RyanTM
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-anthy/versions
2019-05-11ibus-engines.typing-booster-unwrapped: 2.6.0 -> 2.6.1R. RyanTM
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
2019-04-15Merge pull request #59535 from matthewbauer/homepage-fixesMatthew Bauer
treewide: update homepages to https where available
2019-04-15treewide: update homepages to https where availableMatthew Bauer
Based on "problems" from repology: https://repology.org/repository/nix_unstable/problems Mostly simple changes to reflect redirects.
2019-04-09Merge master into staging-nextFrederik Rietdijk
2019-04-06Merge pull request #59009 from aristaeus/ibus-1.5.20worldofpeace
ibus: 1.5.17 -> 1.5.20
2019-04-06ibus 1.5.17 -> 1.5.20Ben Harper
2019-04-05uim: fix buildJan Tojnar
2019-03-27fcitx: 4.2.9.5 -> 4.2.9.6Matthieu Coudron
Updated url to gitlab.
2019-03-10ibus-engines.typing-booster-unwrapped: 2.5.3 -> 2.6.0R. RyanTM
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