Ivan Kozik
c86e00ecc4
ibus-engines.mozc: 2.20.2673.102 -> 2.23.2815.102
2019-01-08 17:52:57 +00:00
R. RyanTM
6b9d96907c
ibus-engines.typing-booster-unwrapped: 2.3.3 -> 2.4.1
...
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-01-03 10:08:18 -08:00
R. RyanTM
fbf959f13d
ibus-engines.typing-booster-unwrapped: 2.1.3 -> 2.3.3
...
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
2018-12-15 20:51:50 -08:00
Frederik Rietdijk
a510aa2672
Merge master into staging-next
2018-12-03 12:18:43 +01:00
c0bw3b
93e511c319
Treewide: use HTTPS on GNU Savannah domains
...
HTTP -> HTTPS for:
- http://savannah.gnu.org/
- http://git.savannah.gnu.org/
- http://download.savannah.gnu.org/
- http://svn.savannah.gnu.org/
2018-12-02 15:33:09 +01:00
c0bw3b
a04a512f34
Treewide: use HTTPS on NonGNU domains
2018-12-02 15:21:04 +01:00
Jan Tojnar
a51a99c690
gobject-introspection: rename package
...
camelCase package name was a huge inconsistency in GNOME package set.
2018-12-02 12:42:29 +01:00
Maximilian Bosch
80e9f77ed5
Merge pull request #50475 from Pneumaticat/ibus-table-chinese-init
...
ibus-table-chinese: init at 1.8.2
2018-11-23 14:11:58 +01:00
Renaud
ab06622d86
Merge pull request #50191 from jfrankenau/init-fusuma
...
fusuma: init at 0.10.2
2018-11-18 19:37:26 +01:00
Kevin Liu
624966ab69
ibus-table-chinese: init at 1.8.2
2018-11-16 15:55:03 -05:00
Kevin Liu
95dee0d721
ibus-table: fix FHS path default in tabcreatedb.py
...
It uses /usr/share as a default parameter, which errors out on NixOS.
This replaces it with the path to the derivation.
2018-11-16 15:54:57 -05:00
R. RyanTM
1b6984bec1
ibus-engines.m17n: 1.3.4 -> 1.4.1 ( #50089 )
...
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-m17n/versions
2018-11-12 21:00:57 +01:00
Johannes Frankenau
dc14808c09
fusuma: init at 0.10.2
2018-11-10 17:30:00 +01:00
Renaud
713b0bb778
Merge pull request #50062 from r-ryantm/auto-update/libinput-gestures
...
libinput-gestures: 2.38 -> 2.39
2018-11-10 15:52:48 +01:00
R. RyanTM
c281799090
ibus-engines.typing-booster-unwrapped: 2.1.2 -> 2.1.3
...
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
2018-11-09 16:04:01 -08:00
R. RyanTM
28c4e861f2
libinput-gestures: 2.38 -> 2.39
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/libinput-gestures/versions
2018-11-09 11:57:34 -08:00
Matthew Bauer
075e4883e0
ibus: fix cross compilation
...
gtk-doc is a native input so we need to use buildPackages here.
2018-10-29 13:45:40 -05:00
Will Dietz
f58fcf849e
libinput-gestures: entry point is a python script, add dep
...
Otherwise we have a raw shebang that doesn't work :(
2018-10-18 16:47:41 -05:00
Will Dietz
72f31fbc19
libinput-gestures: update patches
...
Don't bother skipping the version check,
keep diff against upstream simple.
2018-10-18 16:47:38 -05:00
Will Dietz
69c15c0c25
libinput-gestures: 2.33 -> 2.38
2018-10-18 16:47:36 -05:00
Eelco Dolstra
2004343f56
libotf: Add dev output
2018-10-11 21:18:20 +02:00
Matthew Bauer
dd6f6951cf
Merge pull request #45109 from jfrankenau/module-triggerhappy
...
nixos/triggerhappy: add module for triggerhappy hotkey daemon
2018-10-08 14:42:59 -05:00
R. RyanTM
19a9ca96aa
ibus-engines.typing-booster-unwrapped: 2.1.1 -> 2.1.2
...
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
2018-10-03 10:40:13 -07:00
Maximilian Bosch
dee2dab7c6
ibus-engines.typing-booster: init at 2.1.1
...
This package providesa completion input method for faster typing.
See https://mike-fabian.github.io/ibus-typing-booster
Detailed instructions how to activate this IBus engine on your desktop
can be found in the upstream docs: https://mike-fabian.github.io/ibus-typing-booster/documentation.html
A simple VM with the Gnome3 desktop and activated `ibus' looks like
this:
```nix
{
emojipicker = { pkgs, ... }: {
services.xserver = {
enable = true;
desktopManager.gnome3.enable = true;
desktopManager.xterm.enable = false;
};
users.extraUsers.vm = {
password = "vm";
isNormalUser = true;
};
i18n.inputMethod.ibus.engines = [
pkgs.ibus-engines.typing-booster
];
i18n.inputMethod.enabled = "ibus";
virtualisation.memorySize = 2048;
};
}
```
Fixes #38721
2018-09-19 21:27:10 +02:00
Vladimír Čunát
cbabebcc2e
Merge branch 'master' into staging-next
...
Hydra: ?compare=1473892
2018-08-17 13:45:21 +02:00
Johannes Frankenau
58a2632148
triggerhappy: build with systemd socket support
2018-08-16 10:56:42 +02:00
Herwig Hochleitner
efd4e66854
libotf: init 0.9.16
2018-08-16 09:38:55 +02:00
Vladimír Čunát
5b0398dc36
Merge branch 'master' into staging-next
...
Conflicts: gobby and libinfinity - I took the hand-edited versions
instead of those resuting from the mass-replacement.
Hydra: ?compare=1473190
2018-08-13 20:43:59 +02:00
R. RyanTM
3ab3e14e46
ibus-engines.hangul: 1.5.0 -> 1.5.1 ( #44771 )
...
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-hangul/versions .
2018-08-13 14:28:06 +02:00
John Ericson
db965063b3
treewide: Make configureFlags lists
2018-08-03 17:06:03 -04:00
volth
52f53c69ce
pkgs/*: remove unreferenced function arguments
2018-07-21 02:48:04 +00:00
Matthew Bauer
76999cc40e
treewide: remove aliases in nixpkgs
...
This makes the command ‘nix-env -qa -f. --arg config '{skipAliases =
true;}'’ work in Nixpkgs.
Misc...
- qtikz: use libsForQt5.callPackage
This ensures we get the right poppler.
- rewrites:
docbook5_xsl -> docbook_xsl_ns
docbook_xml_xslt -> docbook_xsl
diffpdf: fixup
2018-07-18 23:25:20 -04:00
R. RyanTM
9e867b8639
fcitx-configtool: 0.4.9 -> 0.4.10 ( #43203 )
...
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.
This update was made based on information from https://repology.org/metapackage/fcitx-configtool/versions .
These checks were done:
- built on NixOS
- fcitx result is not automatically checked, because some binaries gets stuck in daemons
2018-07-13 23:54:31 +02:00
R. RyanTM
fbdb5773f4
fcitx-engines.hangul: 0.3.0 -> 0.3.1 ( #43204 )
...
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.
This update was made based on information from https://repology.org/metapackage/fcitx-hangul/versions .
These checks were done:
- built on NixOS
- fcitx result is not automatically checked, because some binaries gets stuck in daemons
2018-07-13 23:52:25 +02:00
R. RyanTM
3503651d5e
fcitx-engines.chewing: 0.2.2 -> 0.2.3 ( #43209 )
...
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.
This update was made based on information from https://repology.org/metapackage/fcitx-chewing/versions .
These checks were done:
- built on NixOS
- fcitx result is not automatically checked, because some binaries gets stuck in daemons
2018-07-13 23:52:10 +02:00
R. RyanTM
5f608eb296
fcitx-engines.anthy: 0.2.2 -> 0.2.3 ( #43208 )
...
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.
This update was made based on information from https://repology.org/metapackage/fcitx-anthy/versions .
These checks were done:
- built on NixOS
- fcitx result is not automatically checked, because some binaries gets stuck in daemons
2018-07-13 23:51:52 +02:00
R. RyanTM
a6fcddf3db
fcitx-engines.m17n: 0.2.3 -> 0.2.4 ( #43206 )
...
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.
This update was made based on information from https://repology.org/metapackage/fcitx-m17n/versions .
These checks were done:
- built on NixOS
- fcitx result is not automatically checked, because some binaries gets stuck in daemons
2018-07-13 23:51:35 +02:00
R. RyanTM
ececd26a80
fcitx-engines.cloudpinyin: 0.3.4 -> 0.3.6 ( #43202 )
...
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.
This update was made based on information from https://repology.org/metapackage/fcitx-cloudpinyin/versions .
These checks were done:
- built on NixOS
- fcitx result is not automatically checked, because some binaries gets stuck in daemons
2018-07-13 23:51:11 +02:00
Taha
00562b5a9a
triggerhappy: init at 0.5.0
2018-07-11 00:15:52 -04:00
Silvan Mosberger
57bccb3cb8
treewide: http -> https sources ( #42676 )
...
* treewide: http -> https sources
This updates the source urls of all top-level packages from http to
https where possible.
* buildtorrent: fix url and tab -> spaces
2018-06-28 20:43:35 +02:00
Mitsuhiro Nakamura
6ce9c5e97c
fcitx-qt5: fix build with Qt 5.11
2018-06-20 21:55:39 +09:00
Jan Malakhovski
f431f209d7
uim: 1.8.6-20180501-git -> 1.8.8 ( #41850 )
2018-06-11 19:16:53 +02:00
Lincoln Lee
be170030b9
fcitx-table-extra: init at 0.3.8
2018-06-06 18:10:19 +08:00
John Ericson
ddbe9191ef
Merge remote-tracking branch 'upstream/master' into staging
...
Keep the dontCheck because the test suite fails, get rid of the LDFLAGS
hack because we don't need it!
2018-05-16 15:16:08 -04:00
Jan Malakhovski
13f44694dc
uim: 1.8.6 -> 1.8.6-20180501-git, switch to fetchFromGitHub
...
Old version fails to build.
2018-05-15 15:23:59 +00:00
John Ericson
2c5d915200
Merge commit '92b7a814f26ee1d37e989431c18518c67285a332' into staging
2018-05-13 01:02:09 -04:00
R. RyanTM
af46398f2b
ibus-engines.table: 1.9.18 -> 1.9.20 ( #40100 )
...
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-table/versions .
These checks were done:
- built on NixOS
- ran ‘/nix/store/k3qfsk06xxrm7sp4fwv7h5shdq7j1msk-ibus-table-1.9.20/bin/ibus-table-createdb -h’ got 0 exit code
- ran ‘/nix/store/k3qfsk06xxrm7sp4fwv7h5shdq7j1msk-ibus-table-1.9.20/bin/ibus-table-createdb --help’ got 0 exit code
- found 1.9.20 with grep in /nix/store/k3qfsk06xxrm7sp4fwv7h5shdq7j1msk-ibus-table-1.9.20
- directory tree listing: https://gist.github.com/ace63b0dd5941c9f17222549a08ee23c
2018-05-12 11:00:03 +02:00
Matthew Justin Bauer
eeb016e8f0
Merge branch 'staging' into fix-ncurses-darwin-extensions
2018-05-02 15:40:38 -05:00
Jörg Thalheim
37e79019d6
Merge pull request #39472 from ChengCat/fcitx-libpinyin
...
fcitx-libpinyin: fix data path
2018-04-27 10:59:33 +01:00
Yucheng Zhang
19f6fe6e9c
fcitx-libpinyin: fix data path
2018-04-27 10:57:37 +08:00