Commit graph

97094 commits

Author SHA1 Message Date
Graham Christensen
d41e141061 Merge pull request #20876 from grahamc/ecryptfs
ecryptfs test: use TTY output to stabilize test
2016-12-03 10:03:26 -05:00
Jörg Thalheim
4ce01405db Merge pull request #20883 from igsha/nvim-qt
neovim-qt: 0.2.3 -> 0.2.4
2016-12-03 14:40:54 +01:00
Igor Sharonov
b5286f3747 neovim-qt: 0.2.3 -> 0.2.4 2016-12-03 16:16:45 +03:00
Vladimír Čunát
1191dac0f9
poppler: 0.47.0 -> 0.49.0 2016-12-03 14:14:41 +01:00
Vladimír Čunát
3e48bb2444
cairomm: use a mirror that actually contains the file 2016-12-03 14:13:57 +01:00
Vladimír Čunát
b9f511d279
xorg.xproto: 7.0.29 -> 7.0.31 2016-12-03 13:55:23 +01:00
Vladimír Čunát
7581600808
xkeyboard_config: 2.18 -> 2.19 2016-12-03 13:54:31 +01:00
Vladimír Čunát
c9668e40fe
xorg.libXfont: 1.5.1 -> 1.5.2 2016-12-03 13:52:36 +01:00
Vladimír Čunát
d652b2cbee
cairomm: maintenance 1.12.0 -> 1.12.2
1.13.x and 1.15.x are not stable ones (cairo uses the even-odd rule).
2016-12-03 13:29:09 +01:00
Vladimír Čunát
da97018f48
libdrm: 2.4.73 -> 2.4.74 2016-12-03 12:51:39 +01:00
Vladimír Čunát
cf205e4630
atk: 2.20.0 -> 2.22.0
That's the gnome-3.22 version.
2016-12-03 12:38:35 +01:00
Vladimír Čunát
b78ea7f6e0
glib: maintenance 2.50.1 -> 2.50.2 2016-12-03 12:33:13 +01:00
Vladimír Čunát
ea42d6fe62
dbus: 1.10.12 -> 1.10.14 2016-12-03 12:32:11 +01:00
Domen Kožar
d8e2eba828 haskellPackages.turtle: enable tests again (they pass) 2016-12-03 12:31:30 +01:00
Vladimír Čunát
63a502d9df
dbus-glib: 0.106 -> 0.108 2016-12-03 12:26:07 +01:00
Vladimír Čunát
34e2d681a0
pango: 1.40.2 -> 1.40.3 2016-12-03 12:22:42 +01:00
Vladimír Čunát
386188692c
libjpeg(-turbo): 1.5.0 -> 1.5.1 2016-12-03 12:12:48 +01:00
Vladimír Čunát
8f89fe65a2
harfbuzz: 1.3.2 -> 1.3.3 2016-12-03 12:12:18 +01:00
Lancelot SIX
b87cf7539f libunistring: 0.9.6 -> 0.9.7
See http://lists.gnu.org/archive/html/info-gnu/2016-12/msg00002.html for announcement
2016-12-03 11:45:41 +01:00
romildo
650501f5b1 e17gtk: init at 3.22.0 2016-12-03 08:20:33 -02:00
Vladimír Čunát
1960fb5275
pciutils: 3.5.1 -> 3.5.2 2016-12-03 11:07:49 +01:00
Joachim F
e1cd73f25c Merge pull request #20875 from romildo/upd.adapta
adapta-gtk-theme: 3.21.3.68 -> 3.89.1.66
2016-12-03 07:32:33 +01:00
Joachim F
b2b6690576 Merge pull request #20873 from romildo/upd.mkvtoolnix
mkvtoolnix: 9.5.0 -> 9.6.0
2016-12-03 07:30:46 +01:00
Joachim Fasting
d06bf820ea
tor: 0.2.8.9 -> 0.2.8.10
Per upstream, this contains primarily stability & performance fixes.
Notably, the relase fixes a bug that would sometimes make clients
unusable after leaving standby mode, as well as plugging a memory leak.
2016-12-03 07:17:13 +01:00
Kamil Chmielewski
88fa365cf2 marathon: 1.1.2 -> 1.3.6 2016-12-03 07:03:38 +01:00
Maximilian Güntner
ffdf7ec234
cpp-ipfs-api: init at 2016-11-09
Signed-off-by: Maximilian Güntner <code@klandest.in>
2016-12-03 06:43:47 +01:00
aszlig
1f9cbcd21d
beets: Set Python version via top-level attribute
This largely reverts commit 599312739e.

The main reason is that it breaks the plugins, because the mentioned
commit didn't change the attributes for the plugins as well.

