Commit graph

452 commits

Author SHA1 Message Date
Eric Sagnes 084bacd8d9 ibus-table: 1.9.11 -> 1.9.14
release notes:
- https://github.com/kaio/ibus-table/releases/tag/1.9.12
- https://github.com/kaio/ibus-table/releases/tag/1.9.13
- https://github.com/kaio/ibus-table/releases/tag/1.9.14
2016-10-01 12:40:02 +09:00
Eric Sagnes 9caa721e66 ibus: 1.5.13 -> 1.5.14
release notes: https://github.com/ibus/ibus/releases/tag/1.5.14
2016-09-30 09:57:51 +09:00
Kirill Boltaev 95e16c70aa ibus-engines.uniemoji: init at 2016-09-20 2016-09-21 18:22:20 +03:00
Kirill Boltaev bccd75094f treewide: explicitly specify gtk and related package versions 2016-09-12 18:26:06 +03:00
Robin Gloster c4ba389a9f ibus-engines.m17n: use autoreconfHook 2016-08-24 20:18:52 +00:00
Kranium Gikos Mendoza eecc63bad9 fcitx-engines.table-other: fix build 2016-08-23 12:37:01 +03:00
Nikolay Amiantov 3e2458a085 ibus: propagate glib 2016-08-22 06:11:18 +03:00
Hoàng Minh Thắng 8669d688c7 fcitx-unikey: init at 0.2.5 2016-08-12 14:36:36 +07:00
Thomas Tuegel 2056f56f77 fcitx: drop patches, use extra-cmake-modules directly
Fixes #17252. (Really, this time.)

