[packages/mutter] - added deps patch to adjust gsettings-desktop-schemas version (40.0 is not newer than 40.alpha for
qboosh
qboosh at pld-linux.org
Sun Apr 4 21:31:22 CEST 2021
commit 8246bdc757cde2bc8218f3ce2f69a89ce20260ff
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date: Sun Apr 4 21:31:14 2021 +0200
- added deps patch to adjust gsettings-desktop-schemas version (40.0 is not newer than 40.alpha for rpm)
mutter-deps.patch | 11 +++++++++++
mutter.spec | 2 ++
2 files changed, 13 insertions(+)
---
diff --git a/mutter.spec b/mutter.spec
index 4729cad..7413984 100644
--- a/mutter.spec
+++ b/mutter.spec
@@ -16,6 +16,7 @@ Group: X11/Window Managers
Source0: https://download.gnome.org/sources/mutter/40/%{name}-%{version}.tar.xz
# Source0-md5: 64ec45c43427fa9794fc3a6e287689bd
Patch0: %{name}-no-xwayland.patch
+Patch1: %{name}-deps.patch
URL: https://gitlab.gnome.org/GNOME/mutter
BuildRequires: EGL-devel
BuildRequires: OpenGL-GLX-devel
@@ -181,6 +182,7 @@ Mutter.
%prep
%setup -q
%patch0 -p1
+%patch1 -p1
%build
%meson build \
diff --git a/mutter-deps.patch b/mutter-deps.patch
new file mode 100644
index 0000000..2c8efb7
--- /dev/null
+++ b/mutter-deps.patch
@@ -0,0 +1,11 @@
+--- mutter-40.0/meson.build.orig 2021-04-04 19:26:12.312251942 +0200
++++ mutter-40.0/meson.build 2021-04-04 20:14:09.156666738 +0200
+@@ -22,7 +22,7 @@
+ pango_req = '>= 1.46.0'
+ cairo_req = '>= 1.10.0'
+ pangocairo_req = '>= 1.20'
+-gsettings_desktop_schemas_req = '>= 40.alpha'
++gsettings_desktop_schemas_req = '>= 40'
+ json_glib_req = '>= 0.12.0'
+ upower_glib_req = '>= 0.99.0'
+ xcomposite_req = '>= 0.4'
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/mutter.git/commitdiff/8246bdc757cde2bc8218f3ce2f69a89ce20260ff
More information about the pld-cvs-commit
mailing list