package created using the webbuild interface [release 0.4.1-1mamba;Fri Jun 07 2024]

This commit is contained in:
Silvan Calarco 2024-06-08 13:41:09 +02:00
parent a798dbac88
commit 3a4f49cb15
2 changed files with 46 additions and 0 deletions

View File

@ -1,2 +1,4 @@
# wlr-randr
An xrandr clone for wlroots compositors.

44
wlr-randr.spec Normal file
View File

@ -0,0 +1,44 @@
Name: wlr-randr
Version: 0.4.1
Release: 1mamba
Summary: An xrandr clone for wlroots compositors
Group: System/Tools
Vendor: openmamba
Distribution: openmamba
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: https://git.sr.ht/~emersion/wlr-randr
Source: https://git.sr.ht/~emersion/wlr-randr/archive/v%{version}.tar.gz
License: MIT
## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel
BuildRequires: libwayland-devel
## AUTOBUILDREQ-END
BuildRequires: meson
%description
An xrandr clone for wlroots compositors.
%debug_package
%prep
%setup -q -n %{name}-v%{version}
%build
%meson
%meson_build
%install
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%meson_install
%clean
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%files
%defattr(-,root,root)
%{_bindir}/wlr-randr
%doc LICENSE
%changelog
* Fri Jun 07 2024 Silvan Calarco <silvan.calarco@mambasoft.it> 0.4.1-1mamba
- package created using the webbuild interface