Commit Graph

54321 Commits

Author SHA1 Message Date
Sandro
84b4bd544e
Merge pull request #116470 from davidak/jbidwatcher
jbidwatcher: remove
2021-03-15 23:25:24 +01:00
Lassulus
f93ec2e508
Merge pull request #116044 from r-ryantm/auto-update/projectm
projectm: 3.1.11 -> 3.1.12
2021-03-15 22:25:18 +01:00
Michael Weiss
2926759b15
Merge pull request #116309 from primeos/ungoogled-chromium
ungoogled-chromium: 89.0.4389.82 -> 89.0.4389.90
2021-03-15 22:06:10 +01:00
davidak
a3a8ae029e jbidwatcher: remove
project was discontinued in march 2021. the program does not work anymore because ebay changed the login.

https://web.archive.org/web/20210315205723/http://www.jbidwatcher.com/
2021-03-15 21:48:12 +01:00
Jörg Thalheim
dc4f0a1721
Merge pull request #116355 from Yarny0/zoom-qt 2021-03-15 18:44:20 +00:00
Jörg Thalheim
776f482e02
zoom-us: remove qttools
this is a left-over when we used nixpkgs's qt instead of the bundled version
2021-03-15 19:41:57 +01:00
Sandro
529607debb
Merge pull request #116430 from yanganto/gitui-13
gitui: 0.12.0 -> 0.13.0
2021-03-15 18:43:35 +01:00
Sandro
31009ec630
Merge pull request #116434 from 06kellyjac/terragrunt
terragrunt: 0.28.11 -> 0.28.12
2021-03-15 18:40:10 +01:00
Jakub Darul
017d514599 robo3t: 1.3.1 -> 1.4.3 2021-03-15 12:47:08 -04:00
Ryan Mulligan
4d56318fca
Merge pull request #116389 from r-ryantm/auto-update/MIDIVisualizer
MIDIVisualizer: 6.2 -> 6.3
2021-03-15 09:18:36 -07:00
06kellyjac
6489ee9262 terragrunt: 0.28.11 -> 0.28.12 2021-03-15 15:48:04 +00:00
Sandro
0b876eaed3
Merge pull request #116012 from IvarWithoutBones/apple-music-1.5.5
apple-music-electron: 1.5.2 -> 1.5.5
2021-03-15 16:44:12 +01:00
Antonio Yang
674c39c08f gitui: 0.12.0 -> 0.13.0 2021-03-15 23:24:24 +08:00
Sandro
ba5d0fcf89
Merge pull request #116130 from r-ryantm/auto-update/brave
brave: 1.21.74 -> 1.21.76
2021-03-15 15:34:36 +01:00
Michael Weiss
fe3c3a2641
Merge pull request #116218 from primeos/chromium-drop-enableVaapi
chromium: Remove the enableVaapi flag/option
2021-03-15 12:14:23 +01:00
R. RyanTM
f4e60e1caf MIDIVisualizer: 6.2 -> 6.3 2021-03-15 08:56:38 +00:00
R. RyanTM
5a3feadb55 ghorg: 1.5.0 -> 1.5.1 2021-03-15 03:24:32 -04:00
R. RyanTM
edbaad140f calibre: 5.12.0 -> 5.13.0 2021-03-15 03:22:03 -04:00
R. RyanTM
420c7f1e8c photoflare: 1.6.6 -> 1.6.7 2021-03-15 03:16:15 -04:00
Olli Helenius
baae14e981 teams: 1.3.00.30857 -> 1.4.00.4855 2021-03-15 02:18:37 -04:00
WORLDofPEACE
0080cc56d0
Merge pull request #116324 from jtojnar/modernize-fractal
Port meson projects away from buildRustPackage
2021-03-15 01:42:34 -04:00
Sandro
63a9f16235
Merge pull request #116360 from AndersonTorres/new-smplayer
smplayer: 20.6.0 -> 21.1.0
2021-03-15 01:52:16 +01:00
Sandro
2484046c5a
Merge pull request #116346 from jansol/renderdoc
renderdoc: 1.11 -> 1.12
2021-03-15 01:51:45 +01:00
Ryan Mulligan
de61d42596
Merge pull request #114068 from r-ryantm/auto-update/gphoto2
gphoto2: 2.5.26 -> 2.5.27
2021-03-14 16:59:57 -07:00
Michele Guerini Rocco
06e916ee79
Merge pull request #116296 from tricktron/mkvtoolnix-55
mkvtoolnix: 53.0.0 -> 55.0.0
2021-03-15 00:38:22 +01:00
Jan Solanti
b78770a1ee renderdoc: 1.11 -> 1.12 2021-03-15 01:37:25 +02:00
AndersonTorres
b8f974d8a7 smplayer: 20.6.0 -> 21.1.0 2021-03-14 20:09:41 -03:00
Ryan Mulligan
3b4d6238c9
Merge pull request #116197 from r-ryantm/auto-update/singularity
singularity: 3.7.1 -> 3.7.2
2021-03-14 15:13:26 -07:00
Yarny0
b747aa0f9f zoom-us: unset Qt env variables to fix dialog boxes
Zoom wouldn't show the "Participants"
dialog box when used in a plasma environment;
precisely, the dialog box failed to show its content.
The problem doesn't exist in other
environments like Gnome or Xfce.
Experiments have shown that clearing the environment variable
`QML2_IMPORT_PATH` before calling Zoom fixes the issue.

