Commit Graph

40287 Commits

Author SHA1 Message Date
Vladimír Čunát
9a650af266
treewide maintainers: remove myself from a few places
It will better reflect the reality of the past few years.
2021-05-07 16:07:38 +02:00
Vladimír Čunát
73e17a3594
treewide: remove lethalman from meta.maintainers
He hasn't been heard of for years.
2021-05-07 15:36:40 +02:00
Jan Tojnar
0420282780
treewide maintainers: add teams.{freedesktop,gnome} 2021-05-07 15:36:40 +02:00
Vladimír Čunát
9f054b5e1a
treewide: remove worldofpeace from meta.maintainers
(It was requested by them.)
I left one case due to fetching from their personal repo:
pkgs/desktops/pantheon/desktop/extra-elementary-contracts/default.nix
2021-05-07 15:36:40 +02:00
Vladimír Čunát
dfcfe50920
Merge #119617: nss: 3.63 -> 3.64 2021-05-07 12:34:48 +02:00
Robert Hensing
7419bcfa41
Merge pull request #121840 from drewrisinger/libcint-bump
libcint: 4.3.0 -> 4.4.0
2021-05-07 12:20:53 +02:00
Jan Tojnar
9468b07326
Merge branch 'gnome-40' 2021-05-07 12:12:40 +02:00
markuskowa
d93bcc481b
Merge pull request #121983 from nbren12/mpich-mac-fix
mpich: fix darwin build
2021-05-07 11:26:31 +02:00
Sandro
c989366b22
Merge pull request #121857 from dotlambda/presage-init
presage: init at 0.9.1
2021-05-07 09:23:44 +02:00
Noah D. Brenowitz
a3d423090b
mpich: fix darwin build
The darwin build was failing because neither of the ch4backend libraries
build on darwin.

Changes:
* delete unused argument device
* pass the derivation for the ch4backend in directly rather than using
  a string to switch between two other arguments. (3 args to 1 arg)
* don't use ch4backend on Darwin

