Commit graph

54735 commits

Author SHA1 Message Date
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
github-actions[bot] e7b44e6f52
Merge master into staging-next 2021-03-15 06:18:46 +00: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
github-actions[bot] 8fa4dca9b5
Merge master into staging-next 2021-03-15 00:40:27 +00:00
Niklas Hambüchen bec3b30b9e onlyoffice-bin: init at 6.1.0
Imported from:

a49fa345b5/pkgs/office/onlyoffice-bin/default.nix
2021-03-15 01:06:22 +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
github-actions[bot] c7b23f6440
Merge master into staging-next 2021-03-14 18:17:08 +00: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 0241873f7f
Merge branch 'master' into staging-next 2021-03-14 17:35: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
Ryan Mulligan 189e47cf88
Merge pull request #116311 from r-ryantm/auto-update/mkgmap
mkgmap: 4604 -> 4608
2021-03-14 08:10:24 -07:00
Ryan Mulligan 33278e2b20
Merge pull request #116193 from r-ryantm/auto-update/seaweedfs
seaweedfs: 2.29 -> 2.31
2021-03-14 08:09:18 -07:00
Ryan Mulligan 0e63a1bb33
Merge pull request #115579 from r-ryantm/auto-update/stacks
stacks: 2.53 -> 2.55
2021-03-14 07:47:22 -07:00
Ryan Mulligan 03754f91eb
Merge pull request #115574 from r-ryantm/auto-update/SPAdes
SPAdes: 3.14.1 -> 3.15.1
2021-03-14 07:46:58 -07:00
Ryan Mulligan 7c2e71f82a
Merge pull request #115797 from r-ryantm/auto-update/argo
argo: 2.12.9 -> 2.12.10
2021-03-14 07:46:06 -07:00
Kira Bruneau 2cbd01d244 newsflash: 1.3.0 -> 1.4.0 2021-03-14 10:32:23 -04:00
adisbladis 0360313730
Merge pull request #116224 from JonathanReeve/master
elpa-packages 2021-03-13
2021-03-14 16:17:59 +02:00
Aaron Andersen 1d779d5a43 kodiPackages: drop advanced-launcher, advanced-emulator-launcher, hyper-launcher.service, hyper-launcher.plugin, simpleplugin, and yatp packages, all of which are broken and no longer maintained upstream 2021-03-14 10:08:14 -04:00
Aaron Andersen 028f242632 kodi.packages: drop controllers.default and controllers.snes packages which are now included in a basic kodi install 2021-03-14 10:01:18 -04:00
R. RyanTM c90a78506e msmtp: 1.8.14 -> 1.8.15 2021-03-14 13:36:03 +00:00
R. RyanTM a79bb1c72b mkgmap: 4604 -> 4608 2021-03-14 13:19:22 +00:00
Michael Weiss bb52ac0cb0
ungoogled-chromium: 89.0.4389.82 -> 89.0.4389.90 2021-03-14 13:35:12 +01:00
github-actions[bot] 8c04f70ddd
Merge master into staging-next 2021-03-14 12:21:07 +00:00
Robert Schütz f7574a5c8f
pika-backup: init at 0.2.1 (#115573) 2021-03-14 13:12:11 +01:00
Robert Schütz 39c0691ac4 portfolio-filemanager: init at 0.9.10 2021-03-14 12:05:57 +01:00
adisbladis 2475b551f2
emacs.pkgs.melpa-packages: 2021-03-14 2021-03-14 12:07:18 +02:00
adisbladis 4988879887
emacs.pkgs.org-packages: 2021-03-14 2021-03-14 12:06:13 +02:00
Jonathan Reeve e56ce5e794
elpa-packages 2021-03-13 2021-03-14 12:05:34 +02:00
taku0 690a5f1d2a
Merge pull request #116284 from lovesegfault/firefox-bin-pciutils
firefox-bin: add pciutils to libPath
2021-03-14 18:57:13 +09:00
R. RyanTM 727471ee51 qstopmotion: 2.4.1 -> 2.5.2 2021-03-14 05:08:50 -04:00
R. RyanTM ccf321f37a worker: 4.5.0 -> 4.7.0 2021-03-14 05:02:42 -04:00
github-actions[bot] 3b97019142
Merge master into staging-next 2021-03-14 06:17:28 +00:00
R. RyanTM e6cd02967b jrnl: 2.7 -> 2.7.1 2021-03-14 06:13:44 +00:00
Bernardo Meurer dd58f3ad13
firefox-bin: add pciutils to libPath 2021-03-13 22:09:09 -08:00
R. RyanTM 29bf7e2b89 jmol: 14.31.32 -> 14.31.34 2021-03-14 01:06:53 -05:00
Lancelot SIX 44c21068ae spike: fix build 2021-03-14 00:58:50 -05:00
R. RyanTM d8a96e2f8f glab: 1.15.0 -> 1.16.0 2021-03-14 00:39:34 -05:00
R. RyanTM aa7d353c75 obsidian: 0.11.3 -> 0.11.5 2021-03-14 00:30:35 -05:00
Sandro 24aa5fefe4
Merge pull request #116277 from penguwin/glow
glow: 1.3.0 -> 1.4.0
2021-03-14 06:15:07 +01:00
R. RyanTM 88e379a2ab tickrs: 0.14.1 -> 0.14.2 2021-03-14 00:06:59 -05:00
R. RyanTM 1a85b648af ticker: 3.1.9 -> 4.0.3 2021-03-14 00:06:23 -05:00
Pacman99 d3d57b16d4 calls: build docs 2021-03-13 20:44:22 -08:00
Pacman99 4613800e5b calls: 0.2.0 -> 0.3.1 2021-03-13 20:44:22 -08:00
R. RyanTM 621f19d89c calc: 2.12.8.2 -> 2.12.9.0 2021-03-13 23:43:28 -05:00
Mario Rodas 1eb0d1e38e flexget: 3.1.103 -> 3.1.106 2021-03-14 04:20:00 +00:00
Pacman99 937955213e callaudiod: 0.0.4 -> 0.1.0 2021-03-13 20:01:05 -08:00
Nicolas Martin 524268252d
glow: 1.3.0 -> 1.4.0 2021-03-14 04:15:40 +01:00
Sandro 98fddac2b6
Merge pull request #116244 from zhaofengli/kgx
kgx: init at unstable-2021-03-13
2021-03-14 02:20:07 +01:00
github-actions[bot] c596c93079
Merge master into staging-next 2021-03-14 00:41:40 +00:00
Artturin c320d0a3ca squeekboard: init at unstable-2021-03-09 2021-03-14 01:58:21 +02:00
Zhaofeng Li b67d19710c kgx: init at unstable-2021-03-13 2021-03-13 15:41:55 -08:00
Thiago Franco de Moraes c240077301
meshlab: 2020.07 -> 2020.12 2021-03-13 19:32:13 -03:00
Sandro 20fd56001a
Merge pull request #116248 from dotlambda/zulip-term-0.6.0
zulip-term: 0.5.2 -> 0.6.0
2021-03-13 23:09:20 +01:00
Robert Schütz 3f109f6f27 zulip-term: 0.5.2 -> 0.6.0 2021-03-13 22:39:07 +01:00
Matthieu Coudron 8ecf143cb0
Merge pull request #113222 from Pacman99/fix-notification-center
deadd-notification-center: 1.7.3 -> 2021-03-10 and service files for dbus and systemd
2021-03-13 22:02:35 +01:00
Michael Weiss 116d152c9e
Merge pull request #116176 from primeos/chromium
chromium: 89.0.4389.82 -> 89.0.4389.90
2021-03-13 21:11:00 +01:00
Pacman99 02fa7b8edf deadd-notification-center: use make to install and fix issues with service files 2021-03-13 11:50:57 -08:00
Pacman99 e27a6e16cf deadd-notification-center: 1.7.3 -> 2021-03-10 2021-03-13 11:50:51 -08:00
Doron Behar bccfa9e33e
Merge pull request #116206 from r-ryantm/auto-update/syncthingtray 2021-03-13 19:01:18 +00:00
R. RyanTM 09481d065e syncthingtray: 1.1.2 -> 1.1.3
Move cmake-extra-modules to `nativeBuildInputs`.
2021-03-13 20:30:42 +02:00
Jan Tojnar 01a4d350c7
Merge branch 'master' into staging-next
Reverted https://github.com/NixOS/nixpkgs/pull/115228 for kodi to avoid conflict.

It does not look like unzip would be used but not investigating now to speed up merge conflict resolution.
2021-03-13 19:16:43 +01:00
Doron Behar 5e367ecef9
Merge pull request #106599 from doronbehar/pkg/gnuradio/pkgs 2021-03-13 17:27:40 +00:00
Doron Behar fb024f50e5 gnuradio: 3.8 -> 3.9
Add some "3.9" attributes to srcs in gnuradio packages And update
packages using GR3.8 and that are incompatible yet with GR3.9 to use
GR3.8 explicitly.
2021-03-13 19:07:34 +02:00
Doron Behar 650ee258fd gnuradio3_{7,8}: Use external volk
Now that volk is packaged, we can use our build and save some closure
space for those that have more then 1 version of gnuradio installed.
Also, simplify a bit how attributes are inherited in the expression.
2021-03-13 19:07:20 +02:00
Mario Rodas 30d4de10ee
Merge pull request #116179 from r-ryantm/auto-update/pueue
pueue: 0.12.0 -> 0.12.1
2021-03-13 11:10:26 -05:00
Mario Rodas 6dd70b5707
Merge pull request #116212 from r-ryantm/auto-update/terragrunt
terragrunt: 0.28.9 -> 0.28.11
2021-03-13 11:00:52 -05:00
Sandro 34405e2ca5
Merge pull request #116178 from logan12358/use-fetchFromSourcehut
aerc, asuka, scdoc, wev, wlsunset, wshowkeys: use fetchFromSourceHut
2021-03-13 16:54:35 +01:00
Michael Weiss 14e11862ea
chromium: Remove the enableVaapi flag/option
Chromium is still compiled with use_vaapi=true but since M89 the
--enable-accelerated-video-decode was replaced with
--enable-features=VaapiVideoDecoder.

Instead of updating our wrapper it seems like a better idea to drop
enableVaapi entirely and let users use commandLineArgs or
chrome://flags/ to enable hardware accelerated video decoding.
2021-03-13 16:38:42 +01:00
R. RyanTM e38bea2335 terragrunt: 0.28.9 -> 0.28.11 2021-03-13 15:19:17 +00:00
Aaron Andersen 0bf8f56105
Merge pull request #115871 from aanderse/kodi-packages
kodi: plugins cleanup
2021-03-13 10:10:20 -05:00
R. RyanTM 1de17296c6 lightdm-mini-greeter: 0.5.0 -> 0.5.1 2021-03-13 15:50:26 +01:00
R. RyanTM 9494262663 svxlink: 19.09.1 -> 19.09.2 2021-03-13 14:48:09 +00:00
R. RyanTM 6a4c7b35e8 rosegarden: 20.06 -> 20.12 2021-03-13 15:47:53 +01:00
R. RyanTM 5f41ef7d78 singularity: 3.7.1 -> 3.7.2 2021-03-13 13:50:35 +00:00
R. RyanTM 005fc54819 seaweedfs: 2.29 -> 2.31 2021-03-13 13:35:56 +00:00
Sandro 34172ddfe9
Merge pull request #116154 from omgbebebe/photoflare_fix_warnings
photoflare: fix warnings
2021-03-13 14:09:44 +01:00
github-actions[bot] e1ede8b801
Merge master into staging-next 2021-03-13 12:21:02 +00:00
R. RyanTM 6f206e5cf8 qbec: 0.13.4 -> 0.14.1 2021-03-13 11:50:58 +00:00
Michael Weiss c881760d41
Merge pull request #116007 from jflanglois/chrome-libva
google-chrome: add optional libva and vulkan support
2021-03-13 12:47:56 +01:00
Mario Rodas 22eb13d3ed pueue: fix build on darwin
Fixes #116175
2021-03-13 11:44:00 +00:00
R. RyanTM 3700bb62e5 pueue: 0.12.0 -> 0.12.1 2021-03-13 11:43:48 +00:00
Julien Langlois 2fad2f2d68
google-chrome: add vulkan support 2021-03-13 12:35:20 +01:00
Julien Langlois ed0d586941
google-chrome: add libva support
Chrome cannot do hardware video acceleration without libva in its search
path. This just adds libva. Tested against a VP9 video looking at
chrome://media-internals and intel_gpu_top.
2021-03-13 12:35:18 +01:00
Logan Glasson a0e35869a2 aerc, asuka, scdoc, wev, wlsunset, wshowkeys: use fetchFromSourceHut 2021-03-14 00:34:30 +13:00
Robert Schütz 9fc486d67f caerbannog: use fetchFromSourcehut 2021-03-13 12:29:21 +01:00
Michael Weiss 5f8b951139
chromium: 89.0.4389.82 -> 89.0.4389.90
https://chromereleases.googleblog.com/2021/03/stable-channel-update-for-desktop_12.html

This update includes 5 security fixes. Google is aware of reports that
an exploit for CVE-2021-21193 exists in the wild.

CVEs:
CVE-2021-21191 CVE-2021-21192 CVE-2021-21193 CVE-2021-21193
2021-03-13 12:14:37 +01:00
Michael Weiss 9fe8be6685
chromiumDev: 90.0.4430.19 -> 91.0.4442.4 2021-03-13 12:14:16 +01:00
Doron Behar 9545bbadfa inspectrum: Refactor to use gnuradioMinimal.pkgs.mkDerivation
Use the same deps of gnuradioMinimal - thanks to gnuradio's
mkDerivation.
2021-03-13 12:47:00 +02:00
Doron Behar 99c3bdb9b6 gqrx: Refactor to use gnuradioMinimal.pkgs.mkDerivation
- Use gnuradio's `mkDerivation` which includes most of the deps needed.
- Always enable pulseaudio support as that's part of gnuradio's deps
anyway.
- Use gnuradioMinimal.pkgs.osmosdr - not from the alias gr-osmosdr.
2021-03-13 12:47:00 +02:00
Doron Behar fea0ac887e qradiolink: 0.5.0 -> 0.8.5-2
Use gnuradio.pkgs.mkDerivation (gnuradio 3.8) and updated deps.
2021-03-13 12:47:00 +02:00
Doron Behar b944ca9350 gnss-sdr: Refactor to use gnuradio.pkgs.mkDerivation
Use the same dependencies that gnuradio uses, thanks to gnuradio's
`mkDerivation`. Add `gnuradio.pkgs.osmosdr` as dependency.
2021-03-13 12:46:59 +02:00
Doron Behar 6a4744a094 gnuradio: Remove qt5 and gtk from passthru if not used
Attributes such as gnuradioMinimal built without gui support should not
have the `qt` and `gtk` attributes in it's passthru.
2021-03-13 12:46:59 +02:00
Doron Behar 2d08e55e9b gnuradio.pkgs: init
- Write a `mkDerivation` and `mkDerivationWith` function for gnuradio,
  like qt5.
- qradiolink, gqrx: Use gnuradio's callPackage and mkDerivation.
- Use gnuradio.callPackage to define all gnuradio.pkgs.
- Move all gnuradio packages expressions to pkgs/development/gnuradio-modules/ -
  modeled after Python's.
- Add more paths to gnuradio's wrapper - add the extra packages as
  python modules, and add their executables with proper env vars
  wrapping.

Co-authored-by: Frederik Rietdijk <fridh@fridh.nl>
2021-03-13 12:46:59 +02:00
R. RyanTM 09efd91fb1 pdfsam-basic: 4.2.2 -> 4.2.3 2021-03-13 10:39:24 +00:00
omg b31f3593ed photoflare: fix warnings
- set license to gpl3Plus
- remove unnecessary `enableParallelBuilding` parameter
2021-03-13 11:52:31 +04:00
github-actions[bot] 4181409166
Merge master into staging-next 2021-03-13 06:17:31 +00:00
Ryan Mulligan 7fcc4a8a84
Merge pull request #115990 from r-ryantm/auto-update/helm
kubernetes-helm: 3.5.2 -> 3.5.3
2021-03-12 20:05:12 -08:00
R. RyanTM 612a687d14 crow-translate: 2.7.1 -> 2.8.0 2021-03-13 03:44:19 +00:00
R. RyanTM 0755e16e30 brave: 1.21.74 -> 1.21.76 2021-03-13 02:34:54 +00:00
github-actions[bot] b0a6c2b8a5
Merge master into staging-next 2021-03-13 00:38:26 +00:00
Jack Kelly befb92ccf5
tektoncd-cli: 0.16.0 -> 0.17.0 (#116036)
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2021-03-13 01:01:09 +01:00
Imran Hossain 33dc20d1ab
todoist-electron: Use electron_11 to run (#116103) 2021-03-12 18:58:40 -05:00
Sandro 8993cdd18a
Merge pull request #116097 from dotlambda/texworks-0.6.6
texworks: 0.6.5 -> 0.6.6
2021-03-13 00:49:14 +01:00
Robert Schütz fc1e1ad891 texworks: 0.6.5 -> 0.6.6 2021-03-12 22:14:29 +01:00
Jan Tojnar f747bcb868
Merge branch 'master' into staging-next 2021-03-12 19:58:39 +01:00
Anderson Torres 305ad8297a
Merge pull request #115930 from r-ryantm/auto-update/free42
free42: 3.0 -> 3.0.1
2021-03-12 11:49:34 -03:00
Robert Schütz abdf8a25ef
Merge pull request #115907 from dotlambda/google-play-music-desktop-player-reinit
Revert "google-play-music-desktop-player: drop"
2021-03-12 13:28:28 +01:00
github-actions[bot] c2eb9a753a
Merge master into staging-next 2021-03-12 12:25:52 +00:00
R. RyanTM 3126ebb11e projectm: 3.1.11 -> 3.1.12 2021-03-12 11:28:25 +00:00
Milan Pässler 109a7fb875
jitsi-meet-electron: 2.4.2 -> 2.7.0 2021-03-12 11:32:19 +01:00
taku0 10ab125ec2 firefox-bin: 86.0 -> 86.0.1 2021-03-12 19:30:27 +09:00
Daniël de Kok 916ee862e8
Merge pull request #115893 from r-ryantm/auto-update/1password
_1password-gui: 0.9.26 -> 8.0.27
2021-03-12 08:09:13 +01:00
github-actions[bot] 121cc02fe8
Merge master into staging-next 2021-03-12 06:17:54 +00:00
TredwellGit f03cfcafbf
wireshark: 3.4.3 -> 3.4.4 (#116018)
https://www.wireshark.org/docs/relnotes/wireshark-3.4.4.html
2021-03-12 07:03:16 +01:00
Mario Rodas d02b1cc8ed
Merge pull request #116011 from samuela/upkeep-bot/vscode-1.54.2-1615508392
vscode: 1.53.2 -> 1.54.2
2021-03-11 23:00:13 -05:00
Mario Rodas 1394179695
Merge pull request #116002 from fatho/fix/dunst-src-hash
dunst: fix 1.6.1 src and build
2021-03-11 22:25:48 -05:00
Martin Weinelt 5ad7e11e5d
firefox: 86.0 -> 86.0.1 2021-03-12 04:17:38 +01:00
Sandro c5147860e2
Merge pull request #115937 from 06kellyjac/kube3d
kube3d: 4.2.0 -> 4.3.0
2021-03-12 02:45:11 +01:00
Aaron Andersen 901b43d439 kodi: miscellaneous cleanup
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2021-03-11 20:35:54 -05:00
Aaron Andersen 4ef33dd12d kodi: rename useWayland and useGbm flags to waylandSupport and gbmSupport 2021-03-11 20:35:54 -05:00
Aaron Andersen ce0621ec4f kodi: introduce kodi.withPackages to replace kodiPackages.kodiWithAddons 2021-03-11 20:35:54 -05:00
Aaron Andersen 587a8b2837 kodi: drop wrapKodi function and disregard config.kodi.* options 2021-03-11 20:35:54 -05:00
Aaron Andersen f8f037b51d kodiPlain: rename default.nix to unwrapped.nix 2021-03-11 20:35:54 -05:00
Aaron Andersen 3a70d376fe kodiPackages: rename plugins.nix to packages.nix 2021-03-11 20:35:54 -05:00
Aaron Andersen 917f7efdc5 kodiPlugins: rename to kodiPackages 2021-03-11 20:35:50 -05:00
Sandro f7bf62ec5b
Merge pull request #115986 from 0x4A6F/master-dasel
dasel: 1.13.3 -> 1.13.4
2021-03-12 01:59:45 +01:00
github-actions[bot] 903fc48674
Merge master into staging-next 2021-03-12 00:39:51 +00:00
IvarWithoutBones dd9f4e8517 apple-music-electron: 1.5.2 -> 1.5.5 2021-03-12 01:21:33 +01:00
upkeep-bot 2a9193c0ce vscode: 1.53.2 -> 1.54.2 2021-03-12 00:19:52 +00:00
Fabian Thorand f2560115dc dunst: fix 1.6.1 src and build
The previous bump to version 1.6.1 left the sha256 of the src attribute
unchanged, and as a consequence, it still built the old version.
But since the make config injected the version number, the binary still
self-reported as 1.6.1, even though it was built from 1.5.0.
2021-03-12 00:01:38 +01:00
Sandro a5d6ab4932
Merge pull request #115963 from OPNA2608/update/megapixels-0.15.0/21.05
megapixels: 0.14.0 -> 0.15.0
2021-03-11 23:38:59 +01:00
Sandro 99838b738d
Merge pull request #115957 from ilian/u/reaper
reaper: 6.23 -> 6.25
2021-03-11 23:36:40 +01:00
Sandro cf4c29a9ec
Merge pull request #115955 from 06kellyjac/nerdctl
nerdctl: 0.7.0 -> 0.7.1
2021-03-11 23:36:15 +01:00
R. RyanTM 2d286fbf8c signal-cli: 0.8.0 -> 0.8.1 2021-03-11 23:28:50 +01:00
Michael Weiss 381af7aa3f
chromiumBeta: 89.0.4389.72 -> 90.0.4430.19 2021-03-11 22:48:17 +01:00
R. RyanTM 956a64a0f7 kubernetes-helm: 3.5.2 -> 3.5.3 2021-03-11 21:38:49 +00:00
0x4A6F 810b7863cf
dasel: 1.13.3 -> 1.13.4 2021-03-11 21:41:31 +01:00
Sandro 148e686044
Merge pull request #115933 from 06kellyjac/terragrunt
terragrunt: 0.28.8 -> 0.28.9
2021-03-11 21:04:35 +01:00
Jan Tojnar 3d92c78160
Merge pull request #115620 from r-ryantm/auto-update/telepathy-glib
telepathy-glib: 0.24.1 -> 0.24.2
2021-03-11 19:35:34 +01:00
github-actions[bot] d6257d451b
Merge master into staging-next 2021-03-11 18:23:54 +00:00
Guillaume Girol a72148f3bc
Merge pull request #114881 from collares/sage-dependencies
sage dependency updates
2021-03-11 17:52:16 +00:00
OPNA2608 48497dbd25 megapixels: 0.14.0 -> 0.15.0 2021-03-11 17:41:47 +01:00
Doron Behar 7690f9a312 gnuradio, uhd: Use boost17x
gnss-sdr needs it: https://github.com/boostorg/format/issues/67 .
uhd and gnuradio need to use the same boost version to avoid
incompatibilities issues. icu is needed from some reason with boost17x.
2021-03-11 18:40:42 +02:00
Doron Behar 4f2573e875 uhd: 3.15.0.0 -> 4.0.0.0 2021-03-11 18:40:41 +02:00
ilian ae38be144d reaper: 6.23 -> 6.25 2021-03-11 16:48:37 +01:00
Robert Schütz 5c4410952a google-play-music-desktop-player: add anna328p as maintainer 2021-03-11 16:45:15 +01:00
06kellyjac 9a4843c6e3 nerdctl: 0.7.0 -> 0.7.1
Extract bash completion
Move to using --version now it doesn't exit on containerd socket missing
2021-03-11 15:43:00 +00:00
Ryan Mulligan 23f345643e
Merge pull request #115872 from r-ryantm/auto-update/minikube
minikube: 1.18.0 -> 1.18.1
2021-03-11 07:16:36 -08:00
R. RyanTM ab8f6653c3 homebank: 5.5 -> 5.5.1 2021-03-11 15:13:00 +00:00
Ryan Mulligan 8f9d0d964f
Merge pull request #115826 from r-ryantm/auto-update/dasel
dasel: 1.13.2 -> 1.13.3
2021-03-11 07:12:35 -08:00
Jan Tojnar 8f3169ab3d
telepathy-glib: do not propagate python
Python is only used as build tool these days so it is not necessary to ensure consistency across telepathy packages.
2021-03-11 16:05:36 +01:00
R. RyanTM 9f2f79ca57 almanah: 0.12.2 -> 0.12.3 2021-03-11 15:33:38 +01:00
06kellyjac b1f2dc3cab kube3d: 4.2.0 -> 4.3.0
- Bump k3sVersion to match official release
- Set buildFlagsArray in bash
- Add changelog
2021-03-11 14:13:44 +00:00
06kellyjac 59014c3d76 terragrunt: 0.28.8 -> 0.28.9 2021-03-11 13:41:23 +00:00
R. RyanTM a465f32f3e droidcam: 1.7.1 -> 1.7.2 2021-03-11 14:29:28 +01:00
R. RyanTM be3ed6d038 free42: 3.0 -> 3.0.1 2021-03-11 13:25:58 +00:00
Robert Schütz 220b31d315
google-play-music-desktop-player: update description
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2021-03-11 13:57:55 +01:00
github-actions[bot] b4d5951d9e
Merge master into staging-next 2021-03-11 12:21:28 +00:00
mitchmindtree 070334a512 ardour: clarify gpl2 license with gpl2Plus 2021-03-11 13:11:21 +01:00
Michael Weiss 938453eacd
Merge pull request #102225 from luc65r/fetchsrht
Add fetcher: fetchFromSourcehut
2021-03-11 12:51:13 +01:00
mitchmindtree e14c97185f ardour: add a videoSupport option
This adds a `bool` option that, when set to `true`, enables video
timeline support for the Ardour DAW. This is commonly useful for
soundtrack composition, sound design for film, etc.

When enabled, `videoSupport` ensures that both `harvid` and `xjadeo` are
available to the `ardour6` exe via the PATH. `harvid` decodes the video
stream in real-time to produce still images (I think for thumbnail
support for the timeline?). `xjadeo` acts as a video monitoring window
that whose playback position is synchronised to the Ardour playhead.

`videoSupport` remains disabled by default, preserving the original
behaviour.

Video support can be added to ardour in your system or home
configuration package list with:

```
(ardour.override { videoSupport = true; })
```
2021-03-11 12:50:50 +01:00
Maximilian Bosch b85ede80a1
Merge pull request #115891 from r-ryantm/auto-update/avidemux
avidemux: 2.7.6 -> 2.7.8
2021-03-11 12:23:31 +01:00
Michael Weiss dc8eacfba0
Merge pull request #114979 from primeos/chromium-pipewire-0.3
chromium: Switch from PipeWire 0.2 to the current 0.3.x releases
2021-03-11 11:30:13 +01:00
Michael Weiss 4ee208ecdc
Merge pull request #115781 from primeos/ungoogled-chromium
ungoogled-chromium: 88.0.4324.182 -> 89.0.4389.82
2021-03-11 11:28:36 +01:00
Louis Bettens 3175628b30
brave: 1.21.73 -> 1.21.74 (#115912)
Co-authored-by: R. RyanTM <ryantm-bot@ryantm.com>
2021-03-11 11:05:44 +01:00
Lana Black 0bcaa16dd4 atom: Add global menu support 2021-03-11 08:51:54 +00:00
Robert Schütz 4770987f92 Revert "google-play-music-desktop-player: drop"
This reverts commit aef2a70f67.
The package is still useful for YouTube Music.
2021-03-11 09:18:06 +01:00
R. RyanTM 215c9860e0 coolreader: 3.2.53 -> 3.2.55 2021-03-11 06:19:01 +00:00
github-actions[bot] 31dc9fe457
Merge master into staging-next 2021-03-11 06:18:03 +00:00
R. RyanTM efd3c20d7b _1password-gui: 0.9.26 -> 8.0.27 2021-03-11 05:37:16 +00:00
R. RyanTM 0184d1e4c7 avidemux: 2.7.6 -> 2.7.8 2021-03-11 05:14:43 +00:00
Eric Bailey 8aec956f96
musescore: remove darwin maintainer 2021-03-10 21:00:12 -06:00
R. RyanTM 638ba3eaa2 musescore: 3.6.1 -> 3.6.2 2021-03-11 02:56:02 +00:00
Mario Rodas 9d59c03b10
Merge pull request #115873 from marsam/update-terraform_0_14
terraform_0_14: 0.14.7 -> 0.14.8
2021-03-10 21:54:40 -05:00
Mario Rodas ebd8df893c
Merge pull request #115845 from r-ryantm/auto-update/go-ethereum
go-ethereum: 1.10.0 -> 1.10.1
2021-03-10 21:53:59 -05:00
Mario Rodas 81fd851c81
Merge pull request #115834 from r-ryantm/auto-update/ergo
ergo: 4.0.7 -> 4.0.8
2021-03-10 21:53:02 -05:00
Mario Rodas eb0952e45e
Merge pull request #115823 from r-ryantm/auto-update/cointop
cointop: 1.6.2 -> 1.6.3
2021-03-10 21:20:49 -05:00
R. RyanTM ae1c5e993b minikube: 1.18.0 -> 1.18.1 2021-03-11 02:15:05 +00:00
R. RyanTM dfdfaacaf5 helmfile: 0.138.6 -> 0.138.7 2021-03-10 19:29:04 -06:00
Sandro 3966ff11d6
Merge pull request #115852 from berbiche/cagebreak-1.6.0
cagebreak: 1.5.0 -> 1.6.0
2021-03-11 02:09:24 +01:00
Sandro 6c1afc1b99
Merge pull request #115631 from SuperSandro2000/fix-collection26 2021-03-11 01:59:35 +01:00
github-actions[bot] 0a8ec23e51
Merge master into staging-next 2021-03-11 00:39:21 +00:00
Sandro 72826cbd2c
Merge pull request #114401 from sikmir/merkaartor
merkaartor: adopt package
2021-03-11 01:04:47 +01:00
R. RyanTM 549f11b944 helmsman: 3.6.4 -> 3.6.5 2021-03-10 23:50:09 +00:00
Eric Bailey 2dbf082e8d helm-secrets: 3.4.1 -> 3.5.0 2021-03-11 00:47:54 +01:00
Nicolas Berbiche 539685aef2
cagebreak: 1.5.0 -> 1.6.0
Fixes issues:
- 24:
  > Cagebreak up to and including release 1.5.1 had an error, where the code
  > incremented a variable and not a pointer. This resulted in a bug in a
  > surface counting iterator.

- 25:
  > Cagebreak, beginning with release 1.5.0, when a keybinding containing an
  > output configuration is removed from the list of active keybindings, the
  > output configuration contained in this keybinding is destroyed in order to
  > prevent memory leaks. However, after an output configuration was applied,
  > it was inserted into the list of active output configurations and if it was
  > later destroyed, this led to a use-after-free memory corruption.
  >
  > Starting from release 1.6.0, output configurations are copied before being
  > inserted into the list of active output configurations and therefore remain
  > valid even if the original is freed.
2021-03-10 18:32:28 -05:00
R. RyanTM c706a9127f go-ethereum: 1.10.0 -> 1.10.1 2021-03-10 22:57:02 +00:00
Sandro Jäckel 48e404a9f7
minitube: remove not required enableParallelBuilding, format 2021-03-10 23:52:37 +01:00
Sandro d66647115a
Merge pull request #115766 from marsam/update-ncspot
ncspot: 0.4.0 -> 0.5.0
2021-03-10 23:44:23 +01:00
mingmingrr fea9710ec2 pythonPackages.hydrus: 426 -> 431 2021-03-10 16:12:38 -05:00
R. RyanTM 916ba9eb52 ergo: 4.0.7 -> 4.0.8 2021-03-10 21:04:14 +00:00
Sandro 5cd998ae58
Merge pull request #115816 from Synthetica9/plexamp-3.4.2 2021-03-10 21:50:18 +01:00
Sandro 9d175157e0
Merge pull request #115412 from andresilva/sidequest-0.10.19
sidequest: 0.10.11 -> 0.10.19
2021-03-10 21:28:07 +01:00
Sarah Brofeldt bba7d46eeb
Merge pull request #115543 from r-ryantm/auto-update/remmina
remmina: 1.4.10 -> 1.4.12
2021-03-10 21:16:10 +01:00
R. RyanTM 31506ce53a dasel: 1.13.2 -> 1.13.3 2021-03-10 20:07:17 +00:00
R. RyanTM b77f8b4659 cointop: 1.6.2 -> 1.6.3 2021-03-10 19:37:25 +00:00
figsoda 6fe976fde2 mpvScripts.thumbnail: init at unstable-2020-01-16 2021-03-10 14:23:24 -05:00
Patrick Hilhorst ce3ab330b9
plexamp: add synthetica (myself) as maintainer 2021-03-10 20:12:42 +01:00
Patrick Hilhorst bf2f6a99d5
plexamp: 3.4.2 -> 3.4.3 2021-03-10 20:12:15 +01:00
Patrick Hilhorst 85db5da7d2
plexamp: 3.4.1 -> 3.4.2 2021-03-10 19:52:39 +01:00
github-actions[bot] 6a3a358b0d
Merge master into staging-next 2021-03-10 18:23:15 +00:00
Ryan Mulligan a6de486d41
Merge pull request #115464 from r-ryantm/auto-update/obsidian
obsidian: 0.11.0 -> 0.11.3
2021-03-10 09:50:18 -08:00
Ryan Mulligan dfc657230d
Merge pull request #115476 from r-ryantm/auto-update/PortfolioPerformance
portfolio: 0.50.4 -> 0.51.1
2021-03-10 09:49:54 -08:00
R. RyanTM 82abfc6614 argo: 2.12.9 -> 2.12.10 2021-03-10 17:28:03 +00:00
Bernardo Meurer ba8a41c6fc
Merge pull request #115516 from taku0/thunderbird-bin-78.8.1 2021-03-10 17:23:11 +00:00
Robert Schütz 431dd79170 dmensamenu: 1.2.1 -> 1.2.2 2021-03-10 16:52:24 +01:00
Michael Weiss 746de7f70e
ungoogled-chromium: 88.0.4324.182 -> 89.0.4389.82 2021-03-10 16:01:40 +01:00
Austin Seipp b54b679c90
Merge pull request #115717 from r-ryantm/auto-update/verilator
verilator: 4.108 -> 4.110
2021-03-10 08:49:38 -06:00
Louis Bettens e9bdaba317
tipp10: unstable -> 3.2.1 (#115770) 2021-03-10 14:33:26 +01:00
github-actions[bot] aea4725648
Merge master into staging-next 2021-03-10 12:21:24 +00:00
Milan 86ee8dd8ff
gitlab: 13.8.4 -> 13.8.5 (#115393)
https://about.gitlab.com/releases/2021/03/04/security-release-gitlab-13-9-2-released/
2021-03-10 12:42:58 +01:00
Maximilian Bosch 9d238182b6
Merge pull request #115728 from r-ryantm/auto-update/gallery_dl
gallery-dl: 1.16.5 -> 1.17.0
2021-03-10 11:55:35 +01:00
Maximilian Bosch 68de23894e
Merge pull request #115732 from r-ryantm/auto-update/docker-compose
docker-compose: 1.28.3 -> 1.28.5
2021-03-10 11:41:04 +01:00
Enno Richter 4eb45c35da curaengine_stable: fixup build on i686 2021-03-10 11:12:35 +01:00
R. RyanTM a624b04b3f docker-compose: 1.28.3 -> 1.28.5 2021-03-10 09:33:46 +00:00
Sandro bb0bb13f32
Merge pull request #115621 from jbedo/octopus
octopus: 0.7.0 -> 0.7.1
2021-03-10 10:03:42 +01:00
R. RyanTM 134b52a663 gallery-dl: 1.16.5 -> 1.17.0 2021-03-10 09:00:27 +00:00
Sandro f087405a50
Merge pull request #115706 from sikmir/keeweb
keeweb: 1.16.7 → 1.17.0
2021-03-10 09:51:30 +01:00
Nikolay Korotkiy 65974d5f68
vk-messenger: 5.0.1 → 5.2.3, enable on darwin 2021-03-10 10:50:57 +03:00
R. RyanTM 5a9a1b3545 verilator: 4.108 -> 4.110 2021-03-10 07:47:54 +00:00
Elis Hirwing 189ff35d71
Merge pull request #115676 from r-ryantm/auto-update/testssl.sh
testssl: 3.0.2 -> 3.0.4
2021-03-10 07:55:16 +01:00
Nikolay Korotkiy c9cabb048f
keeweb: 1.16.7 → 1.17.0 2021-03-10 09:54:42 +03:00
github-actions[bot] 90a20b5f9b
Merge master into staging-next 2021-03-10 06:17:36 +00:00
Ryan Mulligan 807759d831
Merge pull request #114762 from r-ryantm/auto-update/mkgmap
mkgmap: 4601 -> 4604
2021-03-09 21:47:49 -08:00
Ryan Mulligan 5a7296e8b9
Merge pull request #115512 from r-ryantm/auto-update/recoll
recoll: 1.27.12 -> 1.28.6
2021-03-09 21:43:47 -08:00
Ryan Mulligan 25472c8c42
Merge pull request #115633 from r-ryantm/auto-update/ticker
ticker: 3.1.8 -> 3.1.9
2021-03-09 21:42:55 -08:00
Arseniy Seroka d9298e4551
Merge pull request #115642 from r-ryantm/auto-update/teamviewer
teamviewer: 15.8.3 -> 15.15.5
2021-03-10 07:45:56 +03:00
Mario Rodas 55eed1ef7b terraform_0_14: 0.14.7 -> 0.14.8
https://github.com/hashicorp/terraform/releases/tag/v0.14.8
2021-03-10 04:20:00 +00:00
Mario Rodas 2f0c3e013f
Merge pull request #115681 from r-ryantm/auto-update/tickrs
tickrs: 0.13.1 -> 0.14.1
2021-03-09 22:38:49 -05:00
R. RyanTM 6dc1177c24 wxmaxima: 20.06.6 -> 21.02.0 2021-03-10 03:37:07 +00:00
R. RyanTM b37323c2bc tickrs: 0.13.1 -> 0.14.1 2021-03-10 03:12:49 +00:00
ryneeverett 46b7ee4769 freetube: init at 0.12.0 2021-03-09 21:27:04 -05:00
R. RyanTM acc5610fa0 testssl: 3.0.2 -> 3.0.4 2021-03-10 02:14:10 +00:00
github-actions[bot] 149a81c88d
Merge master into staging-next 2021-03-10 00:39:07 +00:00
Mauricio Collares f80271c7f0 sage: remove usage of deprecated numpy aliases 2021-03-09 21:28:46 -03:00
Mauricio Collares 3f02cdae14 sage: reenable pexpect interrupt test 2021-03-09 21:28:46 -03:00
R. RyanTM 3269a5d684 tty-share: 2.0.0 -> 2.2.0 2021-03-10 00:24:56 +00:00
Mario Rodas 6bd4e08c34
Merge pull request #115593 from r-ryantm/auto-update/subgit
subgit: 3.3.10 -> 3.3.11
2021-03-09 19:07:55 -05:00
Mauricio Collares edc78bb31f sage: update test expectations for arb and giac, prepare for pari 2.13 2021-03-09 20:54:55 -03:00
Mauricio Collares a0f55e48fa sage: use fetchSageDiff whenever possible 2021-03-09 20:54:55 -03:00
R. RyanTM 4142ae19e8 palp: 2.11 -> 2.20 2021-03-09 20:54:55 -03:00
Mauricio Collares d508147edc giac: 1.5.0-87 -> 1.6.0-47 2021-03-09 20:54:55 -03:00
Peter Simons 491e670989
Merge pull request #115614 from r-ryantm/auto-update/shotcut
shotcut: 21.01.29 -> 21.02.27
2021-03-10 00:46:05 +01:00
R. RyanTM aa2ffd9b22 denemo: 2.4.0 -> 2.5.0 2021-03-09 15:43:33 -08:00
R. RyanTM a16a2fd956 eiskaltdcpp: 2.4.1 -> 2.4.2 2021-03-09 15:39:22 -08:00
R. RyanTM c0c700cb99 hal-hardware-analyzer: 3.2.5 -> 3.2.6 2021-03-09 15:29:51 -08:00
R. RyanTM e46a92f0c3 bchoppr: 1.10.2 -> 1.10.4 2021-03-09 15:29:24 -08:00
R. RyanTM 33634f2b2f teamviewer: 15.8.3 -> 15.15.5 2021-03-09 23:05:55 +00:00
R. RyanTM 657a02843b ticker: 3.1.8 -> 3.1.9 2021-03-09 22:32:11 +00:00
Robert Schütz 82136ed57f pdfslicer: init at 1.8.8 2021-03-09 23:12:18 +01:00
R. RyanTM adfbe67af9 tixati: 2.74 -> 2.81 2021-03-09 21:49:12 +00:00
Justin Bedo 4e1a560ae4
octopus: 0.7.0 -> 0.7.1 2021-03-10 08:44:18 +11:00
Pavol Rusnak 909a4ba5fe
Merge pull request #115610 from ProofOfKeags/lnd-0.12.1
lnd: 0.12.0 -> 0.12.1
2021-03-09 22:35:13 +01:00
Keagan McClelland 8507365de3 lnd: 0.12.0 -> 0.12.1 2021-03-09 14:30:55 -07:00
R. RyanTM 5667539c6a shotcut: 21.01.29 -> 21.02.27 2021-03-09 21:00:24 +00:00
Michael Weiss 1868ac1d21
chromiumDev: 90.0.4430.11 -> 90.0.4430.19 2021-03-09 21:36:12 +01:00
Sandro aa3af19774
Merge pull request #115424 from siraben/darwin-mass-fix-buildInputs=0 2021-03-09 21:14:38 +01:00
Sandro af48e8377b
Merge pull request #115586 from 06kellyjac/terragrunt
terragrunt: 0.28.7 -> 0.28.8
2021-03-09 21:11:52 +01:00
Sandro 9e903ffd93
Merge pull request #115589 from 06kellyjac/nerdctl
nerdctl: 0.6.1 -> 0.7.0
2021-03-09 21:03:32 +01:00
R. RyanTM 8833988d2c subgit: 3.3.10 -> 3.3.11 2021-03-09 18:52:10 +00:00
github-actions[bot] cf320b516a
Merge master into staging-next 2021-03-09 18:31:52 +00:00
06kellyjac 888a806335 nerdctl: 0.6.1 -> 0.7.0
Set buildFlagsArray using bash
Completions have been added but the command will fail without access to
a containerd socket
2021-03-09 18:25:11 +00:00
Terje Larsen 0e56639342
emacs: do not use project package from elpa for emacs >= 28
The `project` package bundled with Emacs 28 is newer than the one
provided by GNU ELPA. This may or may not change in the future.

For now it is definitely the case and since the package is under heavy
development a lot of features are missing in the one on GNU ELPA which in
turn is newer than the one that comes bundled with Emacs 27.
2021-03-09 19:15:18 +01:00
06kellyjac 1a0347611f terragrunt: 0.28.7 -> 0.28.8 2021-03-09 18:04:11 +00:00
R. RyanTM cb9f13c609 stacks: 2.53 -> 2.55 2021-03-09 17:19:55 +00:00
R. RyanTM 95d96bbfe5 SPAdes: 3.14.1 -> 3.15.1 2021-03-09 17:01:01 +00:00
Frederik Rietdijk 8d327040c0
Merge pull request #115242 from dotlambda/mauikit-init
libsForQt5.mauikit: init at 1.2.1
2021-03-09 17:56:02 +01:00
bloomvdomino 0360512a00 mpdevil: init at 1.1.1 2021-03-09 17:34:16 +01:00
Sandro d758666c35
Merge pull request #115508 from SuperSandro2000/rclone
rclone: 1.54.0 -> 1.54.1, add SuperSandro2000 as maintainer
2021-03-09 17:23:53 +01:00
Martin Weinelt 16f9e4da3a
Merge branch 'master' into staging-next 2021-03-09 17:05:41 +01:00
Gabriel Ebner 716e5b07c9
Merge pull request #115496 from r-ryantm/auto-update/qalculate-gtk
qalculate-gtk: 3.16.0 -> 3.17.0
2021-03-09 16:58:22 +01:00
R. RyanTM 101a708184 samplv1: 0.9.18 -> 0.9.20 2021-03-09 15:43:33 +00:00
Ryan Mulligan cbdacf94cd
Merge pull request #115526 from zaninime/sane-airscan-update
sane-airscan: 0.99.16 -> 0.99.24
2021-03-09 06:44:51 -08:00
Ryan Mulligan dbdfdee2f8
Merge pull request #115525 from r-ryantm/auto-update/seaweedfs
seaweedfs: 2.27 -> 2.29
2021-03-09 06:43:17 -08:00
R. RyanTM 0728a47fca remmina: 1.4.10 -> 1.4.12 2021-03-09 14:25:08 +00:00
R. RyanTM 2d632d08ad saga: 7.8.2 -> 7.9.0 2021-03-09 13:34:57 +00:00
Nikolay Korotkiy f15d4581ab
sent: enable on darwin 2021-03-09 16:09:34 +03:00
R. RyanTM 8090d83920 sane-airscan: 0.99.16 -> 0.99.24 2021-03-09 13:50:50 +01:00
R. RyanTM 41ea90e524 seaweedfs: 2.27 -> 2.29 2021-03-09 12:34:30 +00:00
github-actions[bot] 5d13702776
Merge master into staging-next 2021-03-09 12:25:54 +00:00
R. RyanTM 8789af1496 recoll: 1.27.12 -> 1.28.6 2021-03-09 11:12:25 +00:00
Sandro Jäckel 4e6eff318e
rclone: 1.54.0 -> 1.54.1, add SuperSandro2000 as maintainer 2021-03-09 11:42:24 +01:00
R. RyanTM be769aa2d0 qcad: 3.25.2.0 -> 3.26.0.1 2021-03-09 10:37:28 +00:00
R. RyanTM 97a6e6e702 qalculate-gtk: 3.16.0 -> 3.17.0 2021-03-09 09:26:04 +00:00
Maximilian Bosch 9ffb22990d
Merge pull request #115241 from pasqui23/minitube
minitube: 3.6 -> 3.8.1
2021-03-09 10:26:03 +01:00
Maximilian Bosch 862b7a3fed
Merge pull request #115400 from dotlambda/qweechat-drop
qweechat: drop
2021-03-09 10:16:34 +01:00
Sandro 0b9ccb57fc
Merge pull request #115480 from i077/zotero/5.0.96
zotero: 5.0.95 -> 5.0.96
2021-03-09 09:37:53 +01:00
Hunter Jones 80c4edc58e foxtrotgps: 1.2.2+326 -> 1.2.2+329 2021-03-09 01:47:24 -06:00
github-actions[bot] dd7cbca2a6
Merge master into staging-next 2021-03-09 06:17:35 +00:00
Imran Hossain 512552d851 zotero: 5.0.95 -> 5.0.96 2021-03-09 01:03:06 -05:00
R. RyanTM 6cbb086aca portfolio: 0.50.4 -> 0.51.1 2021-03-09 04:16:08 +00:00
R. RyanTM fc98bc90cb obsidian: 0.11.0 -> 0.11.3 2021-03-09 00:57:16 +00:00
Mario Rodas 7e99e0f339
Merge pull request #115404 from r-ryantm/auto-update/gmsh
gmsh: 4.7.1 -> 4.8.0
2021-03-08 19:45:08 -05:00
github-actions[bot] 3db2dee35f
Merge master into staging-next 2021-03-09 00:39:09 +00:00
zowoq 2c0bc880a3 conmon: 2.0.26 -> 2.0.27
https://github.com/containers/conmon/releases/tag/v2.0.27
2021-03-09 07:43:54 +10:00
Sandro 0867f62742
Merge pull request #114162 from mausch/aws-workspaces
aws-workspaces: init at 3.1.3.925
2021-03-08 21:48:59 +01:00
R. RyanTM da4b660561 jmol: 14.31.24 -> 14.31.32 2021-03-08 15:48:47 -05:00
Sandro 05c92a54d8
Merge pull request #109841 from zhaofengli/powerdns-admin 2021-03-08 21:46:08 +01:00
Sandro 732a2ff6a1
Merge pull request #115441 from sikmir/lagrange
lagrange: 1.1.4 → 1.2.2
2021-03-08 21:41:11 +01:00
André Silva d51ffb67e7
sidequest: 0.10.11 -> 0.10.19 2021-03-08 19:05:57 +00:00
Nikolay Korotkiy 9362479cde
merkaartor: adopt package 2021-03-08 21:50:01 +03:00
Nikolay Korotkiy a96be025a1
lagrange: 1.1.4 → 1.2.2 2021-03-08 21:46:55 +03:00
Bernardo Meurer 6af93b8405
Merge pull request #115239 from dotlambda/google-play-music-drop
Drop Google Play Music-related packages
2021-03-08 18:39:20 +00:00
github-actions[bot] 5c2a7abde7
Merge master into staging-next 2021-03-08 18:22:56 +00:00
Sandro 448151f509
Merge pull request #115413 from andresilva/ledger-live-2.23.0
ledger-live-desktop: 2.21.3 -> 2.23.0
2021-03-08 19:22:54 +01:00
Frederik Rietdijk 277d488026 Merge staging into staging-next 2021-03-08 19:20:18 +01:00
taku0 f99c8dc0fd thunderbird: 78.8.0 -> 78.8.1 2021-03-09 03:12:45 +09:00
taku0 8165266322 thunderbird-bin: 78.8.0 -> 78.8.1 2021-03-09 03:12:17 +09:00
Ryan Mulligan 91056dcd70
Merge pull request #115122 from r-ryantm/auto-update/messer-slim
messer-slim: 3.2.1 -> 3.6
2021-03-08 07:16:00 -08:00
luc65r 2b9f10dbe9
Use fetchFromSourcehut 2021-03-08 15:51:27 +01:00
Ben Siraphob 7a4f83fc9d csa: expand platforms to unix 2021-03-08 21:48:52 +07:00
André Silva edd6197aca
ledger-live-desktop: 2.21.3 -> 2.23.0 2021-03-08 13:06:37 +00:00
Sandro 642f28a12a
Merge pull request #108354 from Thra11/osmscout-server 2021-03-08 13:48:53 +01:00
R. RyanTM 435eaafaf1 gmsh: 4.7.1 -> 4.8.0 2021-03-08 11:54:52 +00:00
Robert Schütz 41ca3ae2d3 qweechat: drop 2021-03-08 11:52:14 +01:00
R. RyanTM 091aa7d05c klayout: 0.26.9 -> 0.26.10 2021-03-08 02:19:48 -05:00
R. RyanTM df069bf868 calibre: 5.11.0 -> 5.12.0 2021-03-08 01:11:19 -05:00
Bernardo Meurer e52507aeac
Merge pull request #115314 from viric/firefox-i686-linux
Allow firefox building in 32-bit systems
2021-03-08 04:31:07 +00:00
Mario Rodas f180441ee1 ncspot: 0.4.0 -> 0.5.0
https://github.com/hrkfdn/ncspot/releases/tag/v0.5.0
2021-03-08 04:20:00 +00:00
Sandro 8bad34a0f1
Merge pull request #115361 from SuperSandro2000/fix-collection24 2021-03-08 02:23:48 +01:00
Sandro Jäckel 0207c32eff
giac: remove ? null 2021-03-08 02:01:15 +01:00
Sandro Jäckel b7befb3522
palp: format 2021-03-08 02:01:15 +01:00