Now that extra-cmake-modules does not depend on Qt 5, it is possible to
depend on it directly.
2016-07-29 10:23:27 -05:00
Thomas Tuegel 8de89b079a fcitx-qt5: remove patch... again 2016-07-28 19:25:52 -05:00
Thomas Tuegel e35358cc16 fcitx: remove the correct obsolete patch 2016-07-28 19:21:13 -05:00
Thomas Tuegel dd8c97a2c3 fcitx: depend on extra-cmake-module from Qt 5
Fixes #17252.
2016-07-28 18:48:06 -05:00
Eric Sagnes 1349cd4e8d fcitx: refactor (#16858) 2016-07-11 17:50:22 +02:00
Silvio Frischknecht cffec6292a ibus: fix #16292
set GDK_PIXBUF_MODULE_FILE instead of prefixing it
2016-06-21 20:57:51 +02:00
Eric Sagnes 098c58cac8 fcitx: 4.2.9 -> 4.2.9.1, fix build 2016-06-02 11:01:56 +09:00
Joachim Fasting 3f22610bd7 Merge pull request #15600 from crossing/pr-fcitx-cloudpinyin
fcitx-cloudpinyin: init at 0.3.4
2016-05-23 22:46:35 +02:00
Xing Yang a9215fe1d7 fcitx-cloudpinyin: init at 0.3.4 2016-05-22 23:02:26 +01:00
Eric Sagnes beae300722 fcitx-qt5: kde5PackagesFun -> qt5LibsFun 2016-05-21 17:02:23 +09:00
Eric Sagnes 37b5aa040d fcitx-wrapper: remove outdated comments 2016-05-20 22:04:04 +09:00
Eric Sagnes dcd4728095 uim: enable fep (#15355) 2016-05-17 00:26:15 +02:00
Tuomas Tynkkynen 4ff8f377af Merge remote-tracking branch 'upstream/master' into staging 2016-04-28 00:13:53 +03:00
Nikolay Amiantov 8415fa35c7 fcitx-with-plugins: use symlinkJoin 2016-04-26 15:37:44 +03:00
Thomas Tuegel 160bf21b3a librsvg: multiple outputs 2016-04-25 19:04:24 -05:00
Nikolay Amiantov 6adce0a785 touchegg: move to qmake4Hook 2016-04-20 18:55:55 +03:00
Eric Sagnes c99fdd5296 fcitx-qt5: fix build 2016-04-20 13:08:52 +09:00
Eric Sagnes c6ec758fe3 libpinyin: move to libraries 2016-04-15 10:22:35 +09:00
joachifm 20095d48de Merge pull request #14224 from yokto/add/libpinyin
ibus-libpinyin: init at 1.7.4
2016-04-14 14:55:00 +02:00
Silvio Frischknecht 623f185ade ibus-libpinyin: init at 1.7.4 2016-04-01 17:12:57 +02:00
Silvio Frischknecht a592c9c781 libpinyin: init at 1.3.0 2016-04-01 17:12:49 +02:00
Vladimír Čunát ab15a62c68 Merge branch 'master' into closure-size
Beware that stdenv doesn't build. It seems something more will be needed
than just resolution of merge conflicts.
2016-04-01 10:06:01 +02:00
Eric Sagnes 9c029c3b05 anthy: add maintainer 2016-03-20 15:03:58 +09:00
宋文武 93feb5d115 drop my maintainership (close #13881) 2016-03-13 18:39:01 +01:00
Vladimír Čunát 09af15654f Merge master into closure-size
The kde-5 stuff still didn't merge well.
I hand-fixed what I saw, but there may be more problems.
2016-03-08 09:58:19 +01:00
Mathieu Boespflug 73878e1c10 keyfuzz: init at 0.2. 2016-03-05 19:41:33 +01:00
Thomas Tuegel ab746ec902 ibus: consolidate wrappers 2016-02-28 09:30:09 -06:00
Thomas Tuegel 41204574be ibus-m17n: use Python 3 2016-02-28 07:12:55 -06:00
Thomas Tuegel 3a8a887cfd ibus-with-plugins: replace ibus wrappers 2016-02-28 07:12:55 -06:00
Thomas Tuegel 4e2fe6e579 m17n-db: fix path to charmaps 2016-02-28 07:11:10 -06:00
zimbatm 17348dc094 Remove all dots at end of descriptions
Specially crafted for @JagaJaga

    find pkgs -name "*.nix" -exec \
      sed -e 's|\(description.*\)\.";|\1";|g' -i {} \;
2016-02-27 17:30:29 +00:00
Thomas Tuegel cb10990fdc ibus-anthy: upgrade to Python 3 2016-02-26 18:08:48 -06:00
Thomas Tuegel f7f965baaa ibus-hangul: download release from GitHub 2016-02-26 18:08:48 -06:00
Thomas Tuegel 6c85f72a91 ibus-table: 1.9.6 -> 1.9.11 2016-02-26 18:08:48 -06:00
Thomas Tuegel f058f1c1d3 ibus-with-plugins: rewrite wrapper 2016-02-26 18:08:48 -06:00
Thomas Tuegel 10e3664c97 ibus: 1.5.11 -> 1.5.13 2016-02-26 18:08:48 -06:00
Thomas Tuegel e559c3a72a ibus-table-others: use mktemp for temporary directory 2016-02-23 19:16:29 -06:00
Eric Sagnes 9e7ddbdcbd ibus-m17n: init at 1.3.4 2016-02-20 10:50:52 +09:00
Eric Sagnes 2d5537d89e fcitx-m17n: init at 0.2.3 2016-02-20 10:50:52 +09:00
Eric Sagnes 2dac18aa01 uim: removed gtk and qt plugin update logic 2016-02-17 20:44:29 +09:00
Eric Sagnes 52dd53373f ibus service: refactoring 2016-02-17 20:44:29 +09:00
Eric Sagnes 7ec5dc9234 ibus-wrapper: init 2016-02-17 20:44:29 +09:00
Eric Sagnes ca2f9a4f15 ibus-mozc: 2015-05-02 -> 2.17.2313.102 2016-02-17 20:44:29 +09:00
Eric Sagnes dd579a5576 ibus-anthy: 1.5.7 -> 1.5.8 2016-02-17 20:44:29 +09:00
Eric Sagnes 3c9892d4d4 ibus: group engines 2016-02-17 20:44:29 +09:00
Eric Sagnes 295d670024 fcitx-with-plugins: add fcitx-configtool and fcitx-qt5 2016-02-17 20:44:29 +09:00
Eric Sagnes 850be632a0 fcitx service: init 2016-02-17 20:44:29 +09:00
Eric Sagnes a0457135d8 fcitx-qt5: 1.0.4 -> 1.0.5 2016-02-17 20:44:29 +09:00
Eric Sagnes 1e581966b9 fcitx-moz: init at 2.17.2313.102 2016-02-17 20:44:29 +09:00
Eric Sagnes eb31d296e6 fcitx-table-other: init at 0.2.3 2016-02-17 20:44:29 +09:00
Eric Sagnes 1e5cd17f12 fcitx-hangul: init at 0.3.0 2016-02-17 20:44:29 +09:00
Eric Sagnes 3068f632c7 fcitx-chewing: init at 0.2.2 2016-02-17 20:44:29 +09:00
Eric Sagnes e2a62868d9 fcitx-anthy: 0.2.1 -> 0.2.2 2016-02-17 20:44:29 +09:00
Eric Sagnes 81aab64b7f fcitx: group engines 2016-02-17 20:44:29 +09:00
Vladimír Čunát d039c87984 Merge branch 'master' into closure-size 2016-02-14 08:33:51 +01:00
Vladimír Čunát 961b45a9c0 m17n-db: fix tarball
There's no glibc on darwin.
2016-02-05 19:22:22 +01:00
Alexander Tsamutali c7bbe15102 pkgs/tools/inputmethods/uim: Now depends on m17n-db and m17n-lib.
This adds support for some simple input methods like russian ЙЦУКЕН keyboard.
2016-02-01 03:31:57 +03:00
Alexander Tsamutali 2671639ac7 pkgs/tools/inputmethods/m17n-lib: New derivation. 2016-02-01 03:28:47 +03:00
Alexander Tsamutali 08c29dc3aa pkgs/tools/inputmethods/m17n-db: New derivation. 2016-02-01 03:27:33 +03:00
Vladimír Čunát 716aac2519 Merge branch 'staging' into closure-size 2016-01-19 09:55:31 +01:00
Pascal Wittmann 1799d134ba fcitx-configtool: add icon theme, fixes #11895 2016-01-03 20:32:59 +01:00
Luca Bruno 920b1d3591 Merge branch 'master' into closure-size 2015-11-29 16:50:26 +01:00
Eric Sagnes 6ca51e3062 fcitx-qt5: init at 1.0.4 2015-11-26 16:12:25 +08:00
Eric Sagnes db28fa4039 fcitx: 4.2.8.5 -> 4.2.9 2015-11-26 16:12:25 +08:00
Vladimír Čunát 333d69a5f0 Merge staging into closure-size
The most complex problems were from dealing with switches reverted in
the meantime (gcc5, gmp6, ncurses6).
It's likely that darwin is (still) broken nontrivially.
2015-11-20 14:32:58 +01:00
Vladimír Čunát a6e4c87391 gtk3: split into multiple outputs
All references OK, hopefully. Seems surprisingly smooth.
2015-10-13 20:18:45 +02:00
Gabriel Ebner 6fd0a630bc ibus: 1.5.10 -> 1.5.11 2015-10-10 07:28:42 +02:00
Vladimír Čunát 76ef7a93e3 Merge: xlibs and x11 attribute cleanup
Frequently using multiple *almost* identical attributes is bad.
2015-09-23 10:42:34 +02:00
Ian-Woo Kim 38d83144aa libhangul, nabi: input method library and tool for korean
Close #9689. @vcunat removed empty buildInputs and refactored meta.
2015-09-17 21:19:47 +02:00
Vladimír Čunát 88c9f8b574 xlibs: replace occurrences by xorg
This seems to have been confusing people, using both xlibs and xorg, etc.
- Avoided renaming local (and different) xlibs binding in gcc*.
- Fixed cases where both xorg and xlibs were used.
Hopefully everything still works as before.
2015-09-15 12:54:34 +02:00
Gabriel Ebner 1f8348bb5b ibus-anthy: fixup path in share/ibus/component/anthy.xml
Fixes #9676.
2015-09-06 21:05:26 +02:00
Gabriel Ebner 21370df4d6 ibus-anthy: 1.5.6 -> 1.5.7
Also fix zipcode lookup.
2015-09-01 18:05:12 +02:00
laMudri 22172b8e43 ibus-table-others: init at 1.3.7, closes #8460 2015-06-22 18:25:45 +02:00
laMudri f0b4065392 ibus-table: init at 1.9.6 2015-06-22 18:25:45 +02:00
Gabriel Ebner 77c790fc0e Bump ibus, ibus-anthy, and ibus-qt to their latest versions. 2015-05-28 22:07:36 +02:00
Gabriel Ebner 64ecc21b9a Add mozc and its dependency zinnia. 2015-05-20 20:25:23 +02:00
Gabriel Ebner 2e8cbfbc58 Move ibus packages to the inputmethods directory. 2015-03-12 11:57:54 +01:00
Gabriel Ebner fde4a0d442 Add ibus-anthy. 2015-03-11 21:54:04 +01:00
Nikolay Amiantov 9a21011f08 uim: don't accept additional arguments 2015-03-05 20:49:45 +03:00
Thor A. Hopland 28b8c50c2d Added Touchegg and 3 depdenencies. Touchegg is a daemon for X that adds gesture based navigation for touch based surfaces. 2015-02-06 06:53:32 +01:00
Alexey Levan 662d357684 Add anthy support to uim 2014-11-07 11:17:48 +02:00
(cdep)illabout f0c3c54712 Create wrapper package for fcitx with plugins.
This creates a wrapper package for fcitx so that plugins can be enabled
by the user.  This is based on the wrapper package for
pidgin-with-plugins.

By using this wrapper instead of the fcitx package itself, it will be
possible for the user to enable/disable plugins.
2014-11-05 10:37:10 +09:00
(cdep)illabout 35375d0917 Added package for fcitx-configtool.
This allows fctix to be configured through a GUI.
2014-10-20 11:35:47 +09:00
Mateusz Kowalczyk ef4a0076e1 fcitx: update from 4.2.8.4 to 4.2.8.5
cc @iyzsong
2014-09-30 11:14:23 +01:00
Michael Raskin 4fa0a59753 Merge pull request #3807 from iyzsong/fcitx
fcitx: update and add anthy addon
2014-09-03 11:45:58 +04:00
Michael Raskin e8badf3c3b Merge pull request #3275 from taku0/gtk-env
uim, gtk-exe-env, qt-plugin-env: Add input method modules for GTK+ and Qt
2014-08-29 01:35:38 +04:00
宋文武 92f728d546 add fcitx-anthy 2014-08-27 17:05:14 +08:00
宋文武 6f6724027d fcitx: update to 4.2.8.4 2014-08-27 15:43:03 +08:00
宋文武 a3800db3d2 add anthy, Japanese input method 2014-08-27 15:41:50 +08:00
Mateusz Kowalczyk 7a45996233 Turn some license strings into lib.licenses values 2014-07-28 11:31:14 +02:00
taku0 a0c91d66f1 uim, gtk-exe-env, qt-plugin-env: Add input method modules for GTK+ and Qt 2014-07-14 21:33:05 +09:00
宋文武 e47172ce38 fcitx: build im modules for gtk2, gtk3 and qt4
Close #2498.
2014-05-11 14:01:53 +02:00
Song Wenwu c3237756b4 fcitx: update to 4.2.8.3
Set platforms and add myself as a maintainer.
2013-09-28 19:44:52 +08:00
Song Wenwu 9f7cc1bfb3 add fcitx-4.2.7 2013-01-28 11:35:03 +08:00