Commit graph

331 commits

Author SHA1 Message Date
Jan Tojnar f6afb29ee1
ibus: add installed tests 2019-12-07 00:58:30 +01:00
Jan Tojnar 0378baa5fc
ibus: 1.5.20 → 1.5.21
https://github.com/ibus/ibus/releases/tag/1.5.21
2019-12-07 00:58:30 +01:00
Jan Tojnar 8ed93984ed
ibus: use external unicode data 2019-12-07 00:58:29 +01:00
Jan Tojnar f6836269fa
ibus: format with nixpkgs-fmt 2019-12-07 00:58:29 +01:00
Jan Tojnar ed4ed5869a
ibus-engines.uniemoji: modernize
* Rely on patchShebangsHook instead of wrapPython
* Format the expression
2019-12-07 00:58:28 +01:00
Jan Tojnar 6bc71fb30e
ibus-engines.m17n: fix setup
* add setup again
* patch shebangs instead of wrapping
* format the expression
2019-12-07 00:51:29 +01:00
Jan Tojnar c86b5ea0ff
ibus-engines.hangul: 1.5.1 → 1.5.3
* https://github.com/libhangul/ibus-hangul/releases/tag/1.5.2
* https://github.com/libhangul/ibus-hangul/releases/tag/1.5.3
* switch to gettext (8745e3f263)
* drop wrapPython, patch shebangs hook will take care of that
2019-12-07 00:51:28 +01:00
Jan Tojnar c1e498514a
ibus-engines.anthy: clean up
* format the expression and reorder to canonical order
* gobject-introspection is used for setup hooks so it should be in native inputs
* wrapPython is not necessary
* 1.5.11 switched from intltool to gettext
2019-12-07 00:51:15 +01:00
Jan Tojnar 6f61770170
ibus-engines.table: drop unnecessary wrapPython
* We are using python3.withPackages, which will be used via shebang.
- gobject-introspection is used for setup hook
2019-12-07 00:51:15 +01:00
Jan Tojnar 16c89d65b7
ibus-engines.libpinyin: 1.10.0 → 1.11.1
* https://github.com/libpinyin/ibus-libpinyin/releases/tag/1.10.91
* https://github.com/libpinyin/ibus-libpinyin/releases/tag/1.10.92
* https://github.com/libpinyin/ibus-libpinyin/releases/tag/1.11.0
* https://github.com/libpinyin/ibus-libpinyin/releases/tag/1.11.1
    * intltool → gettext
