danbst
3b0534310c
mass replace "flip map -> foreach"
...
See `foreach`-introduction commit.
```
rg 'flip map ' --files-with-matches | xargs sed -i 's/flip map /foreach /g'
```
2019-07-14 13:46:10 +03:00
worldofpeace
3f4a353737
treewide: use dontUnpack
2019-07-01 04:23:51 -04:00
Maximilian Bosch
fb6ecef1cc
Merge pull request #63269 from r-ryantm/auto-update/ibus-typing-booster
...
ibus-engines.typing-booster-unwrapped: 2.6.1 -> 2.6.2
2019-06-20 17:52:21 +02:00
R. RyanTM
5d0fd4c163
ibus-engines.typing-booster-unwrapped: 2.6.1 -> 2.6.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
2019-06-16 19:47:33 -07:00
volth
f3282c8d1e
treewide: remove unused variables ( #63177 )
...
* treewide: remove unused variables
* making ofborg happy
2019-06-16 19:59:05 +00:00
Mario Rodas
78e126429f
anthy: use osdn mirror
2019-06-08 23:41:30 -05:00
Matthew Bauer
ba76fa91c7
treewide: handle enchant = enchant2
...
patch or provide backup to enchant1 where necessary
2019-06-03 12:47:28 -04:00
Jan Tojnar
f17b65371b
ibus: Disable python library by default
...
It is a Python 2 library that we install to Python 3 prefix. Even if it were used by anything it would not work.
2019-06-01 15:14:09 +02:00
Jan Tojnar
aefb8fbc69
ibus: Build introspection overrides
2019-06-01 14:59:25 +02:00
Jan Tojnar
c1b4f22b77
ibus: move code changes to a patch
2019-06-01 14:58:54 +02:00
Maximilian Bosch
77d8f5c040
ibus-engines.typing-booster: support french by default
...
This has been postponed[1] because of an unclear state of the french
dictionary provided by hunspell[2].
[1] https://github.com/NixOS/nixpkgs/pull/46779#issuecomment-422764601
[2] https://github.com/NixOS/nixpkgs/issues/46940#issuecomment-423288963
2019-05-23 15:53:50 +02:00
R. RyanTM
dd405d21a3
ibus-engines.anthy: 1.5.10 -> 1.5.11
...
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-anthy/versions
2019-05-21 10:35:57 -07:00
R. RyanTM
fface18d2b
ibus-engines.typing-booster-unwrapped: 2.6.0 -> 2.6.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-05-11 14:50:58 -07:00
Matthew Bauer
f475aeaf29
Merge pull request #59535 from matthewbauer/homepage-fixes
...
treewide: update homepages to https where available
2019-04-15 20:47:30 -04:00
Matthew Bauer
290a5d916e
treewide: update homepages to https where available
...
Based on "problems" from repology:
https://repology.org/repository/nix_unstable/problems
Mostly simple changes to reflect redirects.
2019-04-15 10:10:05 -04:00
Frederik Rietdijk
d108b49168
Merge master into staging-next
2019-04-09 16:38:35 +02:00
worldofpeace
9df9f3c464
Merge pull request #59009 from aristaeus/ibus-1.5.20
...
ibus: 1.5.17 -> 1.5.20
2019-04-06 18:38:14 -04:00
Ben Harper
b1298b38df
ibus 1.5.17 -> 1.5.20
2019-04-06 18:34:02 -04:00
Jan Tojnar
f3110db864
uim: fix build
2019-04-05 12:14:05 +02:00
Matthieu Coudron
c375715e26
fcitx: 4.2.9.5 -> 4.2.9.6
...
Updated url to gitlab.
2019-03-27 22:54:11 +09:00
R. RyanTM
f63daa89f7
ibus-engines.typing-booster-unwrapped: 2.5.3 -> 2.6.0
...
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-03-10 07:57:46 -07:00
Jan Tojnar
b2b29d24f2
Merge pull request #56715 from jtojnar/ibus-no-gconf
...
ibus: remove gconf dependency from runtime
2019-03-06 00:14:22 +01:00
Jan Tojnar
f577861b8a
ibus: remove gconf dependency from runtime
...
wrapGAppsHook adds gconf to runtime even though we only need
gsettings-schema-convert utility during build.
This decreases the closure size 514M → 394M
2019-03-02 17:42:16 +01:00
R. RyanTM
6766409824
ibus-engines.typing-booster-unwrapped: 2.5.0 -> 2.5.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
2019-03-02 06:52:06 -08:00
Frederik Rietdijk
2fcb11a244
Merge staging-next into master
2019-03-01 09:06:20 +01:00
Jörg Thalheim
dadc7eb329
treewide: use runtimeShell instead of stdenv.shell whenever possible
...
Whenever we create scripts that are installed to $out, we must use runtimeShell
in order to get the shell that can be executed on the machine we create the
package for. This is relevant for cross-compiling. The only use case for
stdenv.shell are scripts that are executed as part of the build system.
Usages in checkPhase are borderline however to decrease the likelyhood
of people copying the wrong examples, I decided to use runtimeShell as well.
2019-02-26 14:10:49 +00:00
Frederik Rietdijk
a25d48cd4f
Merge master into staging
2019-02-14 11:35:50 +01:00
Jan Tojnar
606ceda352
gnome3: stop using aliases
2019-02-14 02:31:15 +01:00
Jan Malakhovski
58a2757aaa
ibus-with-plugins: move defaults to package file
2019-02-03 15:30:39 +00:00
laMudri
1a8c98fe5c
ibus-engines.table: 1.9.20 -> 1.9.21
2019-01-29 22:53:57 +00:00
R. RyanTM
ebd7afab1b
ibus-engines.typing-booster-unwrapped: 2.4.1 -> 2.5.0
...
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-28 08:46:53 -08:00
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