I suspect the reason to be as follows:
While the zoom build recipe is called with
`libsForQt5xx.callPackage`, putting `qttools.dev` in zoom's
`PATH` is the only connection to nixpkgs' Qt ecosystem.
Zoom brings its own Qt libraries.
Hence it seems to be a good idea to shield
zoom from access to nixpkgs' Qt files to avoid
problems from version mismatch or similar troubles.
So the commit at hand expands zoom's wrapper script
to clear the Qt-related enviornemt variables
`QML2_IMPORT_PATH` and `QT_PLUGIN_PATH`.

Original issue report, with some discussion:
https://github.com/NixOS/nixpkgs/issues/107495#issuecomment-764538071
2021-03-14 23:05:47 +01:00
Ryan Mulligan
87acb6d60b
Merge pull request #116204 from r-ryantm/auto-update/svxlink
svxlink: 19.09.1 -> 19.09.2
2021-03-14 14:15:11 -07:00
Thibault Gagnaux
9235d126cc
mkvtoolnix: 53.0.0 -> 55.0.0 2021-03-14 21:47:13 +01:00
Justin Humm
c528ddd2da imagemagick6: add erictapen as maintainer 2021-03-14 20:22:47 +01:00
Justin Humm
3210e9158f imagemagick6: 6.9.12-1 -> 6.9.12-3 2021-03-14 20:22:38 +01:00
R. RyanTM
bed8668136
kubecfg: 0.17.0 -> 0.18.0 (#116150) 2021-03-14 15:03:34 -04:00
Anderson Torres
e3e59d4ab7
Merge pull request #108363 from Flakebi/kakoune
kakounePlugins: use vim’s update.py script to generate plugins
2021-03-14 15:01:42 -03:00
R. RyanTM
7163929cee doodle: 0.7.1 -> 0.7.2 2021-03-14 13:55:45 -04:00
Alex Wied
abb6266dbc
zcash: 4.1.1 -> 4.3.0 (#115463)
* zcash: 4.1.1 -> 4.3.0

* zcash: Remove unused argument
2021-03-14 13:43:48 -04:00
R. RyanTM
7c14c1a8d0 pcb: 4.2.2 -> 4.3.0 2021-03-14 13:34:35 -04:00
Sandro
b6cd9ea18e
Merge pull request #116320 from MetaDark/newsflash
newsflash: 1.3.0 -> 1.4.0
2021-03-14 17:52:10 +01:00
Jan Tojnar
c3b4d2d073
gnome-podcasts: port away from buildRustPackage
The new setup hooks compose better with Meson setup hooks.

Also correct license.
2021-03-14 17:49:07 +01:00
Jan Tojnar
e3b0f976d4
shortwave: port away from buildRustPackage
The new setup hooks compose better with Meson setup hooks.

Had to add Git since mkDerivation does not bring it in any more.
2021-03-14 17:48:27 +01:00
Jan Tojnar
4853c6369d
contrast: port away from buildRustPackage
The new setup hooks compose better with Meson setup hooks.

Needed to add libsass – not sure how sass-sys crate built without it before.
2021-03-14 17:47:18 +01:00
Jan Tojnar
6f0dd4247b
fractal: port away from buildRustPackage
The new setup hooks compose better with Meson setup hooks.

Also correct license.
2021-03-14 17:46:32 +01:00
Martin Weinelt
8d3254c57b
Merge pull request #116276 from mweinelt/nss 2021-03-14 17:34:33 +01:00
mucaho
ddf1821112 tla-toolbox: 1.7.0 -> 1.7.1
* updates package version
* fixes #114741
* fixes TLC model check call
2021-03-14 12:27:35 -04:00
Martin Weinelt
a390e92928 firefox: 86.0 -> 86.0.1 2021-03-14 16:24:12 +01:00
Martin Weinelt
a613684873 firefox: 85.0.2 -> 86.0 2021-03-14 16:21:49 +01:00
Ryan Mulligan
cd75732f9b
Merge pull request #115880 from r-ryantm/auto-update/musescore
musescore: 3.6.1 -> 3.6.2
2021-03-14 08:16:10 -07:00
Ryan Mulligan
ba79287cee
Merge pull request #116171 from r-ryantm/auto-update/pdfsam-basic
pdfsam-basic: 4.2.2 -> 4.2.3
2021-03-14 08:14:58 -07:00
Ryan Mulligan
bd1d38c700
Merge pull request #116135 from r-ryantm/auto-update/crow-translate
crow-translate: 2.7.1 -> 2.8.0
2021-03-14 08:13:50 -07:00