xsetroot/xsetroot.spec
2026-08-14 22:30:27 -03:00

43 lines
883 B
RPMSpec

%global forgeurl https://gitlab.freedesktop.org/xorg/app/xsetroot
Version: 1.1.4
%forgemeta
Name: xsetroot
Release: %autorelease
Summary: Root window parameter setting utility for X
License: MIT-open-group
URL: %{forgeurl}
Source: https://www.x.org/pub/individual/app/%{name}-%{version}.tar.xz
BuildRequires: gcc
BuildRequires: meson >= 1.1.0
BuildRequires: pkgconfig(x11)
BuildRequires: pkgconfig(xbitmaps)
BuildRequires: pkgconfig(xcursor)
BuildRequires: pkgconfig(xmuu)
BuildRequires: pkgconfig(xproto) >= 7.0.25
%description
The xsetroot program allows you to tailor the appearance of the background
window of an X server.
%prep
%autosetup
%build
%meson
%meson_build
%install
%meson_install
%check
%meson_test
%files
%license COPYING
%{_bindir}/%{name}
%{_mandir}/man1/%{name}.1*
%changelog
%autochangelog