]> git.pld-linux.org Git - packages/mutter.git/blobdiff - mutter.spec
- added no-xwayland patch (don't require Xwayland binary at configure time)
[packages/mutter.git] / mutter.spec
index 5221cb6b35026f96b94e485e15bc1fb8bbbb8ebe..3af74f3829aed2d21781fcd688419467c5d2a0ee 100644 (file)
@@ -1,3 +1,4 @@
+# TODO: -Dxwayland_initfd=enabled when available in Xwayland release
 #
 # Conditional build
 %bcond_without pipewire        # remote desktop via pipewire
@@ -7,12 +8,13 @@
 Summary:       Window and compositing manager based on Clutter
 Summary(pl.UTF-8):     Zarządca okien i składania oparty na bibliotece Clutter
 Name:          mutter
-Version:       3.38.0
+Version:       3.38.2
 Release:       1
 License:       GPL v2+
 Group:         X11/Window Managers
-Source0:       http://ftp.gnome.org/pub/GNOME/sources/mutter/3.38/%{name}-%{version}.tar.xz
-# Source0-md5: 5279ee0acb488f2be2806f25a2003ef4
+Source0:       https://download.gnome.org/sources/mutter/3.38/%{name}-%{version}.tar.xz
+# Source0-md5: 07307571f9f2bdb433894741222773e1
+Patch0:                %{name}-no-xwayland.patch
 URL:           https://gitlab.gnome.org/GNOME/mutter
 BuildRequires: EGL-devel
 BuildRequires: OpenGL-GLX-devel
@@ -176,6 +178,7 @@ Mutter.
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
 %meson build \
@@ -184,7 +187,7 @@ Mutter.
        -Dprofiler=%{__true_false sysprof} \
        %{!?with_pipewire:-Dremote_desktop=false} \
        -Dtests=%{__true_false tests} \
-       -Dxwayland_initfd=enabled \
+       -Dxwayland_initfd=disabled \
        -Dxwayland_path=/usr/bin/Xwayland
 
 %ninja_build -C build
@@ -215,6 +218,7 @@ rm -rf $RPM_BUILD_ROOT
 %dir %{_libdir}/mutter-%{apiver}/plugins
 %attr(755,root,root) %{_libdir}/mutter-%{apiver}/plugins/libdefault.so
 %attr(755,root,root) %{_libexecdir}/mutter-restart-helper
+/lib/udev/rules.d/61-mutter.rules
 %{_desktopdir}/mutter.desktop
 %{_datadir}/GConf/gsettings/mutter-schemas.convert
 %{_datadir}/glib-2.0/schemas/org.gnome.mutter.gschema.xml
This page took 0.077498 seconds and 4 git commands to generate.