File xfwl4.spec of Package xfwl4
#
# spec file for package xfwl4
#
# Copyright (c) 2026 SUSE LLC and contributors
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
Name: xfwl4
Version: 20260201
Release: 0
Summary: Xfce's Wayland Compositor
License: GPL-3.0-or-later
URL: https://gitlab.xfce.org/kelnos/xfwl4
Source: %{name}-%{version}.tar.xz
Source1: vendor.tar.zst
BuildRequires: cargo >= 1.88.0
BuildRequires: rust >= 1.88.0
BuildRequires: meson >= 0.54.0
BuildRequires: pkgconfig(gbm) >= 25.0.0
BuildRequires: pkgconfig(glib-2.0) >= 2.72.0
BuildRequires: pkgconfig(gtk+-3.0) >= 3.24.0
BuildRequires: pkgconfig(libdisplay-info) >= 0.2.0
BuildRequires: pkgconfig(libdrm) >= 2.4.0
BuildRequires: pkgconfig(libinput) >= 1.28.0
BuildRequires: pkgconfig(libseat) >= 0.9.0
BuildRequires: pkgconfig(libudev) >= 257
BuildRequires: pkgconfig(libxfconf-0) >= 4.18.0
BuildRequires: pkgconfig(pixman-1) >= 0.44.0
BuildRequires: pkgconfig(xkbcommon) >= 0.8.0
BuildRequires: pkgconfig(xwayland)
BuildRequires: zstd
%description
xfwl4 will be Xfce's Wayland compositor.
It is currently heavily under development, and not at all particularly
functional.
%lang_package
%prep
%autosetup -p1 -a1
%build
%meson --bindir %{buildroot}%{_bindir}
%meson_build
%install
mkdir -p %{buildroot}%{_bindir}
%meson_install
%files
%license LICENSE
%doc README.md
%{_bindir}/xfwl4
%changelog