Commit Graph

42261 Commits

Author SHA1 Message Date
Cole Helbling
a276d1220d
qimgv: enable video support
I actually went back and `strace`'d the binary when it complained about
being unable to load the library it uses for playing videos. Turns out,
it wasn't finding the library because it wasn't in any of its library
paths. I added the lib path to `LD_LIBRARY_PATH` so it can find the
library it uses to play videos, and now things are peachy.

There is a (seemingly innocuous) error that gets displayed from Exiv2
being unable to determine its image type. Since it's actually a video, I
think it's fine. Another issue that pops up in the output is missing
`libcuda.so.1`, but that doesn't seem to affect functionality, and using
`addOpenGLRunpath` on both the binary and libraries didn't silence it.

Also did a little formatting.
2020-04-11 16:35:28 -07:00
R. RyanTM
f4161cc59d hugo: 0.68.3 -> 0.69.0 2020-04-11 21:43:30 +00:00
Jörg Thalheim
ae4b71ecac
Merge pull request #85007 from nh2/git-bug-0.7.1
gitAndTools.git-bug: 0.6.0 -> 0.7.0
2020-04-11 21:40:05 +01:00
Pavol Rusnak
3abd151f8e
Revert "riot-desktop: wrap with wrapGAppsHook"
This reverts commit fe6addbbf7.
2020-04-11 21:54:34 +02:00
Rok Garbas
4f8ca442d7
Merge pull request #85014 from bcc32/patch-1
megacmd: 1.1.0 -> 1.2.0
2020-04-11 21:30:57 +02:00
Tobias Happ
fdb4439640 teamspeak_server: add updateScript 2020-04-11 20:53:33 +02:00
Mario Rodas
f5867d86fe
Merge pull request #84982 from endocrimes/nomad-0.11.x
nomad: 0.10.5 -> 0.11.0
2020-04-11 13:14:36 -05:00
Mario Rodas
b9d3ce83c6
Merge pull request #84992 from sikmir/gpxsee
gpxsee: 7.27 -> 7.28
2020-04-11 13:13:36 -05:00
Aaron Zeng
d06f3687fa
megacmd: 1.1.0 -> 1.2.0 2020-04-11 13:49:38 -04:00
Maximilian Bosch
3b15c63d19
Merge pull request #84931 from ngerstle/update-minikube
minikube: 1.8.1 -> 1.9.2
2020-04-11 18:35:07 +02:00
Niklas Hambüchen
fd6ee37def gitAndTools.git-bug: 0.6.0 -> 0.7.0 2020-04-11 18:04:02 +02:00
Peter Hoeg
a7bd722ec8
Merge pull request #84984 from r-ryantm/auto-update/strawberry
strawberry: 0.6.8 -> 0.6.9
2020-04-11 23:18:07 +08:00
Maximilian Bosch
ef1e4f8064
Merge pull request #84810 from kuznero/master
jetbrains: update
2020-04-11 14:55:30 +02:00
Nikolay Korotkiy
9980389161
gpxsee: 7.27 -> 7.28 2020-04-11 15:38:42 +03:00
Jaakko Luttinen
93ea5b0d0d
liblinphone: fix missing vcard_grammar
Fixes #84488
2020-04-11 15:32:39 +03:00
R. RyanTM
03e18abf05 strawberry: 0.6.8 -> 0.6.9 2020-04-11 11:22:04 +00:00
Danielle Lancashire
064268831b
nomad: 0.10.5 -> 0.11.0
This commit migrates the Nomad package from the 0.10.x line of releases
to 0.11.X.

This allows us to also bump the version of Go that is used to 1.14.x.
NOTE: 1.14.x will be needed for the rest of the 0.11.x releases as Nomad
only bumps patch versions of Go within a release series.

CHANGELOG:

FEATURES:

    Container Storage Interface [beta]: Nomad has expanded support
    of stateful workloads through support for CSI plugins.
    Exec UI: an in-browser terminal for connecting to running allocations.
    Audit Logging (Enterprise): Audit logging support for Nomad
    Enterprise.
    Scaling APIs: new scaling policy API and job scaling APIs to support external autoscalers
    Task Dependencies: introduces lifecycle stanza with prestart and sidecar hooks for tasks within a task group

