Commit graph

151762 commits

Author SHA1 Message Date
Wael M. Nasreddine
4f8a248b23 kernel: increase build timeout to two hours 2018-09-04 20:12:18 -04:00
Wael M. Nasreddine
107de747c7 linux_4_18: HID: core: fix grouping by application
This patch fixes #45165

commit f07b3c1da92d ("HID: generic: create one input report per
application type") was effectively the same as MULTI_INPUT:
hidinput->report was never set, so hidinput_match_application()
always returned null.

Fix that by testing against the real application.

Note that this breaks some old eGalax touchscreens that expect MULTI_INPUT
instead of HID_QUIRK_INPUT_PER_APP. Enable this quirk for backward
compatibility on all non-Win8 touchscreens.

link: https://bugzilla.kernel.org/show_bug.cgi?id=200847
link: https://bugzilla.kernel.org/show_bug.cgi?id=200849
link: https://bugs.archlinux.org/task/59699
link: https://github.com/NixOS/nixpkgs/issues/45165

Cc: stable@vger.kernel.org # v4.18+
Signed-off-by: Benjamin Tissoires <benjamin.tissoires@redhat.com>
2018-09-04 20:11:42 -04:00
Jörg Thalheim
de825a4eaa dino: 2018-07-08 -> 2018-09-05 2018-09-05 00:23:10 +01:00
Sarah Brofeldt
e153a988ec
Merge pull request #46031 from srhb/fix-go-on-aarch64
go_1_11: Allow only one of GOARM={5,6,7}
2018-09-05 01:05:22 +02:00
Andreas Rammhold
d814c98ec8 python.pkgs.pytest-fixture-config: disable tests (#46021)
Tests seem to fail on all recent versions even outside of our build
system. The upstream CI tests seem to somehow succeed but I wasn't able
to reproduce that locally. For not it is probably best to disable them.
2018-09-05 01:02:06 +02:00
Will Dietz
a36b861f80 liblangtag: bump to CLDR 33.1 unicode data (#46050)
http://cldr.unicode.org/index/downloads/cldr-33-1
2018-09-04 23:47:21 +02:00
Bart Brouns
b7d408713c puredata: 0.48-0 -> 0.48-2 (#46065) 2018-09-04 23:45:30 +02:00
Bart Brouns
6b74b16579 kitty: 0.11.3 -> 0.12.0 (#46067) 2018-09-04 23:44:04 +02:00
Michael Weiss
f50aa1cd4e pythonPackages.glances: 3.0 -> 3.0.1 2018-09-04 23:43:07 +02:00
worldofpeace
33fa23f6b3 dbus-sharp-2_0: fix build (#46060) 2018-09-04 23:38:07 +02:00
Will Dietz
59f5a65e72 zsh: 5.5.1 -> 5.6 (#46052)
Security, see:

https://github.com/zsh-users/zsh/blob/zsh-5.6/NEWS#L7
2018-09-04 23:32:43 +02:00
Will Dietz
8dc63ce9aa
Merge pull request #46063 from xeji/p/novacomd-test
nixos/tests/novacomd: prevent non-deterministic failure
2018-09-04 16:13:02 -05:00
Uli Baum
62086c6be6 nixos/tests/novacomd: prevent non-deterministic failure
A sporadic failure occured on Hydra because a request was sent
to the daemon after the systemd unit was started, but before the
daemon was actually listening. Fix by checking for open port first.
2018-09-04 22:46:44 +02:00
Tim Steinbach
98ef33ec74
oh-my-zsh: 2018-07-29 -> 2018-09-03 2018-09-04 16:19:43 -04:00
symphorien
16e776fde7 sound-juicer: fix build (#46051) 2018-09-04 21:16:01 +02:00
Vladimír Čunát
281a629c2a
Merge #46047: ghostscript: 9.22 -> 9.24 (security) 2018-09-04 19:14:22 +02:00
Vladimír Čunát
a3f6a4b9b6
ghostscript: fix nitpicks after the update
- unused lcms2 input
- reference $out -> $doc
2018-09-04 18:50:49 +02:00
xeji
da0c385a69
Merge pull request #46033 from rnhmjoj/monero
Monero updates
2018-09-04 18:44:25 +02:00
Vladimír Čunát
c19136b1cd
ghostscript: 9.22 -> 9.24 (security)
The $doc stuff needed changes, probably because of ghostscript newly
reacting to some configure flags that stdenv passes.
 - share/ghostscript/9.22/doc was an ugly location for documentation,
   and I didn't like their new share/ghostscript/9.24 either,
   so that got changed to share/doc/ghostscript/9.24
 - their process no longer installs examples, apparently,
   but I don't expect that would be any problem for us
2018-09-04 18:17:01 +02:00
xeji
45ec8534b1
Merge pull request #46037 from romildo/upd.deepin-shortcut-viewer
deepin-shortcut-viewer: init at 1.3.5
2018-09-04 15:38:14 +02:00
xeji
0402f04b9b
Merge pull request #44978 from alyssais/cargo-download
cargo-download: init at 0.1.1
2018-09-04 15:36:53 +02:00
rnhmjoj
fd95d30609
monero-gui: 0.12.0.0 -> 0.12.3.0 2018-09-04 14:20:41 +02:00
rnhmjoj
90ab6c8400
monero: 0.12.0.0 -> 0.12.3.0 2018-09-04 14:20:41 +02:00
José Romildo Malaquias
b99077f5b1 deepin-terminal: add dependency on deepin-shortcut-viewer; enable parallel building 2018-09-04 09:11:10 -03:00
José Romildo Malaquias
e65617d823 deepin-shortcut-viewer: init at 1.3.5 2018-09-04 09:11:10 -03:00
Leon Schuermann
4295e225f5 libvmi: fix libxenctrl dynamic loading (#45865)
libvmi uses dlopen() to only require libxenctrl if the Xen hypervisor is used,
which failed because libxenctrl could not be found.
Add xen libraries to libvmi's RUNPATH using patchelf.
2018-09-04 13:30:07 +02:00
Sarah Brofeldt
17b6efaf3d go_1_11: Only allow one of GOARM=5, 6 or 7 2018-09-04 11:46:35 +02:00
Orivej Desh
205f3e941a swift-im: fix build with Qt 5.11 and split QtWebKit 2018-09-04 09:39:06 +00:00
Daniël de Kok
93a5947158 mxnet: 1.1.0 -> 1.2.1 (#46026)
Update and fix the build:

- Perl is a build-time requirement.
- Fix hardcoded /bin/bash invocation.
2018-09-04 11:37:54 +02:00
Alyssa Ross
9f3707d83a
cargo-download: add Security build input on darwin 2018-09-04 10:32:05 +01:00
Orivej Desh
6767396e38 psi-plus: 1.2.235 -> 1.3.410 2018-09-04 08:39:13 +00:00
Orivej Desh
2e0befd22e libsignal-protocol-c: init at 2.3.2 2018-09-04 08:35:52 +00:00
Orivej Desh
0f1125975a psi: specify license (#43716) 2018-09-04 07:41:08 +00:00
xeji
d22e22e2dd
Merge pull request #45987 from danieldk/fix-vowpalwabbit
vowpalwabbit: fix build against boost-python.
2018-09-04 08:54:00 +02:00
xeji
8e9c7e83ea
Merge pull request #46022 from romildo/upd.deepin-menu
deepin-menu: init at 3.3.10
2018-09-04 08:52:17 +02:00
Daniël de Kok
69d418aeac vowpalwabbit: mark broken on aarch64. 2018-09-04 07:43:53 +02:00
John Ericson
d62e62e6a8
Merge pull request #46023 from Ericson2314/fix-45993
mkDerivation: Fix cross compilation
2018-09-04 01:29:24 -04:00
John Ericson
06cd7c15a3 mkDerivation: Fix cross compilation
Derivations where drawing their `system` attribute from `hostPlatform`
instead of `buildPlatform`. Fix that, and add an explanatory commment.

Fixes #45993
2018-09-03 23:18:24 -04:00
José Romildo Malaquias
3451488235 deepin-terminal: add dependency on deepin-menu 2018-09-03 23:06:56 -03:00
José Romildo Malaquias
ff8d974ec0 deepin-menu: init at 3.3.10 2018-09-03 22:45:51 -03:00
Jan Tojnar
d7c0d9a7f8
gnome3.file-roller: add python3 for install script
Meson no longer propagates it so we need to re-add it.
2018-09-04 03:23:45 +02:00
Jan Tojnar
2e1acfce13
casync: add python3 for install script
Meson no longer propagates it so we need to re-add it.
2018-09-04 03:23:44 +02:00
Jan Tojnar
5f33edda40
gnome3.gnome-boxes: add python3 for install script
Meson no longer propagates it so we need to re-add it.
2018-09-04 03:23:44 +02:00
Jan Tojnar
b3e4a1a64c
gnome3.gnome-tweaks: add python3 for install script
Meson no longer propagates it so we need to re-add it.
2018-09-04 03:23:44 +02:00
Jan Tojnar
4b50a184f3
gnome3.simple-scan: add python3 for install script
Meson no longer propagates it so we need to re-add it.
2018-09-04 03:23:43 +02:00
Jan Tojnar
1d1af9cc4d
gnome3.nautilus: add python3 for install script
Meson no longer propagates it so we need to re-add it.
2018-09-04 03:23:43 +02:00
Jan Tojnar
cc4c51df93
gnome3.epiphany: add python3 for install script
Meson no longer propagates it so we need to re-add it.
2018-09-04 03:23:43 +02:00
Jan Tojnar
b39e9834cb
gnome3.gnome-screenshot: add python3 for install script
Meson no longer propagates it so we need to re-add it.
2018-09-04 03:23:42 +02:00
Jan Tojnar
2431f9101c
gnome3.gnome-mines: add python3 for install script
Meson no longer propagates it so we need to re-add it.
2018-09-04 03:23:42 +02:00
Jan Tojnar
50b6311f69
pitivi: add python3 for install script
Meson no longer propagates it so we need to re-add it.
2018-09-04 03:23:42 +02:00