Commit graph

1293 commits

Author SHA1 Message Date
R. RyanTM efef175c19 evince: 3.38.0 -> 3.38.1 2021-01-29 16:59:45 +00:00
Pavol Rusnak a6ce00c50c
treewide: remove stdenv where not needed 2021-01-25 18:31:47 +01:00
Ben Siraphob 5fffcef915 pkgs/desktops: pkgconfig -> pkg-config 2021-01-16 23:49:59 -08:00
Ben Siraphob badf51221d treewide: stdenv.lib -> lib 2021-01-16 17:58:11 +07:00
Profpatsch 4a7f99d55d treewide: with stdenv.lib; in meta -> with lib;
Part of: https://github.com/NixOS/nixpkgs/issues/108938

meta = with stdenv.lib;

is a widely used pattern. We want to slowly remove
the `stdenv.lib` indirection and encourage people
to use `lib` directly. Thus let’s start with the meta
field.

This used a rewriting script to mostly automatically
replace all occurances of this pattern, and add the
`lib` argument to the package header if it doesn’t
exist yet.

The script in its current form is available at
https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix
2021-01-11 10:38:22 +01:00
R. RyanTM 94334e4150 gnome3.gdm: 3.38.2 -> 3.38.2.1 2020-12-17 15:25:36 +00:00
R. RyanTM e447887866 gnome3.gnome-disk-utility: 3.38.0 -> 3.38.1 2020-12-16 09:51:53 +01:00
R. RyanTM 9060c9af0a gnome3.gnome-shell: 3.38.1 -> 3.38.2 2020-12-09 03:59:41 +01:00
R. RyanTM 8ad76db40f gnome3.mutter: 3.38.1 -> 3.38.2 2020-12-08 10:02:40 +01:00
Jan Tojnar 6ce08f74dc
Merge branch 'master' into staging-next 2020-12-06 03:28:13 +01:00
R. RyanTM 6c0f4dc4f2 gnome3.gnome-shell-extensions: 3.38.1 -> 3.38.2 2020-12-06 00:02:50 +01:00
github-actions[bot] 72b795557e
Merge master into staging-next 2020-12-05 18:14:21 +00:00
R. RyanTM c8847c30c5 epiphany: 3.38.1 -> 3.38.2 2020-12-05 14:22:14 +00:00
John Ericson 73425f6c3b Merge remote-tracking branch 'upstream/master' into staging 2020-11-28 21:33:03 -05:00
Sandro f2707f1a2f
Merge pull request #105240 from r-ryantm/auto-update/nautilus
gnome3.nautilus: 3.38.1 -> 3.38.2
2020-11-28 18:42:26 +01:00
R. RyanTM 2c8d956608 gnome3.nautilus: 3.38.1 -> 3.38.2 2020-11-28 15:45:52 +00:00
R. RyanTM f373212ee3 gnome3.gnome-initial-setup: 3.38.1 -> 3.38.2 2020-11-28 05:43:53 +01:00
R. RyanTM 564c66deee gnome3.gnome-desktop: 3.38.1 -> 3.38.2 2020-11-28 01:16:43 +01:00
R. RyanTM 3716bb5e6c gnome3.gnome-calculator: 3.38.1 -> 3.38.2 2020-11-25 10:15:55 +01:00
R. RyanTM 7f5dfd2b84 evolution-data-server: 3.38.1 -> 3.38.2 2020-11-25 02:33:58 +01:00
R. RyanTM ae61f8ac4d gnome3.eog: 3.38.0 -> 3.38.1 2020-11-24 23:06:33 +01:00
Jan Tojnar 83d3362d11
gnome3.gnome-contacts: clean up 2020-11-17 17:32:45 +01:00
Jan Tojnar ec4b52e968
gnome3.gnome-contacts: 3.38 → 3.38.1
570af2285b
2020-11-17 17:32:45 +01:00
Tor Hedin Brønner 7fb6d5e960
Merge pull request #103400 from andersk/mutter334
gnome3.mutter334: Use full sysprof
2020-11-11 09:07:44 +01:00
Anders Kaseorg 49bd6654cf gnome3.mutter334: Use full sysprof
Commit 56b9441563 (#101528) incorrectly
switched mutter and mutter334 from full sysprof to libsysprof-capture,
causing channel-blocking build failures:

https://hydra.nixos.org/build/129977355 (mutter)
https://hydra.nixos.org/build/130019098 (mutter334)

Commit 752773e0a4 (#103142) reverted only
the mutter part.  This reverts the mutter334 part.

Signed-off-by: Anders Kaseorg <andersk@mit.edu>
2020-11-10 21:21:56 -08:00
Jan Tojnar ea4f00d189
gnome3.gdm: 3.38.1 → 3.38.2
https://gitlab.gnome.org/GNOME/gdm/-/compare/3.38.1...3.38.2

Fixes CVE-2020-16125
2020-11-10 19:24:59 +01:00
Jan Tojnar 099bb158f9
gnome3.totem: remove unneeded deps
* properties panel was moved to Nautilus proper
* tracker is used only indirectly through grilo
2020-11-09 14:26:52 +01:00
Jan Tojnar 4fdf368360
gnome3.totem: disable tests
They do not work with GStreamer 1.18.
https://gitlab.gnome.org/GNOME/totem/-/issues/450
2020-11-09 14:16:14 +01:00
Jan Tojnar b8884815dd
gnome3.totem: clean up
* format with nixpkgs-fmt
* reorder attributes to more cannonical order
* narrow patchShebangs attributes
* add hooks to checkPhase
* correct license
2020-11-09 14:12:40 +01:00
Tor Hedin Brønner 752773e0a4 gnome3.mutter: use full sysprof
Mutter needs acces to sysprofs dbus interfaces at build time, which the
libsysprof-capture package fail to provide.

Also fix libdir name.
2020-11-08 19:54:17 +01:00
Jan Tojnar 56b9441563
gnome3.mutter: do not depend on full sysprof
It just wants libsysprof-capture.
2020-10-24 06:58:00 +02:00
Jan Tojnar 932c4df710
gnome3.gnome-software: do not depend on full sysprof
It just wants libsysprof-capture.
2020-10-24 06:58:00 +02:00
Jan Tojnar 98706710da
gnome3.sushi: 3.34.0 → 3.38.0 2020-10-24 06:00:37 +02:00
Jan Tojnar 7665d28567
gnome3.gdm: 3.38.0 → 3.38.1 2020-10-24 06:00:37 +02:00
WORLDofPEACE 625fb27d68 empathy: use folks with telepathySupport 2020-10-23 19:37:59 -04:00
Jan Tojnar c9f3736a20
gnome3.gnome-online-miners: Apply some pending patches
Mainly to support Tracker 3.
2020-10-24 01:18:47 +02:00
Jan Tojnar 5e38561592
gnome3.gnome-online-miners: clean up
* format
* do not use aliases
* correct license
2020-10-24 01:18:47 +02:00
Jan Tojnar 948edf8f26
gnome3.gnome-control-center: Fix crash after leaving user-accounts 2020-10-24 01:18:43 +02:00
Jan Tojnar da85646164
gnome3.yelp-xsl: 3.38.0 → 3.38.1
https://ftp.gnome.org/pub/GNOME/sources/yelp-xsl/3.38/yelp-xsl-3.38.1.news
2020-10-24 01:18:41 +02:00
Jan Tojnar 1e76bdd56b
gnome3.yelp: 3.38.0 → 3.38.1
https://ftp.gnome.org/pub/GNOME/sources/yelp/3.38/yelp-3.38.1.news
2020-10-24 01:18:41 +02:00
Jan Tojnar 40e3468ece
gnome3.simple-scan: 3.38.0 → 3.38.1
https://ftp.gnome.org/pub/GNOME/sources/simple-scan/3.38/simple-scan-3.38.1.news
2020-10-24 01:18:41 +02:00
Jan Tojnar 73c6cfb3b0
gnome3.nautilus: 3.38.0 → 3.38.1
https://ftp.gnome.org/pub/GNOME/sources/nautilus/3.38/nautilus-3.38.1.news
2020-10-24 01:18:40 +02:00
Jan Tojnar d1eeb643e2
gnome3.mutter: 3.38.0 → 3.38.1
https://ftp.gnome.org/pub/GNOME/sources/mutter/3.38/mutter-3.38.1.news

It requires some udev rules on some devices.
2020-10-24 01:18:01 +02:00
Jan Tojnar d6222eb855
gnome3.gnome-terminal: 3.38.0 → 3.38.1
Reverts back to using VM’s environment, systemd --user/D-Bus activation environment might be incomplete if the desktop does not properly update it.

https://ftp.gnome.org/pub/GNOME/sources/gnome-terminal/3.38/gnome-terminal-3.38.1.changes
2020-10-24 01:17:59 +02:00
Jan Tojnar 6fd69ba58d
gnome3.gnome-shell: 3.38.0 → 3.38.1
Uses fresh g-v-c

https://ftp.gnome.org/pub/GNOME/sources/gnome-shell/3.38/gnome-shell-3.38.1.news
2020-10-24 01:17:58 +02:00
Jan Tojnar 4e6c9ed2ed
gnome3.gnome-shell-extensions: 3.38.0 → 3.38.1
https://ftp.gnome.org/pub/GNOME/sources/gnome-shell-extensions/3.38/gnome-shell-extensions-3.38.1.news
2020-10-24 01:17:58 +02:00
Jan Tojnar 803f883f63
gnome3.gnome-settings-daemon: 3.38.0 → 3.38.1
Uses fresh g-v-c.

https://ftp.gnome.org/pub/GNOME/sources/gnome-settings-daemon/3.38/gnome-settings-daemon-3.38.1.news
2020-10-24 01:17:58 +02:00
Jan Tojnar 216a8a11a3
gnome3.gnome-initial-setup: 3.38.0 → 3.38.1
https://ftp.gnome.org/pub/GNOME/sources/gnome-initial-setup/3.38/gnome-initial-setup-3.38.1.news
2020-10-24 01:17:56 +02:00
Jan Tojnar 08af99b9ce
gnome3.gnome-control-center: 3.38.0 → 3.38.1
https://ftp.gnome.org/pub/GNOME/sources/gnome-control-center/3.38/gnome-control-center-3.38.1.news
2020-10-24 01:17:56 +02:00
Jan Tojnar 1370ed0a12
gnome3.gnome-desktop: 3.38.0 → 3.38.1
https://ftp.gnome.org/pub/GNOME/sources/gnome-desktop/3.38/gnome-desktop-3.38.1.news
2020-10-24 01:17:55 +02:00