BACKWARDS INCOMPATIBILITIES:

    driver/rkt: The Rkt driver is no longer packaged with Nomad and is instead
    distributed separately as a driver plugin. Further, the Rkt driver codebase
    is now in a separate
    repository.

IMPROVEMENTS:

    core: Optimized streaming RPCs made between Nomad agents [GH-7044]
    build: Updated to Go 1.14.1 [GH-7431]
    consul: Added support for configuring enable_tag_override on service stanzas. [GH-2057]
    client: Updated consul-template library to v0.24.1 - added support for working with consul connect. Deprecated vault_grace [GH-7170]
    driver/exec: Added no_pivot_root option for ramdisk use [GH-7149]
    jobspec: Added task environment interpolation to volume_mount [GH-7364]
    jobspec: Added support for a per-task restart policy [GH-7288]
    server: Added minimum quorum check to Autopilot with minQuorum option [GH-7171]
    connect: Added support for specifying Envoy expose path configurations [GH-7323] [GH-7396]
    connect: Added support for using Connect with TLS enabled Consul agents [GH-7602]

BUG FIXES:

    core: Fixed a bug where group network mode changes were not honored [GH-7414]
    core: Optimized and fixed few bugs in underlying RPC handling [GH-7044] [GH-7045]
    api: Fixed a panic when canonicalizing a jobspec with an incorrect job type [GH-7207]
    api: Fixed a bug where calling the node GC or GcAlloc endpoints resulted in an error EOF return on successful requests [GH-5970]
    api: Fixed a bug where /client/allocations/... (e.g. allocation stats) requests may hang in special cases after a leader election [GH-7370]
    cli: Fixed a bug where nomad agent -dev fails on Windows [GH-7534]
    cli: Fixed a panic when displaying device plugins without stats [GH-7231]
    cli: Fixed a bug where alloc exec command in TLS environments may fail [GH-7274]
    client: Fixed a panic when running in Debian with /etc/debian_version is empty [GH-7350]
    client: Fixed a bug affecting network detection in environments that mimic the EC2 Metadata API [GH-7509]
    client: Fixed a bug where a multi-task allocation maybe considered healthy despite a task restarting [GH-7383]
    consul: Fixed a bug where modified Consul service definitions would not be updated [GH-6459]
    connect: Fixed a bug where Connect enabled allocation would not stop after promotion [GH-7540]
    connect: Fixed a bug where restarting a client would prevent Connect enabled allocations from cleaning up properly [GH-7643]
    driver/docker: Fixed handling of seccomp security_opts option [GH-7554]
    driver/docker: Fixed a bug causing docker containers to use swap memory unexpectedly [GH-7550]
    scheduler: Fixed a bug where changes to task group shutdown_delay were not persisted or displayed in plan output [GH-7618]
    ui: Fixed handling of multi-byte unicode characters in allocation log view [GH-7470] [GH-7551]
2020-04-11 12:52:09 +02:00
Florian Klink
435ff3118e subsurface: 4.8.2 -> 4.9.3
This bumps subsurface to 4.9.3.

As the subsurface-specific libdivecomputer source is shipped as a git
submodule these days, we can avoid having to fetch a separate tarball
that needs to be kept in sync (and is only uploaded for each release).

