Name: wmenu Version: 0.1.6 # pre-release versioning is only for Copr builds and will be disabled on Fedora import Release: %autorelease -p Summary: Efficient dynamic menu for Wayland # Main source: MIT # protocols/wlr-layer-shell-unstable-v1.xml: HPND-sell-variant License: MIT URL: https://sr.ht/~adnano/wmenu %global forgeurl https://git.sr.ht/~adnano/wmenu Source: %{forgeurl}/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz BuildRequires: gcc BuildRequires: meson >= 0.47 BuildRequires: pkgconfig(cairo) BuildRequires: pkgconfig(pango) BuildRequires: pkgconfig(pangocairo) BuildRequires: pkgconfig(scdoc) BuildRequires: pkgconfig(wayland-client) BuildRequires: pkgconfig(wayland-protocols) BuildRequires: pkgconfig(wayland-scanner) BuildRequires: pkgconfig(xkbcommon) %description An efficient dynamic menu for Sway and wlroots based Wayland compositors. %prep %autosetup -p1 %build %meson \ -Dwerror=false %meson_build %install %meson_install %files %license LICENSE %doc README.md %{_bindir}/%{name} %{_mandir}/man1/%{name}.1* %changelog %autochangelog