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 |
|
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 |
|