But instead of just fixing the attributes when we import the plugin
packages, let's just override pythonPackages in all-packages.nix.

Right now, Beets is in transition to Python 3, so we don't need to wait
that long until we can remove the dependency on Python 2:

https://github.com/beetbox/beets/releases/tag/v1.4.1

Once Python 3 support is no longer beta, we can just change this by
changing one line only instead of several.

Tested this by building beets with both external plugins.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
Cc: @FRidh
2016-12-03 05:25:13 +01:00
aszlig
a76f5241c5
vimiv: init at 0.7.2
Packaging itself is pretty much straightforward, the tests however
revealed a few issues, which I have fixed with a small patch that has
been upstreamed at https://github.com/karlch/vimiv/pull/32.

The other sed-based patches in postPatch are mostly NixOS-specific.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2016-12-03 03:33:32 +01:00
aszlig
6343fef546
python/pillow: Only disable failing tests
There's no reason to disable ALL tests just because only one particular
test module is failing.

Tested on i686-linux and x86_64-linux against these Python versions:

  Python 2.6: The interpreter itself doesn't build
  Python 2.7: Successful for both architectures
  Python 3.3: Successful for both architectures
  Python 3.4: Successful for both architectures
  Python 3.5: Successful for both architectures
  Python 3.6: One of the dependencies of pillow doesn't build (pytest)

Tests for PyPy still fail, which is why the doCheck attribute is only
set to false if we're building for PyPy.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
Cc: @desiderius, @goibhniu, @prikhi
2016-12-03 03:33:27 +01:00
romildo
629b979227 adapta-backgrounds: init at 0.4.0.6 2016-12-02 23:01:23 -02:00
Graham Christensen
d5cb4d8734
ecryptfs test: use TTY output to stabilize test 2016-12-02 19:36:27 -05:00
romildo
3170266657 adapta-gtk-theme: 3.21.3.68 -> 3.89.1.66 2016-12-02 22:26:27 -02:00
Graham Christensen
ca9ce9ace4
Merge remote-tracking branch 'origin/master' into staging 2016-12-02 19:20:03 -05:00
Graham Christensen
2dcaa24ac1 Merge pull request #20793 from lsix/update_nettle_3_3
nettle: 3.2 -> 3.3
2016-12-02 19:13:50 -05:00
Tim Steinbach
4f8b74b401 Merge pull request #20866 from NeQuissimus/linux_4_8_12
linux: 4.8.11 -> 4.8.12
2016-12-02 18:28:46 -05:00
Tim Steinbach
4190a9a03d Merge pull request #20865 from NeQuissimus/linux_4_4_36
linux: 4.4.35 -> 4.4.36
2016-12-02 18:28:27 -05:00
romildo
ae1fa72a48 mkvtoolnix: 9.5.0 -> 9.6.0 2016-12-02 20:55:34 -02:00
Vincent Laporte
e672fbc6f0 omake: remove 0.9.8.6-rc1 2016-12-02 19:49:08 +00:00
Vincent Laporte
3d804da983 camlimages: use omake rather than omake_rc1 2016-12-02 19:49:08 +00:00
Vincent Laporte
7f501d7f02 teyjus: 2.0b2 -> 2.1 2016-12-02 19:49:07 +00:00
Vincent Laporte
895d3c8908 omake: 0.9.8.5 -> 0.10.1 2016-12-02 19:49:07 +00:00
Tim Steinbach
853b6493c8
linux: 4.8.11 -> 4.8.12 2016-12-02 14:29:00 -05:00
Tim Steinbach
654f5df5dc
linux: 4.4.35 -> 4.4.36 2016-12-02 14:28:26 -05:00
Matthew Daiter
d331e538c2 erlang_basho_R16: B03-1 -> B02-8 2016-12-02 16:12:14 +01:00
Jörg Thalheim
96e1220813 Merge pull request #20857 from Mic92/gajim
gajim: add enableOmemoPluginDependencies option
2016-12-02 13:53:21 +01:00
Jörg Thalheim
aa854f192e
cgmanager: add module 2016-12-02 13:52:04 +01:00
Jörg Thalheim
af609b0254
lxcfs: init at 2.0.4 2016-12-02 13:52:03 +01:00
Jörg Thalheim
8c9582ca67
gajim: add enableOmemoPluginDependencies option 2016-12-02 13:46:42 +01:00
Alexander V. Nikolaev
f0974e1e58 qt5: more reproducible builds
Avoid mktemp -d in sources, where pathnames can affect result.
2016-12-02 14:31:36 +02:00
Lluís Batlle i Rossell
19fd547a7f Fixing the patch for icu for ARM.
The source file changed paths.
2016-12-02 13:03:24 +01:00