Commit graph

20218 commits

Author SHA1 Message Date
Jörg Thalheim
63523aaaf6 Merge pull request #29168 from orivej/gopherclient
gopherclient: init at 2016-10-02
2017-09-12 08:34:12 +01:00
Jörg Thalheim
ca449e93ea Merge pull request #29248 from Lassulus/altcoins
Altcoins: remove obsolete override, update some altcoins
2017-09-12 07:16:33 +01:00
Silvan Mosberger
31f349dbb4 namecoin: legacy 0.3.80 -> core 0.13.0rc1
This updates namecoin from a legacy version from about 3 years ago
(https://github.com/namecoin/namecoin-legacy) to
the new namecoin-core.

(cherry picked from commit 8bd3664f373cb78a0526dc8a86e750f55b96420a)
2017-09-11 22:02:31 +02:00
lassulus
f87d4ac2c1 bitcoin-xt: 0.11F -> 0.11G2 2017-09-11 22:01:32 +02:00
lassulus
077dd9fca3 altcoins: remove obsolete boost override 2017-09-11 21:45:22 +02:00
Jörg Thalheim
f3ecd570ed Merge pull request #29114 from AndersonTorres/upload/moe
Moe: init at 1.9
2017-09-11 19:59:25 +01:00
Jörg Thalheim
9d608f5ae9 Merge pull request #29210 from markus2342/fix-dmenu-wayland-build
dmenu-wayland: git-2014-11-02 -> git-2017-04-07 fix build
2017-09-11 19:30:08 +01:00
timor
124b3c8ead qfsm: fix build with gcc 6 (#29245) 2017-09-11 20:26:24 +02:00
Bjørn Forsman
88ae298467 qmmp: 1.1.9 -> 1.1.10 2017-09-11 20:07:03 +02:00
Bjørn Forsman
4b84127f1c qmmp: 1.1.5 -> 1.1.9 2017-09-11 19:58:11 +02:00
Jörg Thalheim
e0f5bee001 Merge pull request #29241 from rvolosatovs/update/mopidy-iris
mopidy-iris: 3.3.3 -> 3.4.1
2017-09-11 18:46:25 +01:00
Michael Weiss
6373c9606d vpcs: init at 0.8 2017-09-11 18:54:30 +02:00
Jörg Thalheim
58ad01ab70 Merge pull request #29156 from Lassulus/bitcoin-classic
bitcoin-classic: 1.2.5 -> 1.3.6
2017-09-11 16:58:12 +01:00
Bjørn Forsman
f4bac5cdb7 wireshark: 2.4.0 -> 2.4.1
Remove patches that have been merged upstream.
2017-09-11 17:24:33 +02:00
Roman Volosatovs
383b7c658a
mopidy-iris: 3.3.3 -> 3.4.1 2017-09-11 17:09:29 +02:00
Jörg Thalheim
bb2e6d131e altcoins: remove pkgs non-sense 2017-09-11 15:57:45 +01:00
Jörg Thalheim
42dc882c65 Merge pull request #29215 from AndersonTorres/upload/jupp
jupp: init at 3.1
2017-09-11 14:33:51 +01:00
Michael Weiss
1011c76598 dynamips: init at 0.2.17 2017-09-11 15:17:56 +02:00
Bjørn Forsman
28f780b320 eagle: 7.5 -> 7.7
This is the latest release from Cadsoft, before they were bought by
Autocad. Autocad has released 8.x, but

- it requires reworking the Nix expression (different packaging)
- the paid license version requires a monthly subscription fee, you never
  "own" the software (AFAICT).

Due to the licensing change in 8.x, I think keeping Eagle 7.x around is
a good idea.
2017-09-11 14:44:43 +02:00
Jörg Thalheim
65b4f4f09f Merge pull request #29230 from hiberno/add-readline-to-tasksh
tasksh: Add readline support.
2017-09-11 11:43:31 +01:00
Thomas Tuegel
a7ebdf1371 Merge pull request #29129 from jokogr/u/sddm-0.15.0
sddm: 0.14.0 -> 0.15.0
2017-09-11 05:09:57 -05:00
Thomas Tuegel
6299659da6 Merge pull request #29117 from bkchr/kde_applications_17_08_1
kdeApplications: 17.08.0 -> 17.08.1
2017-09-11 05:09:23 -05:00
hiberno (Christian Lask)
38563d6130
tasksh: Add readline support. 2017-09-11 11:25:59 +02:00
Peter Hoeg
90b3d2db91 qtox: drop gtk2 dependency
Tray icon still works without gtk2.
2017-09-11 15:01:11 +08:00
dywedir
1b261730f2 feh: 2.19.3 -> 2.20 2017-09-11 07:26:14 +02:00
Bastian Köcher
e1ee06de1b kdeApplications: 17.08.0 -> 17.08.1 2017-09-10 20:52:37 +02:00
AndersonTorres
4f976bdd3e jupp: init at 3.1
jupp is a fork of joe's editor.
2017-09-10 13:41:49 -03:00
Markus Mueller
301ab39213 dmenu-wayland: git-2014-11-02 -> git-2017-04-07 fix build
Bumped and fixed substitution for package to build successfully.
2017-09-10 15:21:35 +00:00
Jörg Thalheim
accb333f01 Merge pull request #29179 from matthiasbeyer/update-audacity
audacity: 2.1.2 -> 2.1.3
2017-09-10 14:21:17 +01:00
Maarten Hoogendoorn
5e5e57b57b mcrl2: force use of gcc5 to prevent compilation errors 2017-09-10 15:09:46 +02:00
Matthias Beyer
fd1e362205 audacity: 2.1.2 -> 2.1.3
* Remove gcc-6 patch to make it compile
* Add autoreconf call in preConfigure phase
  Inspired by
  https://git.archlinux.org/svntogit/packages.git/tree/trunk/PKGBUILD?h=packages/audacity

Suggested-by: Moritz Ulrich <moritz@tarn-vedra.de>
2017-09-10 13:33:24 +02:00
Jörg Thalheim
ca6efcd2fe Merge pull request #29181 from bachp/riot-web-1.12.3
riot-web: 1.12.2 -> 1.12.3
2017-09-10 11:46:59 +01:00
Eelco Dolstra
bcd382f032
tribler: 7.0.0-beta -> 7.0.0-rc2
Also, fix the xcb plugin error
(https://github.com/NixOS/nixpkgs/issues/24256) and add service-identity which is a required dependency now.
2017-09-10 12:07:24 +02:00
Ioannis Koutras
01b4c3c13b sddm: 0.14.0 -> 0.15.0 2017-09-10 12:41:47 +03:00
Pascal Bach
44ec317a13 riot-web: 1.12.2 -> 1.12.3 2017-09-10 11:11:43 +02:00
Peter Hoeg
af1f99143f sane-frontends: boy scout cleanups 2017-09-10 15:46:43 +08:00
Peter Hoeg
67c949a8b6 sane-backends: 1.0.25 -> 1.0.27
Use a proper upstream as well.
2017-09-10 15:46:38 +08:00
Peter Hoeg
2dff799a10 sane-backends: support parallel building 2017-09-10 15:46:34 +08:00
Peter Hoeg
758c597696 kget: init at 20170903 2017-09-10 13:45:05 +08:00
Orivej Desh
e47543f1be gopherclient: init at 2016-10-02 2017-09-10 03:04:57 +00:00
Daiderd Jordan
c0e7983359
et: fix build with clang 2017-09-09 23:42:16 +02:00
lassulus
0a4a6f71cb bitcoin-classic: 1.2.5 -> 1.3.6 2017-09-09 21:11:39 +02:00
Joachim F
4e901ff2d8 Merge pull request #28723 from moaxcp/master
notion: 3-2015061300 -> 3-2017050501
2017-09-09 19:03:29 +00:00
Joachim Fasting
f84125c3b1
tor-browser-bundle-bin: runtime purity improvements
These changes reduce file accesses outside TBB_HOME or the Nix store, as
determined by running under strace -e access,open,stat.
2017-09-09 17:37:14 +02:00
Joachim Fasting
c8f2dbae9f
tor-browser-bundle-bin: hard-code path to desktop Icon 2017-09-09 17:37:09 +02:00
AndersonTorres
6126e3add4 Moe: init at 1.9
Moe is a small text editor.
2017-09-09 09:57:38 -03:00
Vincent Laporte
b5c9a47b85 smplayer: 17.8.0 -> 17.9.0 2017-09-09 14:45:26 +02:00
Arseniy Seroka
2a56e0384e Merge pull request #29098 from NeQuissimus/minikube_0_22
minikube: 0.21.0 -> 0.22.0
2017-09-09 15:17:45 +03:00
Bjørn Forsman
15c18cef3d kicad: 4.0.6 -> 4.0.7 2017-09-09 13:05:07 +02:00
Bjørn Forsman
dfbb710375 kicad: put the full version string in name 2017-09-09 13:03:09 +02:00