This also applies a patch on top of 4.9.3 to properly handle libgit2
versions 1.0 and later - conditional code for older libgit versions has
been removed upstream, but that's a nontrivial backport, which is why
this patch was added.
2020-04-11 12:51:32 +02:00
Jan Tojnar
dd0c85d546
Merge pull request #84969 from kisik21/mako-svg-icons
mako: wrap with wrapGAppsHook
2020-04-11 12:01:45 +02:00
Max Zerzouri
ab65cb50c8 polyphone: init at 2.2.0 2020-04-11 17:33:45 +12:00
Linus Heckemann
156ee198b2
freerdp: 2.0.0-rc4 -> 2.0.0 (#84885)
* freerdp: 2.0.0-rc4 -> 2.0.0

* freerdp: add Xtst for input in shadow server, libxslt for manpages

* freerdp: nits
2020-04-11 11:03:03 +08:00
Vika
c6eabc0033
mako: wrap with wrapGAppsHook
mako wasn't finding the librsvg library and its gdk-pixbuf loader, the
SVG icon support was broken for a long time.
2020-04-11 06:00:18 +03:00
Michael Weiss
b533f10345
chromium: Fix the VA-API build 2020-04-10 23:28:35 +02:00
ngerstle
5c644c4204 minikube: 1.8.1 -> 1.9.2 2020-04-10 21:21:35 +02:00
Aaron Andersen
276a27b8f5
Merge pull request #80878 from MilesBreslin/nnn_config
nnn: Fix configuration file
2020-04-10 14:58:32 -04:00
Michael Reilly
84cf00f980
treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
Mario Rodas
a37e2f2f1d
zeek: 3.0.3 -> 3.1.1 2020-04-10 04:20:00 -05:00
R. RyanTM
96e2dc107f gerrit: 3.1.2 -> 3.1.4 2020-04-10 00:27:13 -07:00
Daniël de Kok
ba8ffb5d2c drawio: 12.9.3 -> 12.9.9
Changelog:

- Updates to draw.io 12.9.9, changes from, and including, 12.9.4 to
  12.9.9 are new in this desktop release.
- Updates to Electron 8.2.1
- Fixes opening multiple files from explorer
- Fixes file path persistence

https://github.com/jgraph/drawio-desktop/releases/tag/v12.9.9
2020-04-10 00:25:38 -07:00
R. RyanTM
087f912b71 mediainfo: 19.09 -> 20.03 2020-04-10 00:18:28 -07:00
Gabriel Ebner
375ee0acfd
Merge pull request #84852 from marsam/update-lean
lean: 3.7.2 -> 3.8.0
2020-04-10 08:56:02 +02:00
Mario Rodas
eaacfdc3e9
Merge pull request #84859 from marsam/update-ncspot
ncspot: 0.1.2 -> 0.1.3
2020-04-09 22:16:03 -05:00
R. RyanTM
6ff1813318 img2pdf: 0.3.3 -> 0.3.4 2020-04-09 20:57:53 -04:00
Joachim F
383c97dfd0
Merge pull request #84838 from andriokha/tor-browser-bundle-bin-9.0.9
tor-browser-bundle-bin: 9.0.7 -> 9.0.9
2020-04-10 00:23:01 +00:00
Mario Rodas
93eb7478f1
ncspot: 0.1.2 -> 0.1.3
Changelog: https://github.com/hrkfdn/ncspot/releases/tag/v0.1.3
2020-04-09 17:05:00 -05:00
Maximilian Bosch
a3eaf6c88b
gitAndTools.tig: 2.5.0 -> 2.5.1
https://github.com/jonas/tig/releases/tag/tig-2.5.1
2020-04-09 22:25:42 +02:00
worldofpeace
f810c28503
Merge pull request #84804 from Synthetica9/vscode1440
vscode, vscodium: 1.43.2 -> 1.44.0
2020-04-09 16:21:27 -04:00
Mario Rodas
b89b23b029
Merge pull request #84825 from r-ryantm/auto-update/dit
dit: 0.5 -> 0.6
2020-04-09 14:28:44 -05:00
Mario Rodas
85354e73cb
Merge pull request #84767 from r-ryantm/auto-update/ddgr
ddgr: 1.7 -> 1.8
2020-04-09 14:10:55 -05:00
worldofpeace
cab066ba74
Merge pull request #84764 from r-ryantm/auto-update/celluloid
celluloid: 0.18 -> 0.19
2020-04-09 14:58:19 -04:00
Matt Huszagh
fc66192b37 fparser: init at 4.5.1 2020-04-09 11:28:21 -07:00
Jonathan Ringer
3238302827 libpoly: fix src 2020-04-09 11:22:53 -07:00
R. RyanTM
c6fbd527d0 rambox-pro: 1.2.2 -> 1.3.1 2020-04-09 11:06:21 -07:00
Andy Fowlston
85e4f2d554 tor-browser-bundle-bin: 9.0.7 -> 9.0.9
https://blog.torproject.org/new-release-tor-browser-909
https://blog.torproject.org/new-release-tor-browser-908
2020-04-09 18:51:59 +01:00
Jonathan Ringer
63575456ae leo-editor: fix makeDesktopItem categories 2020-04-09 10:47:54 -07:00
Jonathan Ringer
e8f668185e leo-editor: add qt support 2020-04-09 10:47:54 -07:00
R. RyanTM
8f86e3c1a3 leo-editor: 5.7.3 -> 6.2 2020-04-09 10:47:54 -07:00
R. RyanTM
f4a9fe36fa libpoly: 0.1.7 -> 0.1.8 2020-04-09 10:29:28 -07:00
Mario Rodas
9ced617cf5
Merge pull request #84821 from r-ryantm/auto-update/fetchmail
fetchmail: 6.4.2 -> 6.4.3
2020-04-09 11:12:36 -05:00
Mario Rodas
b41b5287e2
Merge pull request #84788 from r-ryantm/auto-update/syncthingtray
syncthingtray: 0.10.7 -> 0.10.8
2020-04-09 11:11:08 -05:00
Mario Rodas
ab1a184de3
Merge pull request #82267 from zaninime/sane-airscan
sane-airscan: init at 0.9.17
2020-04-09 10:51:09 -05:00
R. RyanTM
cdda61ab69 dit: 0.5 -> 0.6 2020-04-09 15:42:03 +00:00
Mario Rodas
8e537ad391
lean: 3.7.2 -> 3.8.0 2020-04-09 10:40:00 -05:00
R. RyanTM
2058a22a4c fetchmail: 6.4.2 -> 6.4.3 2020-04-09 15:09:08 +00:00
Roman Kuznetsov
85489caa9b
jetbrains: update 2020-04-09 16:08:01 +02:00
Aaron Andersen
0d62914bcd
Merge pull request #84727 from raboof/update-olive-editor-to-0.1.2
olive-editor 0.1.1 -> 0.1.2
2020-04-09 09:46:59 -04:00
zowoq
7145a692b1 wireshark: 3.2.2 -> 3.2.3
https://www.wireshark.org/docs/relnotes/wireshark-3.2.3.html
2020-04-09 15:20:14 +02:00
Shea Levy
6fac063e09
emacsPackages: Add standalone agda-input package that doesn't require building Agda. 2020-04-09 09:14:40 -04:00
Linus Heckemann
6ade57efe3
Merge pull request #84808 from r-ryantm/auto-update/calls
calls: 0.1.2 -> 0.1.4
2020-04-09 14:59:12 +02:00
Nikola Knežević
cff6722b4c
terraform-docs: 0.6.0 -> 0.9.1 (#84807)
0.6.0 is quite an old version, that doesn't support Terraform 0.12. As
  Terraform 0.12 is the default on master, upgrading terraform-docs to
0.9.1 brings tools on par.
2020-04-09 12:55:33 +00:00
R. RyanTM
55ef6483fc calls: 0.1.2 -> 0.1.4 2020-04-09 12:38:29 +00:00
Jan Tojnar
bbb299c8e4
Merge pull request #84177 from zowoq/team
maintainers/teams: add podman team
2020-04-09 13:57:12 +02:00
Patrick Hilhorst
939041bce4
vscode, vscodium: 1.43.2 -> 1.44.0 2020-04-09 13:45:38 +02:00
R. RyanTM
8ae65ec0cc syncthingtray: 0.10.7 -> 0.10.8 2020-04-09 09:08:18 +00:00
Tor Hedin Brønner
88607e0e02
Merge pull request #84694 from hedning/gnome-3.36.1
Gnome 3.36.1
2020-04-09 10:37:23 +02:00
Vladimír Čunát
f719350bac
Merge #84773: thunderbird*: 68.6.0 -> 68.7.0
https://www.thunderbird.net/en-US/thunderbird/68.7.0/releasenotes/
(ATM it's unclear if there are any security fixes or not.)
2020-04-09 09:07:30 +02:00
R. RyanTM
1cab8bc0a6
ddgr: 1.7 -> 1.8 2020-04-09 02:16:42 +00:00
Peter Hoeg
f38bfb8889
Merge pull request #84763 from marsam/update-syncthing
syncthing: 1.4.1 -> 1.4.2
2020-04-09 09:51:37 +08:00
Mario Rodas
869e567103
Merge pull request #84629 from r-ryantm/auto-update/saga
saga: 7.6.1 -> 7.6.2
2020-04-08 20:51:07 -05:00
R. RyanTM
24ca5b4475 celluloid: 0.18 -> 0.19 2020-04-09 01:39:45 +00:00
Mario Rodas
d92cc0f25b
Merge pull request #84640 from r-ryantm/auto-update/snd
snd: 20.1 -> 20.2
2020-04-08 19:35:56 -05:00
Mario Rodas
c8e8a5425d
Merge pull request #84737 from jojosch/dbeaver_7.0.2
dbeaver: 7.0.1 -> 7.0.2
2020-04-08 19:34:43 -05:00
Trolli Schmittlauch
6be41c6df8 cawbird: 1.0.4 -> 1.0.5 2020-04-08 21:20:33 +02:00
Anderson Torres
9589864ad1
Merge pull request #84604 from AndersonTorres/update-tilda
tilda: 1.4.1 -> 1.5.0
2020-04-08 15:44:17 -03:00
Jörg Thalheim
b9b8388e4a vocal: add missing glib-networking
otherwise https is disabled
2020-04-08 13:22:50 -04:00
Samuel Leathers
72cb7f81fd
Merge pull request #81442 from manveru/bundler-2.1.4
bundler: 1.17.3 -> 2.1.4
2020-04-08 12:44:54 -04:00
Johannes Schleifenbaum
128baaf549
dbeaver: 7.0.1 -> 7.0.2 2020-04-08 18:43:22 +02:00
Arnout Engelen
f0d12bf4f7
olive-editor 0.1.1 -> 0.1.2 2020-04-08 17:23:22 +02:00
Jan Tojnar
044a1f03db
Merge pull request #83163 from lasandell/shortwave-1.0.1
shortwave: init at 1.0.1
2020-04-08 17:02:57 +02:00
Luke Sandell
a74ecff70a shortwave: init at 1.0.1 2020-04-08 09:44:30 -05:00
Jan Tojnar
b7243c79c8
Merge pull request #84698 from jtojnar/gnome2-cleanups
gnome2 cleanups
2020-04-08 15:58:33 +02:00
Tim Steinbach
c4c017f982
zoom-us: 3.5.374815.0324 -> 3.5.383291.0407 2020-04-08 08:51:08 -04:00
taku0
2bf7993123 thunderbird: 68.6.0 -> 68.7.0 2020-04-08 21:21:23 +09:00
taku0
b756e789a4 thunderbird-bin: 68.6.0 -> 68.7.0 2020-04-08 21:13:47 +09:00
Timo Kaufmann
b72fd98789
Merge pull request #84666 from jonringer/repofy-palp
palp: correct metadata for repology
2020-04-08 11:44:33 +00:00
Florian Klink
68d37fe0c0
Merge pull request #84663 from flokli/notmuch-multiple-output
notmuch: add separate `emacs` output
2020-04-08 13:31:52 +02:00
Michael Weiss
2eab203e57
Merge pull request #84671 from primeos/chromium
chromium: 80.0.3987.163 -> 81.0.4044.92
2020-04-08 12:29:22 +02:00
lewo
bb3e58883b
Merge pull request #84400 from numkem/nomad_0.10.5
nomad: 0.10.2 -> 0.10.5
2020-04-08 12:06:40 +02:00
Michael Weiss
49cc739239
gns3-{gui,server}: 2.2.6 -> 2.2.7 2020-04-08 11:58:44 +02:00
Michael Weiss
20fd05448d
androidStudioPackages.beta: 4.0.0.12 -> 4.0.0.13 2020-04-08 11:54:51 +02:00
Michael Weiss
fdedc5d16c
signal-desktop: 1.32.3 -> 1.33.0 2020-04-08 11:28:42 +02:00
Mario Rodas
b3fbd22149
syncthing: 1.4.1 -> 1.4.2
Changelog: https://github.com/syncthing/syncthing/releases/tag/v1.4.2
2020-04-08 04:20:00 -05:00
Jörg Thalheim
9902849e66
cheat: 3.8.0 -> 3.9.0 2020-04-08 10:11:41 +01:00
Gabriel Ebner
e71c0d80a1
Merge pull request #84583 from r-ryantm/auto-update/qalculate-gtk
qalculate-gtk: 3.8.0 -> 3.8.0a
2020-04-08 11:01:33 +02:00
Jan Tojnar
bd16668567
libreoffice-still: drop gnome2 dependencies
They are not needed any more:

* ORBit2: a219edfbb6
* GConf: 3cf557c12d
* gnome_vfs: b40b601007
2020-04-08 10:32:22 +02:00
Jan Tojnar
14be4ca20a
lingot: 0.9.1 → 1.0.1
https://savannah.nongnu.org/forum/forum.php?forum_id=9190
2020-04-08 10:32:21 +02:00
Jan Tojnar
db46da2e32
monotoneViz: do not use aliases 2020-04-08 10:32:21 +02:00
Jan Tojnar
0195347f5f
beast: drop
It depends on ton of cruft, has been broken for three years and upstream switched to electron 🙈
2020-04-08 10:32:20 +02:00
Vincent Laporte
f4ff33cce6 alt-ergo: 2.3.1 → 2.3.2 2020-04-08 10:23:48 +02:00
Tor Hedin Brønner
ef28fe9c92 orca: 3.36.0 -> 3.36.1 2020-04-08 09:48:14 +02:00
Tor Hedin Brønner
a04dda2f6e shotwell: 0.31.0 -> 0.31.1 2020-04-08 09:48:14 +02:00
Peter Simons
c924ae5079
Merge pull request #84638 from r-ryantm/auto-update/shotcut
shotcut: 20.02.17 -> 20.04.01
2020-04-08 08:34:32 +02:00
worldofpeace
36beb6efa4
Merge pull request #84185 from cpcloud/add-scmpuff
scmpuff: init at 0.3.0
2020-04-07 23:41:22 -04:00
Phillip Cloud
9c2ffc5834 scmpuff: init at 0.3.0
scmpuff is tool to make working with git easier by making it possible
to refer to filenames using numeric shortcuts
2020-04-07 23:41:06 -04:00
R. RyanTM
de6ba564f8 fldigi: 4.1.09 -> 4.1.11 2020-04-07 19:21:30 -07:00
R. RyanTM
9de87dcf4a flrig: 1.3.49 -> 1.3.50 2020-04-07 19:19:41 -07:00
Dominik Honnef
b233a19fe1 luminance-hdr: use Qt5's mkDerivation 2020-04-08 01:37:16 +02:00
Michael Weiss
da832dd7d4
chromium: 80.0.3987.163 -> 81.0.4044.92
https://chromereleases.googleblog.com/2020/04/stable-channel-update-for-desktop_7.html

This update includes 32 security fixes.

CVEs:
CVE-2020-6454 CVE-2020-6423 CVE-2020-6455 CVE-2020-6430 CVE-2020-6456
CVE-2020-6431 CVE-2020-6432 CVE-2020-6433 CVE-2020-6434 CVE-2020-6435
CVE-2020-6436 CVE-2020-6437 CVE-2020-6438 CVE-2020-6439 CVE-2020-6440
CVE-2020-6441 CVE-2020-6442 CVE-2020-6443 CVE-2020-6444 CVE-2020-6445
CVE-2020-6446 CVE-2020-6447 CVE-2020-6448
2020-04-08 00:08:46 +02:00
Yves Fischer
25c3d0da53
qcad: init at 3.24.2.1 (#81209)
Co-authored-by: zimbatm <zimbatm@zimbatm.com>
2020-04-07 21:46:50 +00:00
Nikolay Korotkiy
388635f82f
josm: 15937 -> 16239 2020-04-07 23:26:28 +02:00
Michael Weiss
d782c440ae
chromiumDev: Add the missing setuptools dependency
The build was failing with:
```
[1625/39505] ACTION //components/schema_org:generate_schema_org_code(//build/toolchain/linux:clang_x64)
FAILED: gen/components/schema_org/schema_org_entity_names.h gen/components/schema_org/schema_org_entity_names.cc gen/components/schema_org/schema_org_property_configurations.h gen/components/schema_org/schema_org_property_configurations.cc gen/components/schema_org/schema_org_property_names.h gen/components/schema_org/schema_org_property_names.cc
python ../../components/schema_org/generate_schema_org_code.py --schema-file ../../third_party/schema_org/schema.jsonld --output-dir gen/components/schema_org --templates templates/schema_org_entity_names.cc.tmpl templates/schema_org_entity_names.h.tmpl templates/schema_org_property_configurations.cc.tmpl templates/schema_org_property_configurations.h.tmpl templates/schema_org_property_names.cc.tmpl templates/schema_org_property_names.h.tmpl
Traceback (most recent call last):
  File "../../components/schema_org/generate_schema_org_code.py", line 22, in <module>
    env = Environment(loader=PackageLoader('generate_schema_org_code', ''))
  File "/build/chromium-83.0.4100.3/components/schema_org/../../third_party/jinja2/loaders.py", line 222, in __init__
    from pkg_resources import DefaultProvider, ResourceManager, \
ImportError: No module named pkg_resources
```
2020-04-07 23:21:28 +02:00
Jonathan Ringer
f89b76d9db
palp: correct metadata for repology 2020-04-07 14:08:03 -07:00
Doron Behar
028fcf9643 notmuch: remove bash-completion and just specify path 2020-04-07 22:02:49 +02:00
Florian Klink
d0dd8e6cca notmuch: make emacs a separate output
This puts all emacs-related binaries and code to a separate output,
removing emacs from the runtime closure of neomutt.
2020-04-07 22:02:48 +02:00
R. RyanTM
3e2e7a5c6b gnucash: 3.8b -> 3.9 2020-04-07 12:32:49 -07:00
Matthias Beyer
b9b3cdf058 buku: 4.2.2 -> 4.3
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
2020-04-07 12:18:22 -07:00
Tobias Happ
6ed08522d8 teamspeak_server: 3.11.0 -> 3.12.1 2020-04-07 20:58:01 +02:00
Jan Tojnar
3f7515cb8c
ardour: clean up the expression
* Remove unneeded dependencies
* Stop vendoring other dependencies (fluidsynth, hidapi, libltc, qm-dsp)
* Fix using incorrect libusb version (libusb package is just a legacy compat layer)
* Move build-time dependencies to nativeBuildInputs
* Install freedesktop files & man page
* Drop libintl replacement that no longer applies
2020-04-07 20:26:24 +02:00
Jan Tojnar
eac0ee6c51
ardour: format with nixpkgs-fmt 2020-04-07 20:26:22 +02:00
Milan
28d8bc7251
seabios: 1.11.0 -> 1.13.0 (#79880)
https://www.seabios.org/Releases#SeaBIOS_1.13.0
2020-04-07 20:11:38 +02:00
Andreas Rammhold
80d0a401d0
Merge pull request #84584 from andir/firefox
firefox: 74.0.1 -> 75.0 and related updates
2020-04-07 20:05:14 +02:00
R. RyanTM
261bdcb25c snd: 20.1 -> 20.2 2020-04-07 18:05:13 +00:00
R. RyanTM
1c279a0011 obs-studio: 25.0.2 -> 25.0.3 2020-04-07 10:57:53 -07:00
R. RyanTM
70e684d5d9 shotcut: 20.02.17 -> 20.04.01 2020-04-07 17:48:38 +00:00
Jonathan Ringer
d71ed93abf lutris: 0.5.4 -> 0.5.5 2020-04-07 10:12:29 -07:00
R. RyanTM
73d63a68a3 saga: 7.6.1 -> 7.6.2 2020-04-07 17:00:20 +00:00
AndersonTorres
10f1ce04b8 tilda: 1.4.1 -> 1.5.0 2020-04-07 10:19:44 -03:00
Peter Hoeg
d7b98129fe
Merge pull request #80003 from peterhoeg/f/elisa
elisa: move into kdeApplications
2020-04-07 20:54:03 +08:00
Peter Hoeg
0c7ec50297 elisa: move into kdeApplications
elisa is now part of the upstream kdeApplications bundle
2020-04-07 20:53:09 +08:00
R. RyanTM
fed6a3d87d qmmp: 1.3.6 -> 1.3.7 2020-04-07 14:04:58 +02:00
Florian Klink
718305392f
Merge pull request #84384 from euank/pkg/k3s-update
k3s: remove extra buildInputs
2020-04-07 13:41:55 +02:00
Andreas Rammhold
79fb58973f
firefox-devedition-bin: 75.0b12 -> 76.0b1 2020-04-07 13:27:28 +02:00
Andreas Rammhold
9d6a7fdaad
firefox-beta-bin: 75.0b11 -> 76.0b1 2020-04-07 13:27:27 +02:00
Andreas Rammhold
bab82e78b2
firefox-bin: 74.0.1 -> 75.0 2020-04-07 13:27:27 +02:00
Andreas Rammhold
f56ea6cdd7
firefox-esr-68: 68.6.1esr -> 68.7.0esr 2020-04-07 13:27:27 +02:00
Andreas Rammhold
4a41fd7a1e
firefox: 74.0.1 -> 75.0 2020-04-07 13:27:27 +02:00
Andreas Rammhold
9de3c9749c
firefox: prepare for version 75 2020-04-07 13:27:27 +02:00
Michael Weiss
230b54c3cb
Merge pull request #83792 from primeos/gollum
gollum: 4.1.4 -> 5.0.1
2020-04-07 12:36:25 +02:00
Michael Weiss
ff3bc51d2b
chromiumBeta: Fix the build
This patch was also backported to M81 [0][1].

[0]: https://chromium-review.googlesource.com/c/chromium/src/+/2091896
[1]: bbf0fad592
2020-04-07 12:32:33 +02:00
R. RyanTM
67ea5a0081 qalculate-gtk: 3.8.0 -> 3.8.0a 2020-04-07 10:29:32 +00:00
Mario Rodas
7564d837ac
Merge pull request #84529 from marsam/update-syncthing
syncthing: 1.4.0 -> 1.4.1
2020-04-07 04:23:19 -05:00
Alyssa Ross
fafac02e41 gitAndTools.git-cinnabar: init at 0.5.4
git-cinnabar calls into Mercurial as a library, so we make use the
same version of Python as Mercurial.

Support for Python 3 is an experimental feature in git-cinnabar, but
we unconditionally use it here because:

* Mercurial in Nixpkgs only supports Python 3.
* git-cinnabar touches a network, and for that purpose it's good to
  use a version of Python that is going to get security updates.
2020-04-07 09:07:12 +00:00
zimbatm
9ba63260fd
Merge pull request #81812 from bignaux/standardnotes
standardnotes: 3.0.15 -> 3.3.3
2020-04-07 09:01:17 +00:00
Michele Guerini Rocco
b6695ec625
Merge pull request #84440 from r-ryantm/auto-update/mkvtoolnix
mkvtoolnix: 44.0.0 -> 45.0.0
2020-04-07 10:20:40 +02:00
Euan Kemp
617fa430d7 k3s: update maintainers, per pr comment 2020-04-06 21:45:59 -07:00
Euan Kemp
83f827cba7 k3s: remove extra buildInputs
In the intial version of this package, I missed a few inputs that
weren't needed including a debug hook.
2020-04-06 21:45:59 -07:00
Greg Price
7547cf9dfc treewide: Fix up stripDebugList attrs to be lists.
The documentation says this should be a list, and it already is in
about half the expressions that set it.

The difference doesn't matter at present, because these values are all
space-free literals.  But it will in a future with __structuredAttrs .

(The similar attr stripAllList has no users in the nixpkgs tree, so
there's nothing to do to fix any of those up.)
2020-04-06 21:26:52 -07:00
Mario Rodas
1401aa9270
Merge pull request #84478 from eadwu/vscode/1.43.2
vscod{e,ium}: 1.43.0 -> 1.43.2
2020-04-06 20:09:46 -05:00
Maximilian Bosch
98aa946d08
Merge pull request #84355 from JakeStanger/patch-1
rofi-mpd: 2.0.1 -> 2.2.0
2020-04-07 01:44:15 +02:00
Maximilian Bosch
b7fa0af10c
Merge pull request #84495 from doronbehar/package-gmailctl
gmailctl: init at 0.6.0
2020-04-07 01:42:51 +02:00