Christoph Hrdinka
bc975c36d1
qtpass: init at 0.8.4
2015-06-26 09:44:02 +02:00
William A. Kennington III
c5b17670e1
firefox: 38.0.5 -> 38.0.6
2015-06-24 23:04:29 -07:00
Jascha Geerds
bc4b46c142
rtv: Replace fetchurl with fetchFromGitHub
2015-06-24 21:45:55 +02:00
Alexander Foremny
ba7e7e1c9a
Update flashplayer-11
2015-06-24 16:08:52 +02:00
lethalman
5ee8b66a68
Merge pull request #8474 from obadz/moar-dotnet
...
Some dotnet upgrades + a few new packages
2015-06-24 14:32:56 +02:00
Jascha Geerds
ec222230a5
Merge pull request #8475 from ehahn/qutebrowser
...
qutebrowser: Fix license
2015-06-24 13:39:22 +02:00
Pascal Wittmann
08cf3d28b1
Merge pull request #8482 from ctheune/submit/syncthing-0.11.10
...
Update syncthing to 0.11.10
2015-06-24 13:21:08 +02:00
Sou Bunnbu
c7c8f4a780
Merge pull request #8481 from iyzsong/master
...
tiled: update to 0.12.3 and build with qt5
2015-06-24 19:16:22 +08:00
Christian Theune
700e11dfee
Update syncthing to 0.11.10
2015-06-24 13:07:34 +02:00
Eelco Dolstra
ab8a2b0c78
vlc: Don't depend on JACK by default
...
To reduce dependency bloat, packages should not depend on non-standard
audio systems by default.
2015-06-24 12:20:38 +02:00
Peter Simons
922c555015
mercurial: add hg-git support
...
Enable this feature by putting these lines into your ~/.hgrc file:
[extensions]
hgext.bookmarks =
hggit =
2015-06-24 11:33:17 +02:00
Pascal Wittmann
cf13409313
fityk: update 1.2.9 to 1.3.0
2015-06-24 11:15:44 +02:00
宋文武
7c0c2dc15b
tiled: update to 0.12.3 and build with qt5
2015-06-24 17:14:12 +08:00
Pascal Wittmann
1776016bf7
filezilla: update from 3.10.3 to 3.11.0.2
2015-06-24 10:47:09 +02:00
laMudri
723cd518b9
hol: k.8 -> k.10, closes #8477
2015-06-24 10:04:54 +02:00
obadz
3f762e27ec
monodevelop: 5.9.0.431 -> 5.9.4.5
2015-06-23 23:11:08 +01:00
Erik Hahn
d6acec03bb
qutebrowser: fix license
2015-06-24 00:10:54 +02:00
Arseniy Seroka
2aac4c301c
Merge pull request #8469 from ehahn/qutebrowser
...
add packages: qutebrowser + dependency pypeg2
2015-06-23 17:22:26 +03:00
Vladimír Čunát
110aabbb67
liferea: maintenance update
2015-06-23 15:10:03 +02:00
Erik Hahn
006e7ae04e
qutebrowser: init at 0.2.1
2015-06-23 13:39:33 +02:00
Tadas Barzdzius
32af0c1f7d
spotify: remove broken 32-bit support and cleanup workarounds
2015-06-23 13:28:00 +03:00
Cillian de Róiste
5c4a2d311f
yoshimi: update from 1.3.4 to 1.3.5.1
2015-06-23 09:48:48 +02:00
aszlig
7143f34970
chromium: Drop references to version 42 and below.
...
Since 7d217e3
the lowest version number is 43, so all those conditionals
are no longer needed.
Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2015-06-23 03:35:30 +02:00
aszlig
cadd675e7a
chromium: Disable "hotwording" by default.
...
There has been some recent news about that component extension on hacker
news:
https://news.ycombinator.com/item?id=9724409
Even though on our side it won't work, because we don't have NaCl
enabled by default or even working (I honestly haven't tested if it even
builds if enabled), we might get to the point where we can build with
NaCl enabled.
But until and even after that day, we want to have explicit control on
whether this extension is enabled.
Please also have a look at these two issues explaining the details
(about component extensions and the hotwording extension in particular):
https://crbug.com/491435
https://crbug.com/500922
Fixes issue #8358 .
Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2015-06-23 03:35:30 +02:00
aszlig
c290595e5b
chromium: Update all channels to latest versions.
...
Overview of the updated versions:
stable: 43.0.2357.124 -> 43.0.2357.125
beta: 44.0.2403.39 -> 44.0.2403.52 [1]
dev: 45.0.2421.0 -> 45.0.2431.0 [2]
[1] Beta channel fixes:
I had to fetch a patch from a newer revision of Blink (r195908), see
https://codereview.chromium.org/1157943002/ for more information
about the patch.
Here is the failing build log:
https://headcounter.org/hydra/build/704037/nixlog/2
Another fix for Blink, was needed in order to get it to build,
see: https://codereview.chromium.org/1156113007/
Also I needed to revert https://codereview.chromium.org/1150543002/
using another patch, because the build won't succeed and bail out
with WEBRTC_VIDEO_CODEC_FALLBACK_SOFTWARE not being found (it's only
used once in the source, but isn't defined anywhere). Here are the
trybot results:
https://chromium-cq-status.appspot.com/patch-status/1150543002/20001
[2] Dev channel fixes:
The "ffmpegsumo" shared library is now no longer built, because it
is now statically linked against Chromium, for details see:
https://codereview.chromium.org/1141703002
All channels built and tested on my Hydra at:
https://headcounter.org/hydra/eval/178458
Test reports:
x86: https://headcounter.org/hydra/build/704908/download/1/log.html
x86_64: https://headcounter.org/hydra/build/704914/download/1/log.html
Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2015-06-23 03:35:30 +02:00
Edward Tjörnhammar
aecc7bd6aa
idea updates
...
idea.clion: 1.0.3 -> 1.0.4
idea.idea-{community,ultimate}: 14.1.3 -> 14.1.4
idea.pycharm-{community,professional}: 4.5.1 -> 4.5.2
idea.webstorm: 10.0.3 -> 10.0.4
2015-06-22 20:38:43 +02:00
Eelco Dolstra
c53ed1038c
emacs-offlineimap: Mark as broken
...
This package has never built:
http://hydra.nixos.org/job/nixpkgs/trunk/emacsPackages.offlineimap.x86_64-linux/all
2015-06-22 18:08:16 +02:00
Arseniy Seroka
6881cd2c3a
Merge pull request #8435 from flosse/k9copy
...
k9copy: init at 3.0.3
2015-06-22 18:45:52 +03:00
Oliver Charles
fd6600c809
bluejeans: New Mozilla plugin
2015-06-22 14:04:40 +01:00
Tobias Geerinckx-Rice
67f3c77fe6
simple-scan -> 3.17.3
2015-06-22 14:38:34 +02:00
Markus Kohlhase
f50b2e5892
k9copy: init at 3.0.3
2015-06-22 12:34:00 +02:00
Jascha Geerds
51fa682655
hexchat: 2.9.6.1 -> 2.10.2
2015-06-22 12:28:28 +02:00
Jascha Geerds
01e43fcd1d
gitflow: 1.7.0 -> 1.8.0
2015-06-22 12:17:50 +02:00
Jascha Geerds
ed4b17bbd8
Merge pull request #8424 from bobvanderlinden/gitcola-2.2.1
...
git-cola: update from 2.1.1 to 2.2.1
2015-06-22 08:42:53 +02:00
Domen Kožar
a6d718c319
Merge pull request #8454 from jb55/obs-studio-fix
...
obs-studio: fix regression
2015-06-22 08:39:27 +02:00
Jascha Geerds
3f66bb7ff2
Add myself as maintainer
2015-06-22 08:26:09 +02:00
Tobias Geerinckx-Rice
655cda730d
eagle 6.5.0 -> 6.6.0
...
CC @bjornfor:
Version 6.5.0 has disappeared from Cadsoft's FTP site. This is the
closest version that's still available. Not extensively tested, but
works fine here.
Current version is 7.3.0. I leave that to someone more interested.
2015-06-22 07:13:54 +02:00
William Casarin
bd399f2647
add qt5.x11extras to obs-studio
...
fixes build
2015-06-21 21:20:01 -07:00
Arseniy Seroka
7ed48bff72
Merge pull request #8443 from matthiasbeyer/add-tasknc
...
Add package: tasknc
2015-06-21 15:31:17 +03:00
Matthias Beyer
563167bbe7
tasknc: init at 0.8
2015-06-21 14:22:10 +02:00
Jascha Geerds
ef50db91f7
rtv: Add jgeerds to maintainers
2015-06-21 13:23:38 +02:00
Matthias Beyer
de76ce46e6
rtv: 1.2.2 -> 1.4
2015-06-21 13:22:15 +02:00
Pascal Wittmann
08bdb6fe6d
calibre: update from 2.30.0 to 2.31.0
2015-06-21 10:38:32 +02:00
Domen Kožar
2959f193a9
update flash player
...
(cherry picked from commit 48b41f0e9524db37f45818f71aa7b55a9c462900)
Signed-off-by: Domen Kožar <domen@dev.si>
2015-06-21 09:23:06 +02:00
Vincent Laporte
542d20384f
Isabelle: fix download URL
2015-06-21 00:45:38 +02:00
Arseniy Seroka
a00d5998da
Merge pull request #8417 from kirelagin/update-tabbed
...
tabbed: update and add xft patch
2015-06-20 00:33:29 +02:00
Bob van der Linden
a768954d63
git-cola: update from 2.1.1 to 2.2.1, potentially fixes CVE-2012-0845, CVE-2012-1150, CVE-2014-9365
2015-06-19 23:56:30 +02:00
Kirill Elagin
1bb72a8198
tabbed: update and add xft patch
2015-06-19 21:28:52 +03:00
Domen Kožar
7720c7d75f
Merge pull request #8414 from matthiasbeyer/update-hstr
...
hstr: update from 1.16 to 1.17
2015-06-19 20:25:40 +02:00
Matthias Beyer
a80b77890a
scim: update from 0.1.8 to 0.1.9
2015-06-19 19:01:47 +02:00