Commit graph

30759 commits

Author SHA1 Message Date
Johannes Frankenau 7788e5d536 darktable: 2.4.4 -> 2.6.0 2019-01-14 22:41:16 +02:00
Michael Weiss 0dc4a9bb50
android-studio: 3.2.1.0 -> 3.3.0.20
androidStudioPackages.beta: 3.3.0.19 -> 3.3.0.20
2019-01-14 20:42:04 +01:00
Michael Weiss 0da3f68519
tdesktopPackages.preview: 1.5.4 -> 1.5.7 2019-01-14 20:29:35 +01:00
Jan Tojnar e0fad4b9c5
pulseeffects: 4.4.5 → 4.4.6 2019-01-14 19:46:57 +01:00
Brenton Horne 6be5e679b1 marvin: init at 19.1.0
Also adding myself (fusion809) as a maintainer.
The marvin Nix file in this commit is largely thanks to @msteen.
2019-01-15 00:23:38 +10:00
Timo Kaufmann 3dc0a1b7a7
spotify: 1.0.94.262.g3d5c231c-9 -> 1.0.96.181.gf6bc1b6b-12 (#53930)
spotify now requires "libatk-bridge-2.0.so", which is provided by
at-spi2-atk.
2019-01-14 11:05:13 +01:00
Pascal Wittmann 78269a82f4
Merge pull request #53918 from dtzWill/update/ocrad-0.27
ocrad: 0.26 -> 0.27
2019-01-14 10:56:37 +01:00
Edmund Wu f97baf13b0 blender: fix python 2019-01-14 10:07:27 +01:00
Stephen 4e60afdc5e terraform-providers: new providers + version bumps 2019-01-13 21:17:07 -08:00
Will Dietz a075573115 ocrad: 0.26 -> 0.27
https://lists.gnu.org/archive/html/bug-ocrad/2019-01/msg00000.html
2019-01-13 20:42:14 -06:00
Will Dietz 533abe481c vlc: 3.0.5 -> 3.0.6
https://www.videolan.org/news.html#news-2019-01-10
2019-01-13 17:51:30 -06:00
Will Dietz e4ae3ed923 ipe: 7.2.7 -> 7.2.8
https://mailman.science.uu.nl/pipermail/ipe-announce/2019-January/000075.html
2019-01-13 17:45:23 -06:00
Will Dietz 707bfbe124
Merge pull request #53786 from dtzWill/update/aminal-0.8.5
aminal: 0.7.12 -> 0.8.5
2019-01-13 17:18:59 -06:00
gnidorah ffbe5aff57 reaper: 5.961 -> 5.965 (#53880) 2019-01-13 23:25:47 +01:00
Johannes Frankenau bebf305c1b gurobi: 8.0.1 -> 8.1 (#53884) 2019-01-13 23:22:55 +01:00
José-Paul D a0f0687fbf zoom-us: 2.6.146750.1204 -> 2.6.149990.1216 (#53145) 2019-01-13 23:21:29 +01:00
Jörg Thalheim 487d2a7ccd
Revert "rambox: update node deps hash"
This reverts commit bf5f85ea2e.

See bf5f85ea2e (commitcomment-31923547)
2019-01-13 22:18:36 +00:00
Will Dietz a4badf3a30 trilium: 0.27.3 -> 0.27.4 (#53784)
https://github.com/zadam/trilium/releases/tag/v0.27.4
2019-01-13 22:59:11 +01:00
R. RyanTM 26b492b207 minimap2: 2.10 -> 2.14 (#52845)
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/minimap2/versions
2019-01-13 22:34:45 +01:00
R. RyanTM 27609af220 meld: 3.18.3 -> 3.20.0 (#53595)
Update and enable tests
2019-01-13 22:05:01 +01:00
xeji ec507f995e
Merge pull request #53742 from taku0/flashplayer-32.0.0.114
flashplayer: 32.0.0.101 -> 32.0.0.114
2019-01-13 21:46:49 +01:00
William Casarin ca67e65182 clightning: 0.6.2 -> 0.6.3
[0.6.3] - 2019-01-09: "The Smallblock Conspiracy"

This release named by @molxyz and @ctrlbreak

Added

- JSON API: New command `check` checks the validity of a JSON API call without
  running it.
- JSON API: `getinfo` now returns `num_peers` `num_pending_channels`,
  `num_active_channels` and `num_inactive_channels` fields.
- JSON API: use `\n\n` to terminate responses, for simplified
  parsing (pylightning now relies on this)
- JSON API: `fundchannel` now includes an `announce` option, when false it will
  keep channel private. Defaults to true.
- JSON API: `listpeers`'s `channels` now includes a `private` flag to indicate
  if channel is announced or not.
- Plugins: experimental plugin support for `lightningd`, including option
  passthrough and JSON-RPC passthrough.

Changed

- JSON API: `pay` and `decodepay` accept and ignore `lightning:` prefixes.
- pylightning: Allow either keyword arguments or positional arguments.
- JSON-RPC: messages are now separated by 2 consecutive newlines.
- JSON-RPC: `jsonrpc`:`2.0` now included in json-rpc command calls. complies
  with spec.

Deprecated

Note: You should always set `allow-deprecated-apis=false` to test for
changes.

- pylightning: Support for pre-2-newline JSON-RPC (<= 0.6.2 lightningd) is
  deprecated.

Removed

- option_data_loss_protect is now only offered if EXPERIMENTAL_FEATURES is
  enabled, since it seems incompatible with lnd and has known bugs.

Fixed

- JSON API: uppercase invoices now parsed correctly (broken in 0.6.2).
- JSON API: commands are once again read even if one hasn't responded yet (broken in 0.6.2).
- Protocol: allow lnd to send `update_fee` before `funding_locked`.
- Protocol: fix limit on how much funder can send (fee was 1000x too small)
- Protocol: don't send invalid onion errors if peer says onion was bad.
- Protocol: don't crash when peer sends a 0-block-expiry HTLC.
- pylightning: handle multiple simultanous RPC replies reliably.
2019-01-13 10:32:30 -08:00
Jethro Kuan 4e1fb4f3a2 calibre: fix altered dependency
Calibre has changed its dependency from cssutils to css-parser in
dd7d8ea3c4
2019-01-13 20:18:17 +08:00
Vladimír Čunát 626233eee6
linuxPackages.virtualboxGuestAdditions: fix build after xorg 1.20
We still need to force the ABI version to 118 it seems.
Close https://github.com/NixOS/nixpkgs/pull/53867
2019-01-13 10:38:32 +01:00
worldofpeace 9b61b2bd90
Merge pull request #53819 from noneucat/polar-1.8.0
polar-bookshelf: 1.7.0 -> 1.8.0
2019-01-13 03:57:21 -05:00
R. RyanTM c169f233e6 yoshimi: 1.5.9 -> 1.5.10
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/yoshimi/versions
2019-01-13 09:47:18 +01:00
worldofpeace bac3e2ada9 cozy: 0.6.3 -> 0.6.7 2019-01-13 02:46:35 -05:00
Austin Seipp b5c6156062 firecracker: 0.12.0 -> 0.13.0
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2019-01-12 20:12:08 -06:00
Vladimír Čunát 570d84a01e
Merge branch 'staging-next' 2019-01-13 00:39:38 +01:00
Jean-Philippe Cugnet 6ca8443c3b scribus: Add an icon (#53456)
* scribus: Add an icon

* scribus: Put the icon SVG in a Gist
2019-01-13 00:01:05 +01:00
Andreas Rammhold 9651cc7a93
Merge pull request #53837 from andir/irssi
irssi: 1.1.1 -> 1.1.2
2019-01-12 13:31:22 +01:00
markuskowa 7fa8e897a5
Merge pull request #53186 from r-ryantm/auto-update/shotcut
shotcut: 18.11.18 -> 18.12.23
2019-01-12 12:52:22 +01:00
Andreas Rammhold 41ee7073df
irssi: 1.1.1 -> 1.1.2
Fixes CVE-2019-5882 [1] and a few minor changes [2].

[1] https://irssi.org/security/html/irssi_sa_2019_01/
[2] https://irssi.org/2019/01/09/irssi-1.1.2-released/
2019-01-12 12:52:16 +01:00
Vladimír Čunát bde8efe792
Merge branch 'master' into staging-next
A couple thousand rebuilds have accumulated on master.
2019-01-12 12:19:34 +01:00
worldofpeace df712e2055
Merge pull request #53823 from eadwu/vscode/1.30.2
vscode: 1.30.1 -> 1.30.2
2019-01-12 03:27:49 -05:00
Dmitry Kalinkin 73625f2522 root5: mark as broken on Linux 2019-01-11 20:45:37 -05:00
Dmitry Kalinkin 0c9335fb1c root, root5: fix build on darwin 2019-01-11 20:45:37 -05:00
Edmund Wu 6b80db3f5f
vscode: 1.30.1 -> 1.30.2 2019-01-11 20:02:00 -05:00
Andy Chun @noneucat 3bdcbd8cb9 polar-bookshelf: 1.7.0 -> 1.8.0 2019-01-11 15:58:01 -08:00
Eelco Dolstra ac97ba25ae
Revert "libgit2: 0.26.6 → 0.27.7"
This reverts commit cc50638176 because
it breaks cargo (again, see fca4fbeba9):

  $ cargo build
      Updating crates.io index
  Segmentation fault
2019-01-11 14:58:45 +01:00
Jörg Thalheim 15ec5d03e6
Merge pull request #52563 from vdemeester/52469-containerd-to-buildgopackage
containerd: migrate to using buildGoPackage
2019-01-11 12:29:35 +00:00
Jörg Thalheim 566cc6bf20
Merge pull request #52572 from vdemeester/52469-openshift-to-buildgopackage
openshift: migrate to using buildGoPackage
2019-01-11 12:22:53 +00:00
Jörg Thalheim b4df112941
Merge pull request #53780 from OPNA2608/obs-scripting
obs-studio: add new optional dependencies
2019-01-11 11:43:27 +00:00
Peter Hoeg a9632dd470
Merge pull request #52453 from Anton-Latukha/handbrake-1.2
handbrake: 1.1.2 -> 1.2.0
2019-01-11 14:10:56 +08:00
Will Dietz fd1de3e577 aminal: 0.7.12 -> 0.8.5 2019-01-10 18:13:50 -06:00
tbenst d34f2b9b96 bftools: init at 5.9.2 (#53769) 2019-01-10 18:28:28 -05:00
Peter Hoeg 8336ccaa44 omping: init at 0.0.5 2019-01-11 01:01:54 +02:00
Christoph Neidahl 26f7df6b6a obs-studio: add new optional dependencies
This commit adds a new set of optional dependencies introduced with version 21.0 of OBS to allow Lua and Python 3 scripts to be run.

If this batch of new dependencies is not desired by the user, then they may set `scriptingSupport` to false to disable it.
2019-01-10 22:58:20 +01:00
Timo Kaufmann 0d028c3bee
neovim-qt: add desktop file to wrapper (#53777)
My recent change in #53447 caused neovim-qt to no longer be recognized
as a desktop application.
2019-01-10 22:18:04 +01:00
markuskowa b70a4b2b98
Merge pull request #53478 from bgamari/bump-ngspice
ngspice: 29 -> 30
2019-01-10 20:17:54 +01:00
Robert Schütz 28ba2d3379 qmediathekview: 2017-04-16 -> 2019-01-06 2019-01-10 18:20:37 +01:00
Robert Schütz 3f3fe76fec
Merge pull request #53761 from dotlambda/aiohttp-3.5.2
python3.pkgs.aiohttp: 3.4.4 -> 3.5.2
2019-01-10 18:02:28 +01:00
adisbladis 2ac775a084
emacsPackagesNg.forge: Add git as build input 2019-01-10 16:16:38 +00:00
Robert Schütz e56f76f81b gns3-server: improve expression 2019-01-10 17:05:21 +01:00
R. RyanTM c703e835b2 claws-mail: 3.17.2 -> 3.17.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/claws-mail/versions
2019-01-10 15:41:30 +00:00
agentpt5 2f1e8d40cf flexget: add transmissionrpc as dependency (#53735)
Add transmissionrpc as dependency to flexget, in order to communicate with Transmission networking client.
2019-01-10 15:54:39 +01:00
markuskowa 62033a2209
Merge pull request #53510 from r-ryantm/auto-update/transmission-remote-gtk
transmission-remote-gtk: 1.4.0 -> 1.4.1
2019-01-10 13:43:24 +01:00
adisbladis 3b67c43e95
firefox-beta-bin: 65.0b3 -> 65.0b9 2019-01-10 12:26:36 +00:00
adisbladis 7222470711
firefox-devedition-bin: 65.0b3 -> 65.0b9 2019-01-10 12:26:30 +00:00
adisbladis 8a59662205
Merge pull request #53331 from adisbladis/emacs-packages-2019-01-03
Emacs packages update
2019-01-10 12:25:55 +00:00
Michael Raskin 87fb354cee
Merge pull request #53745 from taku0/firefox-bin-64.0.2
firefox, firefox-bin: 64.0 -> 64.0.2
2019-01-10 12:08:16 +00:00
Vladimír Čunát 287144e342
Merge branch 'master' into staging-next 2019-01-10 13:07:21 +01:00
adisbladis 676de9dd5f
melpa-stable-packages: 2019-01-03 2019-01-10 11:29:08 +00:00
adisbladis 83f611288a
org-packages: 2019-01-03 2019-01-10 11:29:06 +00:00
adisbladis f3b18da42d
melpa-packages: 2019-01-03 2019-01-10 11:29:05 +00:00
adisbladis 4c27eceff8
elpa-packages: 2019-01-03 2019-01-10 11:29:02 +00:00
taku0 08f779a9c3 firefox: 64.0 -> 64.0.2 2019-01-10 20:16:21 +09:00
taku0 244f1ce1a7 firefox-bin: 64.0 -> 64.0.2 2019-01-10 20:04:21 +09:00
taku0 a019087ef4 flashplayer-standalone: mark broken 2019-01-10 19:49:22 +09:00
zimbatm c9c1e88dbb
nomad: 0.7.1 -> 0.8.6 2019-01-10 11:35:02 +01:00
Franz Pletz bf5f85ea2e
rambox: update node deps hash 2019-01-10 05:51:02 +01:00
Silvan Mosberger 0b96dc8740
Merge pull request #52992 from azazel75/anydesk_401
Upgrade Anydesk package to version 4.0.1
2019-01-10 04:04:17 +01:00
wedens 8786617f8f dropbox-cli: 2015.10.28 -> 2018.11.28 2019-01-09 18:41:01 -05:00
Roman Volosatovs 87f798edc6 kitty: Adapt fix-paths.patch to source changes 2019-01-09 18:26:36 -05:00
Roman Volosatovs 81f3a3e7c6 kitty: 0.13.1 -> 0.13.2 2019-01-09 18:26:36 -05:00
Tor Hedin Brønner ccca2e5e4b
Merge pull request #53656 from dtzWill/update/xterm-342
xterm: 341 -> 342
2019-01-09 23:38:16 +01:00
Andreas Rammhold 590f267c5b
gitAndTools.grv: 0.3.0 -> 0.3.1 2019-01-09 22:16:22 +01:00
Alberto Berti 80cac27461 anydesk: 2.9.4 -> 4.0.1 2019-01-09 14:45:29 +01:00
Jörg Thalheim f0f7531d78
Merge pull request #51412 from Synthetica9/konsole-keyboard-fix
konsole: fix arrow keys
2019-01-09 12:11:32 +00:00
Michael Raskin 9d3c5a21d7
Merge pull request #53578 from pbogdan/rxvt-build
rxvt_unicode: fix build
2019-01-09 10:44:48 +00:00
Jörg Thalheim fdb87a0fee
rambox: downgrade electron to 3.x 2019-01-09 07:24:18 +00:00
Will Dietz b28752f255 mercurial: 4.8.1 -> 4.8.2
https://www.mercurial-scm.org/wiki/WhatsNew#Mercurial_4.8.2_.282018-01-07.29
2019-01-08 21:33:44 -06:00
Austin Seipp c10650760d yices: s/fetchurl/fetchFromGitHub/
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2019-01-08 19:15:24 -06:00
Austin Seipp 38aa0a3df4 z3: 4.8.3 -> 4.8.4
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2019-01-08 19:15:24 -06:00
Austin Seipp d77f381055 symbiyosys: 2018.09.12 -> 2018.12.09
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2019-01-08 19:15:24 -06:00
Matthew Bauer cd8c1a4053
Merge pull request #52643 from jabranham/ledger-info
ledger: Include info files
2019-01-08 16:03:56 -06:00
Simon Lackerbauer f7367cbf1c abella: 2.0.5 -> 2.0.6 2019-01-08 17:05:30 +00:00
Dmitry Kalinkin 6004e5dda3
Merge pull request #53574 from kamilchm/qtile
qtile: 0.12.0 -> 0.13.0
2019-01-08 11:51:08 -05:00
Will Dietz c38ff237f2 xterm: 341 -> 342 2019-01-08 09:30:47 -06:00
Renaud c514728543
Merge pull request #53536 from r-ryantm/auto-update/qtbitcointrader
qtbitcointrader: 1.40.30 -> 1.40.40
2019-01-08 14:37:13 +01:00
Peter Hoeg 15c8362c14
Merge pull request #53447 from timokau/neovim-qt-wrapper
neovim-qt: wrap in separate derivation
2019-01-08 20:24:03 +08:00
Pascal Wittmann a8a2e84110
Merge pull request #53636 from r-ryantm/auto-update/calibre
calibre: 3.36.0 -> 3.37.0
2019-01-08 13:22:24 +01:00
taku0 9f1ff9976f flashplayer: 32.0.0.101 -> 32.0.0.114 2019-01-08 21:12:29 +09:00
Maximilian Bosch 6e3eee833d
Merge pull request #53608 from dywedir/alacritty
alacritty: 0.2.4 -> 0.2.5
2019-01-08 12:22:40 +01:00
R. RyanTM bc1b9dd1fe calibre: 3.36.0 -> 3.37.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/calibre/versions
2019-01-08 01:24:10 -08:00
markuskowa b39eafb36f
Merge pull request #53521 from rvolosatovs/update/neovim
neovim: 0.3.2 -> 0.3.3
2019-01-08 09:07:15 +01:00
Kevin Rauscher e39ff06b16 mopidy-iris: 3.31.7 -> 3.31.8 2019-01-07 22:11:45 -05:00
R. RyanTM 381e1ff252 moe: 1.9 -> 1.10
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/moe/versions
2019-01-07 19:29:01 -05:00
Vladyslav Mykhailichenko 75e12828b6
alacritty: 0.2.4 -> 0.2.5 2019-01-08 01:13:27 +02:00
R. RyanTM 40d29cb4bd polar-bookshelf: 1.5.1 -> 1.7.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/polar-bookshelf/versions
2019-01-07 17:19:11 -05:00
markuskowa cecec1f744
Merge pull request #53051 from betaboon/patch-2
soapysdr: fix modules-directory for extraPackages
2019-01-07 22:06:04 +01:00
Robin Gloster f11b1aceaa
Merge pull request #52750 from flokli/gitlab-11.6.0
gitlab: 11.5.5 -> 11.6.3
2019-01-07 20:47:41 +00:00
Robin Gloster 8fac37db00
gitlab: 11.6.0 -> 11.6.3 2019-01-07 20:08:15 +01:00
Piotr Bogdan d1fff1e9e8 rxvt_unicode: fix build 2019-01-07 16:37:26 +00:00
Kamil Chmielewski d8378602a9 qtile: 0.12.0 -> 0.13.0
needs Python 3 to use Clock widget:
https://github.com/qtile/qtile/issues/1258#issuecomment-451958978
2019-01-07 17:12:35 +01:00
Bjørn Forsman 651ee38dea jnetmap: init at 0.5.4 2019-01-07 16:57:33 +01:00
Michael Weiss e1d9854816
scons: 3.0.1 -> 3.0.2
A few packages broke due to the SCons upgrade (they depended on
deprecated options that got removed), I've kept them on version 3.0.1
for now. The rest of the rebuilds seems fine (the failing ones where
already in a broken state before this change).
2019-01-07 15:07:29 +01:00
R. RyanTM bd7eec5d9c pynac: 0.7.22 -> 0.7.23 (#53559)
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/pynac/versions
2019-01-07 14:52:18 +01:00
betaboon bb5c86d404 soapysdr: fix modules-directory for extraPackages 2019-01-07 12:10:55 +01:00
R. RyanTM 67b8195774 qtbitcointrader: 1.40.30 -> 1.40.40
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/qtbitcointrader/versions
2019-01-06 19:10:46 -08:00
worldofpeace 8e05911ccb otter-browser: add homepage 2019-01-06 19:36:31 -05:00
Will Dietz 16cef9de77 otter-browser: 0.9.99.3 -> 1.0.01 2019-01-06 19:36:31 -05:00
R. RyanTM ed630cbe2b toot: 0.19.0 -> 0.20.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/toot/versions
2019-01-06 19:13:48 -05:00
R. RyanTM b5b80afa5b trilium: 0.26.1 -> 0.27.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/trilium/versions
2019-01-06 19:03:07 -05:00
Jack Kelly 721486626a edbrowse: Fix compilation against newer libcurl 2019-01-06 18:57:23 -05:00
Roman Volosatovs b4ed953bb2
neovim: 0.3.2 -> 0.3.3 2019-01-06 21:49:31 +01:00
R. RyanTM 83599e2f58 transmission-remote-gtk: 1.4.0 -> 1.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/transmission-remote-gtk/versions
2019-01-06 10:32:09 -08:00
Edmund Wu ca531efae8
feh: include prove for tests 2019-01-06 08:30:57 -05:00
Mario Rodas b3d8aa2677 1password: 0.5.4 -> 0.5.5 2019-01-06 13:17:41 +01:00
markuskowa f4dcb6f03e
Merge pull request #53466 from lasandell/wsjtx-2.0.0
wsjtx: 1.9.1 -> 2.0.0
2019-01-06 12:58:33 +01:00
Vladimír Čunát 10a12194e3
Merge #53490: fix treewide linking errors after #51770
Issue #53001.  This might not be all of them, but let's not wait.
2019-01-06 12:14:52 +01:00
Timo Kaufmann ee9bc405b9 neovim-qt: wrap in separate derivation
This makes it possible to swap out the (wrapped) neovim without
recompiling neovim-qt. In particular, the user can use `neovim.override`
to configure their neovim and then use that same configuration for
neovim-qt, without having to give up binary caching.
2019-01-06 10:56:27 +01:00
Frederik Rietdijk a4250d1478 Merge staging-next into staging 2019-01-06 09:48:31 +01:00
Frederik Rietdijk e5381cdece Merge master into staging-next 2019-01-06 09:36:23 +01:00
Luke Sandell fada7041a0 wsjtx: 1.9.1 -> 2.0.0
Old version of FT8 protocol was obsoleted on 2019-01-01.
2019-01-05 15:59:43 -06:00
Vladimír Čunát a68ae2c205
obs-studio: restrict meta.platforms
Hydra has been trying to build it on aarch64-linux, but never succeeded:
https://hydra.nixos.org/job/nixpkgs/trunk/obs-studio.aarch64-linux/all
(It tries to feed compiler x86-specific options.)
I didn't test i686-linux, due to a transitive dependency not building
(libupnp), but there it might likely work.
2019-01-05 22:51:21 +01:00
Vladimír Čunát e6aa4d76ed
Merge #53164: vlc: 3.0.4 -> 3.0.5
https://mailman.videolan.org/pipermail/videolan-announce/2018-December/000173.html
2019-01-05 22:05:41 +01:00
roconnor 9ff125c9ce
Merge pull request #52868 from roconnor/bitcoin
Bitcoin: 0.17.0 -> 0.17.1
2019-01-05 15:15:16 -05:00
xeji 361d64de02
Merge pull request #53398 from Mic92/cryptominisat
cryptominisat: 5.0.1 -> 5.6.6
2019-01-05 17:34:50 +01:00
Jörg Thalheim 37fe593d48
cryptominisat: switch to python3 2019-01-05 16:38:10 +01:00
Vladimír Čunát d84a33d85b
Merge branch 'master' into staging-next
A few more rebuilds (~1k on x86_64-linux).
2019-01-05 15:02:04 +01:00
Elis Hirwing d3697b0bb9 ed: 1.14.2 -> 1.15 (#53415)
Release announcement: http://lists.gnu.org/archive/html/info-gnu/2019-01/msg00003.html
2019-01-05 14:40:29 +01:00
Jörg Thalheim e36c93b3a0
Merge pull request #53408 from frlan/Update/Geany/1.34.1
Geany: 1.34 -> 1.34.1
2019-01-05 13:24:38 +01:00
Michael Raskin 3b152247ea weechatScripts.weechat-matrix-bridge: 2018-05-29 -> 2018-11-19 (HTTP/2 support fix) 2019-01-05 13:21:30 +01:00
taku0 17f4d415a2
thunderbird: 60.3.3 -> 60.4.0
Picked from PR #53437.  It runs fine for me.
2019-01-05 13:09:04 +01:00
Jörg Thalheim 4a4d1d6497
cryptominisat: 5.0.1 -> 5.6.6 2019-01-05 12:45:44 +01:00
Vladyslav Mykhailichenko f24d62c1e9
gpxsee: 6.3 -> 7.1 2019-01-05 11:44:07 +02:00
Frederik Rietdijk 60a3973a55 Merge staging-next into staging 2019-01-05 10:15:00 +01:00
Anton-Latukha 9f6e6f9b31 nv-codec-headers: bring package to top-level 2019-01-05 03:31:43 +02:00
Dmitry Kalinkin fb185ff859
Merge pull request #52835 from suhr/musescore
musescore: 2.3.2 -> 3.0
2019-01-04 20:20:34 -05:00
Dmitry Kalinkin fc2a65308f
musescore: switch to QtWebEngine
Since version 3.0 it builds with QtWebEngine by default.
2019-01-04 19:43:23 -05:00
Elis Hirwing eeb35be95d gitea: 1.6.2 -> 1.6.3
Changelog: https://github.com/go-gitea/gitea/releases/tag/v1.6.3
2019-01-04 19:38:40 -05:00
Piotr Bogdan 2e5cb0cb5b offrss: use c++ compiler for linkage 2019-01-04 21:44:22 +00:00
Piotr Bogdan bf61e100d7 xautoclick: use c++ compiler for linkage 2019-01-04 21:44:22 +00:00
Piotr Bogdan 89bcdd1184 timemachine: link with libm explicitly 2019-01-04 21:44:22 +00:00
Piotr Bogdan 1492dcccda texmacs: link with libz explicitly 2019-01-04 21:44:21 +00:00
Piotr Bogdan 510b678cb7 tangogps: link with libm explicitly 2019-01-04 21:44:21 +00:00
Piotr Bogdan 78ed568062 skype_call_recorder: link with libvorbis explicitly 2019-01-04 21:44:21 +00:00
Piotr Bogdan 90f5c4a810 pianobooster: link with pthreads, libGL explicitly 2019-01-04 21:44:20 +00:00
Piotr Bogdan 46dd3e27d9 lash: link with pthreads, lib{uuid,m} explicitly 2019-01-04 21:44:20 +00:00
Piotr Bogdan d02a1bb2ab kino: link with lib{avcodec,avutil} explicitly 2019-01-04 21:44:20 +00:00
Piotr Bogdan 472c14af60 k2pdfopt: link with pthreads explicitly 2019-01-04 21:44:20 +00:00
Piotr Bogdan 0d8bec14f0 jack_rack: link with pthreads, lib{dl,m} explicitly 2019-01-04 21:44:19 +00:00
Piotr Bogdan 3d94f68c75 gqview: link with libm explicitly 2019-01-04 21:44:19 +00:00
Piotr Bogdan 418a2d771c goxel: link with pthreads explicitly 2019-01-04 21:44:19 +00:00
Piotr Bogdan 71f216b7e6 golly-beta: link with lib{dl,GL} explicitly 2019-01-04 21:44:19 +00:00
Piotr Bogdan 12ac71caca golden-cheetah: link with libz explicitly 2019-01-04 21:44:19 +00:00
Piotr Bogdan 8c83c4585e gnuradio: link with pthreads explicitly 2019-01-04 21:44:19 +00:00
Piotr Bogdan 4477dedfba gitAndTools.svn-all-fast-export: link with libsvn_fs-1 explicitly 2019-01-04 21:44:18 +00:00
Piotr Bogdan e828ad6ad9 cinepaint: link with lib{m,png} explicitly 2019-01-04 21:44:18 +00:00
Piotr Bogdan 0b0430928b bitmeter: fix libm underlinking 2019-01-04 21:19:40 +00:00
Piotr Bogdan ae7557c4cb avogadro: fix libX11 underlinking 2019-01-04 21:13:57 +00:00
Piotr Bogdan 8fe36d7285 autopanosiftc: fix libm underlinking 2019-01-04 21:04:52 +00:00
Piotr Bogdan 9e551aee94 artha: fix libgio-2.0 underlinking 2019-01-04 20:54:39 +00:00
Frederik Rietdijk 9618abe87c Merge master into staging-next 2019-01-04 21:13:19 +01:00
Piotr Bogdan e7040637e5 ahoviewer: link with pthread explicitly 2019-01-04 19:33:49 +00:00
Piotr Bogdan 4bdf36d156 aegisub: link with pthread explicitly 2019-01-04 19:33:49 +00:00
Piotr Bogdan 6edd82d02c a2jmidid: fix pthread linkage 2019-01-04 19:33:49 +00:00
Frank Lanitz 6acde26318 Geany: 1.34 -> 1.34.1 2019-01-04 16:58:22 +01:00
Jörg Thalheim 7d75e31c52
Merge pull request #53316 from r-ryantm/auto-update/imagemagick
imagemagick7: 7.0.8-14 -> 7.0.8-22
2019-01-04 15:46:58 +01:00
Lengyel Balazs f4a53ff3bc treewide/xorg: replace *proto with xorgproto 2019-01-04 14:38:57 +01:00
nyanloutre b245c0cd52 obs-studio: fix wrong patch hash 2019-01-04 14:35:33 +01:00
nyanloutre 560a7add3d obs-studio: apply fix for fdk-aac v2.0.0 2019-01-04 14:35:33 +01:00
Michael Weiss 82e204382f
androidStudioPackages.{dev,canary}: 3.4.0.8 -> 3.4.0.9 2019-01-04 12:00:16 +01:00
Frederik Rietdijk 0a2caa41fe Python: drop python.majorVersion
Drop `python.majorVersion`. For Python language version, use `python.pythonVersion`.
For implementation version, use `python.sourceVersion`.

Some expressions were broken. Those that were identified were fixed.

fixup major
2019-01-04 10:45:22 +01:00
Jörg Thalheim 789041d027
Merge pull request #53373 from dtzWill/fix/nnn-readline-and-shell-completions
nnn: remove unused dep, install shell completions
2019-01-04 08:25:59 +01:00
Jörg Thalheim fdb148f405
Merge pull request #53059 from schmittlauch/kcharselect
kcharselect: initial packaging
2019-01-04 08:17:06 +01:00
Mateusz Kowalczyk 12f669678a
Merge pull request #53381 from r-ryantm/auto-update/cantata
cantata: 2.3.2 -> 2.3.3
2019-01-04 14:33:09 +09:00
R. RyanTM 570c887c48 cantata: 2.3.2 -> 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/cantata/versions
2019-01-03 20:29:19 -08:00
R. RyanTM ed81471439 brave: 0.57.18 -> 0.58.18
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/brave/versions
2019-01-03 22:57:52 -05:00
Will Dietz e07488d2a0 nnn: install shell completions 2019-01-03 20:37:41 -06:00
Will Dietz 6a0bff977a nnn: remove readline, not used since 1.9 2019-01-03 20:37:38 -06:00
worldofpeace bf511fe1e9 lollypop: 0.9.908 -> 0.9.909
https://gitlab.gnome.org/World/lollypop/tags/0.9.909
2019-01-03 20:56:44 -05:00
R. RyanTM 6197911c12 copyq: 3.7.1 -> 3.7.2 (#53359)
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/copyq/versions
2019-01-04 02:41:10 +01:00
Jan Tojnar f7b0feaa2e
pulseeffects: 4.4.4 → 4.4.5
Fixes crash on my crappy set-up.
2019-01-04 02:14:30 +01:00
Peter Hoeg 0b8b100850
Merge pull request #53235 from jabranham/syncthing
syncthing: 0.14.52 -> 1.0.0
2019-01-04 09:13:35 +08:00
R. RyanTM c7afdaf5cd gtkwave: 3.3.97 -> 3.3.98
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/gtkwave/versions
2019-01-03 16:44:01 -05:00
R. RyanTM 9abdfa1c0e gnucash: 3.3 -> 3.4
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/gnucash/versions
2019-01-03 16:39:30 -05:00
Jörg Thalheim e071e06dfb
Merge pull request #53350 from r-ryantm/auto-update/focuswriter
focuswriter: 1.7.0 -> 1.7.1
2019-01-03 22:21:00 +01:00
Ben Gamari 537b0ac9be ngspice: 29 -> 30
Just a simple bump.
2019-01-03 16:16:51 -05:00
Jörg Thalheim 90f8a651f3
Merge pull request #53283 from r-ryantm/auto-update/mopidy
mopidy: 2.2.1 -> 2.2.2
2019-01-03 22:09:40 +01:00
R. RyanTM 13e614600c focuswriter: 1.7.0 -> 1.7.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/focuswriter/versions
2019-01-03 12:45:53 -08:00
Mikhail Klementev 7475db089b wire-desktop: 3.3.2872 -> 3.5.2881 2019-01-03 15:45:36 -05:00
Jörg Thalheim 00f5c9d23e
Merge pull request #53339 from r-ryantm/auto-update/goxel
goxel: 0.8.1 -> 0.8.2
2019-01-03 20:49:53 +01:00
Jörg Thalheim 4d4f54f23b
Merge pull request #53338 from r-ryantm/auto-update/gpodder
gpodder: 3.10.5 -> 3.10.6
2019-01-03 20:43:49 +01:00
José Romildo Malaquias 3e00845cf0 vivaldi-ffmpeg-codecs: 70.0.3538.77 -> 71.0.3578.98 2019-01-03 14:08:54 -05:00
José Romildo Malaquias cb1e93b2c0 vivaldi: 2.1.1337.51-1 -> 2.2.1388.37-1 2019-01-03 14:08:54 -05:00
Frederik Rietdijk 2da31b80bb Merge master into staging-next 2019-01-03 20:07:35 +01:00
markuskowa eebd1a9263
Merge pull request #53150 from yrashk/eaglemode
eaglemode: 0.86.0 -> 0.94.0
2019-01-03 20:01:07 +01:00
R. RyanTM 2a28248352 goxel: 0.8.1 -> 0.8.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/goxel/versions
2019-01-03 10:44:00 -08:00