Commit graph

659 commits

Author SHA1 Message Date
fortuneteller2k 2850d06833 interception-tools-plugins.caps2esc: 0.1.3 -> 0.3.2 2021-06-13 09:58:21 +08:00
Matthieu Coudron e6608fbb1a
Merge pull request #126093 from oxalica/bump/fcitx
fcitx5*: bump fcitx5 packages
2021-06-08 21:53:52 +02:00
Sandro 398c416a4f
Merge pull request #125888 from yanganto/hime-0.9.11
hime: unstable-2020-06-27 -> 0.9.11
2021-06-08 17:56:41 +02:00
Antonio Yang 621cda44c9 hime: unstable-2020-06-27 -> 0.9.11 2021-06-08 10:03:38 +08:00
oxalica fbedf830ea
fcitx5: fix update script 2021-06-08 00:59:43 +08:00
oxalica 1be9422725
fcitx5-chinese-addons: 5.0.3 -> 5.0.6 2021-06-08 00:59:43 +08:00
Hoàng Minh Thắng ceab4362b2 interception-tools: 0.2.1 -> 0.6.6
- use fetchFromGitLab
- add boost to build inputs
- remove outdated patches
2021-06-06 22:33:51 +07:00
Sandro 7b4e2bcb1b
Merge pull request #125875 from schnusch/remote-touchpad 2021-06-06 03:33:17 +02:00
schnusch c62bf5e4a1 remote-touchpad: 1.0.1 -> 1.0.2 2021-06-06 01:58:54 +02:00
Vonfry 7f705f7b08
fcitx5-table-extra: 5.0.2 -> 5.0.4 2021-06-03 08:30:28 +08:00
Vonfry b40e526658
fcitx5-table-other: 5.0.3 -> 5.0.5 2021-06-03 08:30:28 +08:00
Vonfry d49f66e971
fcitx5-rime: 5.0.4 -> 5.0.6 2021-06-03 08:30:28 +08:00
Vonfry 058df25e05
fcitx5-lua: 5.0.4 -> 5.0.5 2021-06-02 20:42:56 +08:00
Vonfry 55dfc47900
fcitx5-gtk: 5.0.3 -> 5.0.7 2021-06-02 20:42:28 +08:00
Vonfry 1a63a40bc7
fcitx5-configtool: 5.0.4 -> 5.0.5 2021-06-02 20:42:16 +08:00
Vonfry 1c71ffe5af
fcitx5: 5.0.4 -> 5.0.8 2021-06-02 20:41:52 +08:00
Jan Tojnar 594a885912
Merge branch 'staging-next' into staging 2021-05-10 09:45:47 +02:00
Vladimír Čunát 5663b2b2d3
Merge branch 'master' into staging-next
(a trivial conflict in transmission)
2021-05-09 09:31:55 +02:00
R. RyanTM 078e0b6f93 fcitx-engines.anthy: 0.2.3 -> 0.2.4 2021-05-08 17:42:11 -07:00
R. RyanTM 54933eeef0 ibus-engines.m17n: 1.4.4 -> 1.4.5 2021-05-08 17:39:30 -07:00
R. RyanTM 3a9d159ed1 libsForQt5.fcitx5-qt: 5.0.4 -> 5.0.6 2021-05-09 01:11:05 +02:00
Jan Tojnar dd78ce1c53
Merge branch 'staging-next' into staging 2021-05-08 20:59:05 +02:00
Martin Weinelt 9651084620 Merge remote-tracking branch 'origin/master' into staging-next 2021-05-08 14:43:43 +02:00
Jan Tojnar 468cb5980b gnome: rename from gnome3
Since GNOME version is now 40, it no longer makes sense to use the old attribute name.
2021-05-08 09:47:42 +02:00
Daniël de Kok 85f96822a0 treewide: fix cargoSha256/cargoHash
Rust 1.50.0 incorporated a Cargo change (rust-lang/cargo#8937) in
which cargo vendor erroneously changed permissions of vendored
crates. This was fixed in Rust
1.51.0 (rust-lang/cargo#9131). Unfortunately, this means that all
cargoSha256/cargoHashes produced during the Rust 1.50.0 cycle are
potentially broken.

This change updates cargoSha256/cargoHash tree-wide.

Fixes #121994.
2021-05-08 00:36:37 -07:00
github-actions[bot] e5f4def056
Merge staging-next into staging 2021-05-07 00:46:58 +00:00
R. RyanTM c0226eff76 fcitx5-m17n: 5.0.4 -> 5.0.5 2021-05-06 15:07:45 +00:00
github-actions[bot] e6037ce5fe
Merge staging-next into staging 2021-05-02 00:58:46 +00:00
Riey 64042dc2c6
kime: 2.5.2 -> 2.5.3 2021-05-02 01:58:06 +09:00
Andrew Childs 7869d16545 llvmPackages: Multuple outputs for everythting
Also begin to start work on cross compilation, though that will have to
be finished later.

The patches are based on the first version of
https://reviews.llvm.org/D99484. It's very annoying to do the
back-porting but the review has uncovered nothing super major so I'm
fine sticking with what I've got.

Beyond making the outputs work, I also strove to re-sync the packages,
as they have been drifting pointlessly apart for some time.

----

Other misc notes, highly incomplete

- lvm-config-native and llvm-config are put in `dev` because they are
  tools just for build time.

- Clang no longer has an lld dep. That was introduced in
  db29857eb3, but if clang needs help
  finding lld when it is used we should just pass it flags / put in the
  resource dir. Providing it at build time increases critical path
  length for no good reason.

----

A note on `nativeCC`:

`stdenv` takes tools from the previous stage, so:

1. `pkgsBuildBuild`: `(?1, x, x)`
2. `pkgsBuildBuild.stdenv.cc`: `(?0, ?1, x)`

while:

1. `pkgsBuildBuild`: `(?1, x, x)`
2. `pkgsBuildBuild.targetPackages`: `(x, x, ?2)`
3. `pkgsBuildBuild.targetPackages.stdenv.cc`: `(?1, x, x)`
2021-04-30 05:41:00 +00:00
Maëlys Bras de fer d274222c3b
fcitx5-configtool: 5.0.2 -> 5.0.4
Fixes fcitx/fcitx5-configtool#38 that prevented compiling.
2021-04-26 17:46:02 +02:00
Luke Granger-Brown c14b9e5f86
Merge pull request #120127 from schnusch/remote-touchpad
remote-touchpad: init at 1.0.1
2021-04-25 13:13:45 +01:00
schnusch f96a6606d6 remote-touchpad: init at 1.0.1 2021-04-24 18:18:10 +02:00
Martin Weinelt 6b34489f81
Merge branch 'master' into staging-next 2021-04-20 02:06:07 +02:00
Riey 7ba68694a0
kime: init at 2.5.2 2021-04-18 13:02:20 +09:00
Vladimír Čunát d2eb7a7887
Merge branch 'staging' into staging-next
A few conflicts but relatively clear ones (I think).
2021-04-14 10:08:25 +02:00
Technical27 e019872af8
fcitx5-m17n: init at 5.0.4 (#119357)
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2021-04-13 21:44:15 +02:00
Luke Granger-Brown 08b22e605b Merge remote-tracking branch 'upstream/staging-next' into down-integrate-staging 2021-04-12 18:49:01 +00:00
R. RyanTM e23957211c fcitx5-lua: 5.0.3 -> 5.0.4 2021-04-11 21:09:31 +02:00
R. RyanTM 03a196c26a libsForQt5.fcitx5-qt: 5.0.2 -> 5.0.4 2021-04-11 21:09:18 +02:00
Gabriel Ebner 46a702eba1 fcitx5-mozc: remove unused mesa dependency 2021-04-09 09:26:12 +02:00
Frederik Rietdijk 5984dd57d5 ibus-mozc: remove unused python parameter 2021-04-03 17:06:09 +02:00
Robert Schütz f35dd88c64 lisgd: init at 0.3.0 2021-04-01 23:44:16 +02:00
Mario Rodas f3228cce6d fcitx5-mozc: use nixpkgs abseil 2021-03-20 04:20:00 +00:00
R. RyanTM 0206bf6d75 ibus-engines.bamboo: 0.6.9 -> 0.7.0 2021-03-18 08:46:31 +00:00
Jan Tojnar 01a4d350c7
Merge branch 'master' into staging-next
Reverted https://github.com/NixOS/nixpkgs/pull/115228 for kodi to avoid conflict.

It does not look like unzip would be used but not investigating now to speed up merge conflict resolution.
2021-03-13 19:16:43 +01:00
R. RyanTM ddd71dd0c9 ibus-engines.table: 1.12.3 -> 1.12.4 2021-03-13 15:52:13 +01:00
R. RyanTM 805e9c5f69 ibus-engines.anthy: 1.5.11 -> 1.5.12 2021-03-13 15:51:03 +01:00
github-actions[bot] f9d4095295
Merge staging-next into staging 2021-03-07 00:41:13 +00:00
R. RyanTM 64676e99a6 ibus-engines.bamboo: 0.6.8 -> 0.6.9 2021-03-06 23:49:25 +01:00
Ben Siraphob 4cd3c27aee anthy: expand platforms to unix 2021-03-06 21:02:44 +07:00
github-actions[bot] f5bb0053a6
Merge staging-next into staging 2021-03-02 18:17:42 +00:00
Jakub Kądziołka 8813b5a191
fcitx: wrap with xmodmap in PATH
fcitx contains functionality to execute xmodmap when changing the
layout, which triggers if ~/.Xmodmap is present. However, this breaks
if xmodmap isn't present in fcitx's PATH.
2021-03-01 21:52:38 +01:00
Robert Schütz 54757b35c1 Merge branch 'staging-next' into staging 2021-02-26 10:56:17 +01:00
Frederik Rietdijk c456a2512f Merge master into staging-next 2021-02-26 10:25:13 +01:00
Thomas Tuegel ca6fafaf23
Merge pull request #114070 from r-ryantm/auto-update/ibus
ibus: 1.5.23 -> 1.5.24
2021-02-24 16:24:32 -06:00
Mario Rodas 652b80da04
Merge pull request #113907 from r-ryantm/auto-update/fcitx5-rime
fcitx5-rime: 5.0.3 -> 5.0.4
2021-02-23 20:25:59 -05:00
Mario Rodas a056a197ad
Merge pull request #113910 from r-ryantm/auto-update/fcitx5-lua
fcitx5-lua: 5.0.2 -> 5.0.3
2021-02-23 20:25:30 -05:00
Mario Rodas f22345c94f
Merge pull request #113924 from r-ryantm/auto-update/fcitx5-table-other
fcitx5-table-other: 5.0.2 -> 5.0.3
2021-02-23 20:21:09 -05:00
R. RyanTM 4365ff8c0e ibus: 1.5.23 -> 1.5.24 2021-02-23 04:40:05 +00:00
Sandro Jäckel 0b703039ca
fcitx5: remove unused input 2021-02-22 02:28:02 +01:00
R. RyanTM 6e8f7b2164 fcitx5-table-other: 5.0.2 -> 5.0.3 2021-02-21 16:09:58 +00:00
R. RyanTM 2560e8a6b9 fcitx5-lua: 5.0.2 -> 5.0.3 2021-02-21 14:17:02 +00:00
R. RyanTM 5f24a13cbf fcitx5-rime: 5.0.3 -> 5.0.4 2021-02-21 14:09:37 +00:00
Ben Siraphob 127733211e
treewide: unzip buildInputs to nativeBuildInputs (#112302) 2021-02-20 16:01:53 -05:00
Ben Siraphob e03c068af5 treewide: makeWrapper buildInputs to nativeBuildInputs 2021-02-19 20:09:16 +07:00
zowoq ae66c3e404 evscript: remove verifyCargoDeps 2021-02-19 13:13:16 +10:00
github-actions[bot] 402b752521
Merge master into staging-next 2021-02-11 18:16:48 +00:00
ajs124 ff65ba7a2b
Merge pull request #112670 from helsinki-systems/fcitx5_gtk4
fcitx5: enable gtk4
2021-02-11 17:34:47 +01:00
github-actions[bot] 9185e731d2
Merge master into staging-next 2021-02-11 12:20:09 +00:00
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
Maximilian Bosch 9842c4b107
treewide: update which packages I'm currently maintaining
Idea shamelessly stolen from 4e60b0efae.

I realized that I don't really know anymore where I'm listed as maintainer and what
I'm actually (co)-maintaining which means that I can't proactively take
care of packages I officially maintain.

As I don't have the time, energy and motivation to take care of stuff I
was interested in 1 or 2 years ago (or packaged for someone else in the
past), I decided that I make this explicit by removing myself from several
packages and adding myself in some other stuff I'm now interested in.

I've seen it several times now that people remove themselves from a
package without removing the package if it's unmaintained after that
which is why I figured that it's fine in my case as the affected pkgs
are rather low-prio and were pretty easy to maintain.
2019-12-26 15:27:47 +01:00
R. RyanTM d3bbcac638 ibus-engines.typing-booster-unwrapped: 2.7.2 -> 2.7.4 2019-12-23 09:08:50 -08:00
Mario Rodas 26eecab3ca
Merge pull request #75404 from filalex77/fusuma-1.3.0
fusuma: 0.10.2 -> 1.3.0
2019-12-16 22:42:29 -05:00
Bernardo Meurer 435b929d52
gebaar-libinput: init at 0.0.5 2019-12-16 05:58:29 -05:00
Maximilian Bosch ca1a918d4c
Merge pull request #74422 from r-ryantm/auto-update/ibus-typing-booster
ibus-engines.typing-booster-unwrapped: 2.7.0 -> 2.7.2
2019-12-14 04:22:12 +01:00
Oleksii Filonenko af4f2e366f
fusuma: add filalex77 to maintainers 2019-12-10 01:49:16 +02:00
Oleksii Filonenko 9299ee088c
fusuma: 0.10.2 -> 1.3.0 2019-12-10 01:49:16 +02:00
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
R. RyanTM cf2c59ee88 ibus-engines.typing-booster-unwrapped: 2.7.0 -> 2.7.2 2019-11-27 19:55:32 -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