2019-12-07 00:50:47 +01:00
Jan Tojnar 7b530d0158
ibus-engines.libpinyin: fix runtime deps
* We need PyGObject since it is not propagated by ibus anymore.
* With python.withPackage, we no longer need wrapPython.
* We need wrapGAppsHook still, to find GSettings schemas.
2019-12-05 21:05:44 +01:00
Frederik Rietdijk d14baf7747 Merge master into staging-next 2019-11-30 08:57:28 +01:00
R. RyanTM b06375dc43 fcitx-engines.cloudpinyin: 0.3.6 -> 0.3.7 2019-11-28 12:13:54 -08:00
Frederik Rietdijk 06a054e6eb Merge master into staging-next 2019-11-25 21:51:57 +01:00
John Ericson d0d5136cce Merge remote-tracking branch 'upstream/master' into wrapper-pname-support 2019-11-24 17:25:07 +00:00
John Ericson 9b090ccbca treewide: Get rid of most parseDrvName without breaking compat
That is because this commit should be merged to both master and
release-19.09.
2019-11-24 17:22:28 +00:00
adisbladis c9d8624ccd
treewide: Get rid of libGLU_combined 2019-11-18 20:10:43 +00:00
Sebastian Graf de121909d2 libinput-gestures: Add coreutils to $PATH
Otherwise it can't find `stdbuf` when run as a systemd service.
2019-11-14 09:30:59 -08:00
oxalica 05c94e3acd
fcitx-configtool: patch paths to fcitx-remote 2019-11-13 13:24:21 +08:00
R. RyanTM 3d1f9c2d58 ibus-engines.typing-booster-unwrapped: 2.6.8 -> 2.7.0 2019-11-01 23:47:05 -07:00
R. RyanTM df7ae92095 ibus-engines.typing-booster-unwrapped: 2.6.6 -> 2.6.8
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-10-21 23:30:53 -07:00
Robin Gloster bef6d1a527
Merge pull request #70649 from wizeman/u/fix-ibus-ucd
ibus: use versioned URLs for UCD data
2019-10-16 00:05:53 +02:00
Jan Tojnar 6c8aed6391
Merge branch 'master' into staging-next 2019-10-12 00:50:21 +02:00
Serge Bazanski 804d272970 evdevremapkeys: init at 0.1.0 2019-10-09 23:24:03 +02:00
Ricardo M. Correia 3e80326a58 ibus: use versioned URLs for UCD data
Otherwise, the latest version will be downloaded, which can cause a hash mismatch
if the hash was taken from a prior version.
2019-10-07 17:54:14 +02:00
Frederik Rietdijk 503081fa5b Merge staging into staging-next 2019-09-29 11:05:22 +02:00
R. RyanTM 62c55bc701 ibus-engines.typing-booster-unwrapped: 2.6.4 -> 2.6.6
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-09-26 15:59:56 -07:00
Thomas Tuegel f012fc8f61
ibus: Use multiple outputs to reduce closure size 2019-09-25 13:07:19 -05:00
Gabriel Ebner 91754d5e8e
fctix-engines.mozc: fix build (#68457)
fctix-engines.mozc: fix build
2019-09-11 10:09:37 +02:00
worldofpeace 2bcd4fa96d
Merge pull request #68443 from ivan/mozc-gcc8-fix
ibus-engines.mozc: fix build
2019-09-10 18:43:57 -04:00
Ivan Kozik fdccd9cd9b fctix-engines.mozc: fix build
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-10 21:59:31 +00:00
Gabriel Ebner 9c71e5f594
Merge pull request #67856 from averelld/fcitx-use-enchant2
fcitx: use enchant2
2019-09-10 22:50:45 +01:00
Ivan Kozik b4b332bcad ibus-engines.mozc: fix build
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-10 19:09:49 +00:00
Vladimír Čunát 4aad2947f8
Merge branch 'master' into staging-next 2019-09-04 11:00:56 +02:00
Jan Tojnar b73406d863
ibus-engines.hangul: fix ibus-setup-hangul
Closes: https://github.com/NixOS/nixpkgs/issues/27619
2019-09-03 15:46:20 +02:00
Jan Tojnar 743a62673f
ibus-engines.hangul: format with nixpkgs-fmt 2019-09-03 14:37:34 +02:00
Averell Dalton c055ac14a5 fcitx: use enchant2 2019-09-01 02:53:52 +02:00
volth 08f68313a4 treewide: remove redundant rec 2019-08-28 11:07:32 +00:00
Vladimír Čunát 2e6bf42a22
Merge branch 'master' into staging-next
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-24 08:55:37 +02:00
Jan Tojnar 6aac40d246
Merge pull request #61978 from laMudri/ibus-table
ibus-engines.table: fix after update of settings infrastructure
2019-08-20 22:25:07 +02:00
laMudri 8f93275019 ibus-engines.table: fit Python package name conventions 2019-08-19 19:47:50 +01:00
James Wood 549c14606e ibus-engines.table: remove hacky change to source code
Co-Authored-By: Jan Tojnar <jtojnar@gmail.com>
2019-08-19 18:47:11 +01:00
danbst d80cd26ff9 Merge branch 'master' into flip-map-foreach 2019-08-18 18:00:25 +03:00
volth 46420bbaa3 treewide: name -> pname (easy cases) (#66585)
treewide replacement of

stdenv.mkDerivation rec {
  name = "*-${version}";
  version = "*";

to pname
2019-08-15 13:41:18 +01:00
laMudri ba21259d65 ibus-engines.table: fix after update of settings infrastructure
Fixes #56621. Adds a wrapper to deal with gsettings, and includes a hack to make
things actually work (postFixup).
2019-08-12 10:48:09 +01:00
R. RyanTM 223adea447 ibus-engines.typing-booster-unwrapped: 2.6.2 -> 2.6.4 (#65949)
* 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-11 15:34:57 +02:00
Gabriel Ebner 63ea6e95f7 fcitx-qt5: fix build 2019-08-09 11:17:50 +02:00
Danylo Hlynskyi 7585496eff
Merge branch 'master' into flip-map-foreach 2019-08-05 14:09:28 +03:00
danbst 0f8596ab3f mass replace "flip map -> forEach"
See `forEach`-introduction commit.
```
rg 'flip map ' --files-with-matches | xargs sed -i 's/flip map /forEach /g'
```
2019-08-05 14:03:38 +03:00
danbst 91bb646e98 Revert "mass replace "flip map -> foreach""
This reverts commit 3b0534310c.
2019-08-05 14:01:45 +03:00