Name: hyprpicker Version: 0.3.0 Release: %autorelease Summary: A wlroots-compatible Wayland color picker # LICENSE: BSD-3-Clause # protocols/wlr-layer-shell-unstable-v1.xml: HPND-sell-variant License: BSD-3-Clause AND HPND-sell-variant URL: https://github.com/hyprwm/hyprpicker Source0: %{url}/archive/v%{version}/%{name}-%{version}.tar.gz BuildRequires: cmake BuildRequires: gcc-c++ BuildRequires: pkgconfig(cairo) BuildRequires: pkgconfig(glesv2) BuildRequires: pkgconfig(libjpeg) BuildRequires: pkgconfig(pango) BuildRequires: pkgconfig(pangocairo) BuildRequires: pkgconfig(wayland-client) BuildRequires: pkgconfig(wayland-protocols) BuildRequires: pkgconfig(xkbcommon) Recommends: wl-clipboard %description %{summary}. %prep %autosetup %build %cmake -DCMAKE_INSTALL_MANDIR=%{_mandir} %cmake_build %install %cmake_install %files %license LICENSE %doc README.md %{_bindir}/%{name} %{_mandir}/man1/%{name}.1.* %changelog %autochangelog