Commit Graph

489 Commits

Author SHA1 Message Date
Jan Tojnar
4ef8bd3d16 ibus-engines.libpinyin: 1.11.1 -> 1.12.0 2021-02-11 11:02:37 +01:00
R. RyanTM
e937d5db28 ibus-engines.m17n: 1.4.3 -> 1.4.4 2021-02-11 10:22:37 +01:00
Jan Tojnar
6088dcf945
ibus-engines.table: Fix ibus-setup-table
It now requires dbus-python.

Missed this in https://github.com/NixOS/nixpkgs/pull/109973
2021-02-11 08:00:51 +01:00
R. RyanTM
19fa94d020 ibus-engines.table: 1.9.25 -> 1.12.3 2021-02-11 07:43:50 +01:00
ajs124
2536d3cc7f fcitx5: enable gtk4
since we do have that in nixpkgs now
2021-02-10 19:48:04 +01:00
github-actions[bot]
19d5413d37
Merge staging-next into staging 2021-01-31 12:23:21 +00:00
taku0
4015c5ca9c
Merge pull request #97556 from cohei/update-skk-dicts-unstable
skk-dicts-unstable: 2017-10-26 -> 2020-03-24
2021-01-31 18:03:54 +09:00
Thomas Tuegel
0e418a1a18
Merge pull request #108888 from ttuegel/feature--staging--qt-no-mkDerivation
Qt: Do not require mkDerivation
2021-01-26 16:24:41 -06:00
Thomas Tuegel
5590e365e4
qtbase: Check for wrapQtAppsHook in setupHook 2021-01-25 15:56:15 -06:00
Pavol Rusnak
a6ce00c50c
treewide: remove stdenv where not needed 2021-01-25 18:31:47 +01:00
volth
bc0d605cf1 treewide: fix double quoted strings in meta.description
Signed-off-by: Ben Siraphob <bensiraphob@gmail.com>
2021-01-24 19:56:59 +07:00
Potato Hatsue
596e02c655
fcitx5-mozc: init at 2.26.4220.102 2021-01-24 02:10:23 +01:00
Sandro
a252b7e7a5
Merge pull request #109426 from poscat0x04/fcitx-update-script 2021-01-22 14:16:42 +01:00
Poscat
bdf7a8aa8e
fcitx5-lua: remove unnecessary interpolation 2021-01-22 11:58:27 +08:00
zowoq
59b83c43e0 treewide: add final newline 2021-01-22 07:18:04 +10:00
zowoq
31f5dd3f36 treewide: editorconfig fixes
- remove trailing whitespace
- use spaces for indentation
2021-01-20 09:11:11 +10:00
Sandro
337b3f9022 Merge pull request #109649 from berberman/fix-fcitx5 2021-01-19 18:34:43 +01:00
Sandro
7de82fbe61
Merge pull request #94097 from svend/dual-function-keys 2021-01-19 13:41:19 +01:00
Potato Hatsue
a6123808cc
fcitx5-with-addons: remove unnecessary qtbase from buildInputs 2021-01-19 19:30:04 +08:00
Potato Hatsue
9e58c856a0
fcitx5-with-addons: symlink .desktop to autostart
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2021-01-19 19:30:04 +08:00
Potato Hatsue
61615cc4ea
fcitx5-with-addons: patch .desktop files 2021-01-19 19:30:04 +08:00
Potato Hatsue
9509da46e7
fcitx5-qt: fix missing libfcitx5platforminputcontextplugin.so 2021-01-19 19:30:03 +08:00
Svend Sorensen
ea7e4b3486
Apply suggestions from code review
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2021-01-18 19:30:22 -08:00
Ben Siraphob
d6aeae8f90 pkgs/tools: pkgconfig -> pkg-config (2) 2021-01-17 23:27:27 +07:00
Ben Siraphob
d1852aca3c pkgs/tools, pkgs/applications: [sS]tdenv.*lib -> lib 2021-01-17 20:59:15 +07:00
Poscat
e5d652a32d
fcitx5-table-other: 5.0.1 -> 5.0.2 2021-01-16 13:16:40 +08:00
Poscat
b46049c09a
fcitx5-table-extra: 5.0.1 -> 5.0.2 2021-01-16 13:16:39 +08:00
Poscat
f0766ab3ae
fcitx5-chinese-addons: 5.0.2 -> 5.0.3 2021-01-16 13:16:38 +08:00
Poscat
1d89ec0c2c
fcitx5-rime: 5.0.2 -> 5.0.3 2021-01-16 13:16:37 +08:00
Poscat
c2de5a5f61
fcitx5-lua: 5.0.1 -> 5.0.2 2021-01-16 13:16:36 +08:00
Poscat
eb6007055d
fcitx5-configtool: 5.0.1 -> 5.0.2 2021-01-16 13:16:33 +08:00
Poscat
937ea70a98
libsForQt5.fcitx5-qt: 5.0.1 -> 5.0.2 2021-01-16 13:16:20 +08:00
Poscat
15f2be29d6
fcitx5-gtk: 5.0.1 -> 5.0.3 2021-01-16 13:16:09 +08:00
Poscat
c0e0b52174
fcitx5: 5.0.3 -> 5.0.4 2021-01-16 12:02:54 +08:00
Poscat
13f5c8013f
Add an update script for fcitx packages 2021-01-16 12:02:43 +08:00
Ben Siraphob
8c5d37129f pkgs/tools: stdenv.lib -> lib 2021-01-15 17:12:36 +07:00
Profpatsch
4a7f99d55d 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
2021-01-11 10:38:22 +01:00
Frederik Rietdijk
0c42bb5027 Merge master into staging-next 2021-01-10 15:50:49 +01:00
Matthieu Coudron
9f8b7cb4a8
Merge pull request #104658 from poscat0x04/add-fcitx5
Add fcitx5
2021-01-10 15:26:27 +01:00
Sandro
d25225b014
Merge pull request #96039 from MilesBreslin/evscript 2021-01-10 12:18:27 +01:00
Poscat
4ef6482261
fcitx5-table-other: Init at 5.0.1 2021-01-10 14:31:10 +08:00
Poscat
7b99329edd
fcitx5-table-extra: Init at 5.0.1 2021-01-10 14:31:09 +08:00
Poscat
1b06ca4b0d
fcitx5-with-addons: Init 2021-01-10 14:31:07 +08:00
Poscat
3dbd3d11e3
fcitx5-chinese-addons: Init at 5.0.2 2021-01-10 14:31:06 +08:00
Poscat
208b419ab5
fcitx5-lua: Init at 5.0.1 2021-01-10 14:31:05 +08:00
Poscat
ea50300499
fcitx5-rime: Init at 5.0.2 2021-01-10 14:31:03 +08:00
Poscat
1da3fbf0eb
fcitx5-configtool: Init at 5.0.1 2021-01-10 14:31:02 +08:00
Poscat
5409030ea1
fcitx5-gtk: Init at 5.0.1 2021-01-10 14:31:01 +08:00
Poscat
e42b4d312f
fcitx5-qt: Init at 5.0.1 2021-01-10 14:30:58 +08:00
Poscat
85a30b1fd8
fcitx5: Init at 5.0.3 2021-01-10 13:24:20 +08:00
Miles Breslin
8ac4b7c7fd evscript: Init at git-47f86f0 2021-01-07 14:13:00 -08:00
Jan Tojnar
f19eb635b4
Merge branch 'master' into staging-next
b04fc593e7 seems to have accidentally changed mkDerivation function for dfilemanager and solarus-quest-editor so I have reverted that here.
2021-01-07 13:04:31 +01:00
Sandro Jäckel
ffc02499d6
evdevremapkeys: Disable tests, remove name use 2021-01-07 10:43:52 +01:00
Ben Siraphob
3ae5e6ce03 treewide: remove enableParallelBuilding = true if using cmake 2021-01-03 18:37:40 +07:00
Ben Siraphob
b04fc593e7 treewide: cmake buildInputs to nativeBuildInputs, minor cleanups 2021-01-01 11:52:33 +07:00
Svend Sorensen
802ec1b556 dual-function-keys: init at 1.1.0 2020-12-28 17:13:45 -08:00
Sandro
a174e4dfc5
Merge pull request #101019 from rgrunbla/netevent 2020-12-07 19:56:13 +01:00
R. RyanTM
ab17a97935
ibus-engines.bamboo: 0.6.7 -> 0.6.8 2020-12-06 02:25:15 +01:00
Rémy Grünblatt
329c968e50 netevent: init at 20201018 2020-12-05 16:38:36 +01:00
Gabriel Ebner
3a2fe56aef
Merge pull request #105767 from GovanifY/mozc-update
ibus-mozc: 2.23.2815.102 -> 2.23.4206.102
2020-12-04 17:56:40 +01:00
Gauvain 'GovanifY' Roussel-Tarbouriech
d95f55e5e3
ibus-mozc: 2.23.2815.102 -> 2.23.4206.102 2020-12-03 15:52:43 +01:00
Peng Mei Yu
a23830fb97 ibus-engines.rime: init at 1.4.0 2020-12-01 18:47:38 +08:00
Sandro
4c7ef08700
Merge pull request #100973 from r-ryantm/auto-update/ibus
ibus: 1.5.22 -> 1.5.23
2020-11-28 00:46:14 +01:00
R. RyanTM
297606f8e3 ibus-engines.bamboo: 0.6.6 -> 0.6.7 2020-11-23 20:41:57 +01:00
Oleksii Filonenko
512c3c0a05 maintainers: rename filalex77 -> Br1ght0ne 2020-11-17 13:09:31 +02:00
Sandro Jäckel
0b884cec25
ibus-engines.libthai: init at 0.1.4 2020-11-01 00:13:37 +01:00
Jan Tojnar
6c40c0ace8
Merge pull request #96322 from r-ryantm/auto-update/ibus-hangul
ibus-engines.hangul: 1.5.3 -> 1.5.4
2020-10-22 10:43:08 +02:00
R. RyanTM
d22229eda3 ibus: 1.5.22 -> 1.5.23 2020-10-18 13:23:55 +00:00
Ben Siraphob
683a87dbeb treewide: remove periods from end of package descriptions 2020-10-17 08:22:31 -07:00
Antonio Yang
52b903b3c4 hime: fix enable hime, remove hime-all package
- fix inputMethod.enable hime by adding module list
- rm hime-all package, because chewing, anthy modules does not work well
2020-10-17 10:48:31 +08:00
TANIGUCHI Kohei
6395163649 skk-dicts-unstable: 2017-10-26 -> 2020-03-24 2020-09-10 00:49:09 +09:00
TANIGUCHI Kohei
ce1985159d skk-dicts-unstable: enable to build on mac 2020-09-08 16:38:44 +09:00
Super Bo
fdda893a8a ibus-bamboo: init at 0.6.6
Add IBus Bamboo engine for Vietnamese
2020-09-08 08:22:50 +07:00
R. RyanTM
077a2288f3 ibus-engines.hangul: 1.5.3 -> 1.5.4 2020-08-25 23:37:46 +00:00
Gabriel Ebner
812d64b013 ibus-engines.mozc: enable handwriting recognition 2020-08-22 18:16:04 +02:00
Gabriel Ebner
b360e99095 fcitx-engines.mozc: enable handwriting recognition 2020-08-22 18:08:54 +02:00
Gabriel Ebner
8309faafc3 ibus-engines.mozc: wrap mozc_tool 2020-08-22 17:55:16 +02:00
Gabriel Ebner
637434fa71 fcitx-engines.mozc: wrap mozc_tool 2020-08-22 17:51:00 +02:00
Gabriel Ebner
748cbf9358 ibus-engines.mozc: fix build and support new era 2020-08-16 16:39:50 +02:00
Gabriel Ebner
776a8f5c89 fcitx-engines.mozc: 2.20.2673.102 -> 2.23.2815.102 2020-08-16 16:39:25 +02:00
Justin Lovinger
97a2dbdce5 caps2esc: 0.1.0 -> 0.1.3 2020-07-10 14:14:23 -04:00
worldofpeace
56619d6ebb
Merge pull request #85992 from symphorien/ibus-db
ibus: fix dconf database
2020-07-07 11:29:53 -04:00
R. RyanTM
576db6a059 ibus-engines.m17n: 1.4.2 -> 1.4.3 2020-07-06 04:18:47 +02:00
R. RyanTM
84696de0f9 interception-tools: 0.1.1 -> 0.2.1 2020-06-17 12:39:23 -07:00
Antonio Yang
0c138794af input methods: add hime 2020-10-03 22:27:22 +08:00
TANIGUCHI Kohei
8b435d9e6f skktools: 1.3.3 -> 1.3.4 2020-09-10 01:00:25 +09:00
TANIGUCHI Kohei
9c5a72408d skktools: refactor
Specify tag name for revision
2020-09-10 01:00:25 +09:00
Symphorien Gibol
11d6318a01 Revert "Revert "ibus: fix dconf db installation""
This reverts commit ee5cba24c3.
2020-06-02 22:34:59 +02:00
worldofpeace
ee5cba24c3
Revert "ibus: fix dconf db installation" 2020-04-24 18:22:59 -04:00
Symphorien Gibol
bd6c12ba32 ibus: fix generation of 00-upstream-settings 2020-04-24 13:15:56 +02:00
Michael Reilly
84cf00f980
treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
Michael Fellinger
f92600b406
update versions in Gemfile.lock 2020-04-06 15:02:13 +02:00
R. RyanTM
b0af283e05 ibus-engines.table: 1.9.22 -> 1.9.25 2020-03-05 04:04:38 +00:00
R. RyanTM
8f5956e63d ibus: 1.5.21 -> 1.5.22 2020-02-22 00:12:32 +00:00
R. RyanTM
8411452dea ibus-engines.typing-booster-unwrapped: 2.7.4 -> 2.7.5 2020-02-09 09:53:33 +01:00
R. RyanTM
b6feea4a68 ibus-engines.m17n: 1.4.1 -> 1.4.2 2020-02-09 09:49:24 +01:00
R. RyanTM
6d4c30b2c3 ibus-engines.table: 1.9.21 -> 1.9.22 2020-02-06 20:16:54 +01:00
Niklas Hambüchen
5cda7099ae
Merge pull request #77517 from McSinyx/ibus-table-others-1-3-11
ibus-engines.table-others: 1.3.9 -> 1.3.11
2020-01-18 02:26:04 +01:00
Nguyễn Gia Phong
a498f3363f ibus-engines.table-others: 1.3.9 -> 1.3.11 2020-01-11 22:17:01 +07:00
Robin Gloster
ac8eaa8507
treewide: fix *Flags 2019-12-30 04:50:37 +01:00