[packages/wlr-randr] new

atler atler at pld-linux.org
Sat Mar 27 16:19:03 CET 2021


commit fb7cb8c2a70b059de14aadd6c22b6b4f75343609
Author: Jan Palus <atler at pld-linux.org>
Date:   Sat Mar 27 16:18:30 2021 +0100

    new

 wlr-randr.spec | 36 ++++++++++++++++++++++++++++++++++++
 1 file changed, 36 insertions(+)
---
diff --git a/wlr-randr.spec b/wlr-randr.spec
new file mode 100644
index 0000000..01e59ff
--- /dev/null
+++ b/wlr-randr.spec
@@ -0,0 +1,36 @@
+Summary:	An xrandr clone for wlroots compositors
+Name:		wlr-randr
+Version:	0.2.0
+Release:	1
+License:	MIT
+Group:		Applications
+Source0:	https://github.com/emersion/wlr-randr/releases/download/v%{version}/%{name}-%{version}.tar.gz
+# Source0-md5:	fc62932c1724ec3640376b6a156b375d
+URL:		https://github.com/emersion/wlr-randr
+BuildRequires:	meson >= 0.47.0
+BuildRequires:	ninja
+BuildRequires:	rpmbuild(macros) >= 1.752
+BuildRequires:	wayland-devel
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Utility to manage outputs of a Wayland compositor.
+
+%prep
+%setup -q
+
+%build
+%meson build
+%ninja_build -C build
+
+%install
+rm -rf $RPM_BUILD_ROOT
+%ninja_install -C build
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc README.md
+%attr(755,root,root) %{_bindir}/%{name}
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/wlr-randr.git/commitdiff/fb7cb8c2a70b059de14aadd6c22b6b4f75343609



More information about the pld-cvs-commit mailing list