Resolves #121978
2021-05-06 21:08:19 -07:00
Ryan Mulligan
8cbf19282d
Merge pull request #121064 from r-ryantm/auto-update/intel-media-sdk
intel-media-sdk: 20.5.1 -> 21.2.0
2021-05-06 18:14:29 -07:00
Ryan Mulligan
a87f97a407
Merge pull request #121317 from r-ryantm/auto-update/libthreadar
libthreadar: 1.3.1 -> 1.3.2
2021-05-06 18:13:12 -07:00
Jan Tojnar
e744a292dc
gtksourceview4: clean up
Make consistent with gtksourceview5.
2021-05-06 21:40:25 +02:00
Jan Tojnar
7bb72bb02e
gtksourceview5: init at 5.0.0 2021-05-06 21:36:59 +02:00
Jan Tojnar
8bc57da967
vte: 0.64.0 → 0.64.1 2021-05-06 20:55:11 +02:00
Jan Tojnar
18eace0739
gjs: 1.68.0 → 1.68.1 2021-05-06 20:55:11 +02:00
Jan Tojnar
7275ef4358
gtkmm4: init at 4.0.1 2021-05-06 19:21:57 +02:00
Jan Tojnar
b51fffe8f8
pangomm_2_48: init at 2.48.0 2021-05-06 19:21:57 +02:00
Jan Tojnar
43d5cd52eb
cairomm_1_16: init at 1.16.0 2021-05-06 17:57:59 +02:00
Jan Tojnar
e63b9dcd7a
glibmm_2_68: init at 2.68.0 2021-05-06 17:35:03 +02:00
Jan Tojnar
30743d0973
libsigcxx30: init at 3.0.6 2021-05-06 17:30:30 +02:00
Luke Granger-Brown
b418e17a4c
Merge pull request #120646 from dotlambda/qtwebengine-ffmpeg
libsForQt5.qtwebengine: use ffmpeg instead of ffmpeg_3
2021-05-06 12:57:17 +01:00
Robert Schütz
bda9e192dd
Merge pull request #120582 from dotlambda/ffmpeg_2-drop
ffmpeg_2: mark as insecure
2021-05-06 13:51:34 +02:00
Robert Schütz
30c3036793
Merge pull request #121151 from dotlambda/libdeltachat-init
libdeltachat: init at 1.54.0
2021-05-06 13:41:16 +02:00
Robert Schütz
254fb39b9f presage: init at 0.9.1 2021-05-06 10:16:59 +02:00
Uri Baghin
a4026fb952
perceptualdiff: fix darwin support (#121646) 2021-05-05 22:36:08 -04:00
Robin Gloster
d0e41f05e2
Merge pull request #121833 from markuskowa/upd-ucx
ucx: 1.9.0 -> 1.10.0
2021-05-05 17:37:03 -05:00
Robin Gloster
4368c14126
Merge pull request #121749 from ryantm/libvirt-glusterfs
libvirt: add enableGlusterfs option
2021-05-05 16:27:10 -05:00
Markus Kowalewski
8253affdce
ucx: 1.9.0 -> 1.10.0 2021-05-05 23:22:02 +02:00
Drew Risinger
952a0034e8 libcint: 4.3.0 -> 4.4.0 2021-05-05 16:53:49 -04:00
Ryan Mulligan
063e8ee5cf libvirt: add enableGlusterfs option 2021-05-05 13:49:28 -07:00
Jan Tojnar
588e05ddff
Fix tarball build
replaceDependency is based on IFD so it cannot be used in packages.
Thankfully what we are doing with libhandy can be easily achieved with sed.
2021-05-05 22:43:10 +02:00
Jan Tojnar
14b9221ad3
poppler_gi: fix build on Darwin 2021-05-05 22:43:07 +02:00
Jan Tojnar
702d3e2794
webkitgtk: Try to fix build on Darwin
- Libmanette and systemd features need to be disabled since they depend on systemd.
- FastMalloc for some reason does not include <malloc/malloc.h> so we added that.
- <CommonCrypto/CommonRandom.h> depends on a type from <CommonCrypto/CommonCryptor.h> but does not include it for some reason, resulting in the following error:

	In file included from ../Source/WTF/wtf/RandomDevice.cpp:44:
	/nix/store/wd30p2pq4lci8fk9fqldkgk1hgmwpapj-Libsystem-1238.60.2/include/CommonCrypto/CommonRandom.h:35:9: error: unknown type name 'CCCryptorStatus'
	typedef CCCryptorStatus CCRNGStatus;

- The GL-related flags were renamed and removed (in previous releases as well) so we switched to the new ones so that GL is still disabled.
- Unrelatedly, `with` statement at the top of the expression is abomination so we narrowed its scope to just meta.
2021-05-05 22:43:07 +02:00
Jan Tojnar
c05d8ea394
gst_all_1.gst-plugins-bad: fix build on Darwin 2021-05-05 22:43:06 +02:00
Jan Tojnar
587953e2db
librest: enable on Darwin
Not sure if it will work since the certificates file is not present on MacOS AFAICT but it is needed for GTK 4 so 🤷‍♀️.

Also clean up the expression and correct license.
2021-05-05 22:43:06 +02:00
Jan Tojnar
9c02e2b93b
xdg-desktop-portal-gtk: Clarify gsettings schema deps
org.gnome.settings-daemon.peripherals.mouse and font-related settings of org.gnome.settings-daemon.plugins.xsettings were moved to gsettings-desktop-schemas in GNOME 40, making the remaining whitelisted schemas from g-s-d basically useless.

https://gitlab.gnome.org/GNOME/gsettings-desktop-schemas/-/issues/31
2021-05-05 22:43:04 +02:00
Jan Tojnar
99e679eeb9
libvirt-glib: 3.0.0 → 4.0.0 2021-05-05 22:43:00 +02:00
Jan Tojnar
804b04e1bc
libunity: unstable-2019-03-19 → unstable-2021-02-01
Fix build with latest Vala.
2021-05-05 22:42:59 +02:00
Jan Tojnar
bf9c36fb62
appstream: 0.14.0 -> 0.14.3
Fixes build with recent glib. Also clean up.
2021-05-05 22:42:59 +02:00
Jan Tojnar
820dbe6d27
libpst: 0.6.75 → 0.6.76 2021-05-05 22:42:59 +02:00
Jan Tojnar
25c1e07188
speechd: Fix build with Glib 2.68 2021-05-05 22:42:56 +02:00
Jan Tojnar
9c15c51d9a
gegl_0_4: 0.4.28 → 0.4.30
Fixes build with GLib 2.68
2021-05-05 22:42:55 +02:00
Jan Tojnar
30ad69b85a
zeitgeist: 1.0.2 → 1.0.3
Also fix build with Vala 0.52.
2021-05-05 22:42:55 +02:00
Jan Tojnar
09ab9ec7bf
umockdev: clean up 2021-05-05 22:42:55 +02:00
Jan Tojnar
2b9c8ba171
umockdev: Fix build with Vala 0.52 2021-05-05 22:42:55 +02:00
Jan Tojnar
3a669c7106
libblockdev: fix build with glib 2.68 2021-05-05 22:42:54 +02:00
Jan Tojnar
7ba1be0f55
libgweather: 3.36.1 → 40.0 2021-05-05 22:42:53 +02:00
Jan Tojnar
312598aaf7
libgweather: clean up 2021-05-05 22:42:53 +02:00
Jan Tojnar
cb411dab33
gtkmm3: 3.24.3 → 2.24.4
Co-Authored-By: Maxine Aubrey <maxeaubrey@gmail.com>
2021-05-05 22:42:48 +02:00