From 5e95a1677885f2aa7ee238fed8a90f90fab0fda1 Mon Sep 17 00:00:00 2001 From: DistroBaker Date: Mon, 22 Feb 2021 10:35:29 +0000 Subject: [PATCH] Merged update from upstream sources This is an automated DistroBaker update from upstream sources. If you do not know what this is about or would like to opt out, contact the OSCI team. Source: https://src.fedoraproject.org/rpms/gnome-shell.git#55d69707485b2d313c81ad4a131d15dc6964d951 --- gnome-shell.spec | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/gnome-shell.spec b/gnome-shell.spec index 638993c..4db25d2 100644 --- a/gnome-shell.spec +++ b/gnome-shell.spec @@ -1,11 +1,10 @@ Name: gnome-shell Version: 40.0~alpha.1.1 -Release: 8.20210212git829a096ba%{?dist} +Release: 9.20210212git829a096ba%{?dist} Summary: Window management and application launching for GNOME License: GPLv2+ URL: https://wiki.gnome.org/Projects/GnomeShell -#VCS: git:git://git.gnome.org/gnome-shell Source0: http://download.gnome.org/sources/gnome-shell/40/%{name}-40.alpha.1.1-228-g829a096ba.tar.xz # Replace Epiphany with Firefox in the default favourite apps list @@ -84,6 +83,7 @@ Requires: gobject-introspection%{?_isa} >= %{gobject_introspection_version Requires: gjs%{?_isa} >= %{gjs_version} Requires: gtk3%{?_isa} >= %{gtk3_version} Requires: gtk4%{?_isa} >= %{gtk4_version} +Requires: highcontrast-icon-theme Requires: libnma%{?_isa} # needed for loading SVG's via gdk-pixbuf Requires: librsvg2%{?_isa} @@ -96,7 +96,9 @@ Requires: gsettings-desktop-schemas%{?_isa} >= %{gsettings_desktop_schemas Requires: gnome-settings-daemon%{?_isa} >= %{gnome_settings_daemon_version} Requires: gstreamer1%{?_isa} >= %{gstreamer_version} # needed for screen recorder +Requires: gstreamer1-plugins-good%{?_isa} Requires: pipewire-gstreamer%{?_isa} +Requires: xdg-user-dirs-gtk # needed for schemas Requires: at-spi2-atk%{?_isa} # needed for on-screen keyboard @@ -223,6 +225,9 @@ desktop-file-validate %{buildroot}%{_datadir}/applications/evolution-calendar.de %{_mandir}/man1/gnome-shell.1* %changelog +* Mon Feb 22 2021 Kalev Lember - 40.0~alpha.1.1-9.20210212git829a096ba +- Add missing requires on gstreamer1-plugins-good and xdg-user-dirs-gtk (#1931342) + * Sun Feb 14 2021 Florian Müllner - 40.0~alpha.1.1-8.20210212git829a096ba - Only open app picker on left-click/touch