# -*-Mode: rpm-spec -*- Name: lavalauncher Version: 2.0.0 Release: 1%{?dist} Summary: %{name} is a simple launcher for Wayland License: GPLv3 URL: https://git.sr.ht/~leon_plickat/%{name} Source0: %{url}/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz BuildRequires: gcc BuildRequires: cairo-devel BuildRequires: meson BuildRequires: pkgconfig(librsvg-2.0) BuildRequires: scdoc BuildRequires: wayland-devel BuildRequires: wayland-protocols-devel %description LavaLauncher is a simple launcher for Wayland. It displays a dynamically sized bar with user defined buttons. Buttons consist of an image, which is displayed as the button icon on the bar, and at least one shell command, which is executed when the user activates the button. Buttons can be activated with pointer and touch events. A single LavaLauncher instance can provide multiple such bars, across multiple outputs. The Wayland compositor must implement the Layer-Shell and XDG-Output for LavaLauncher to work. Beware: Unlike applications launchers which are similar in visual design to LavaLauncher, which are often called "docks", LavaLauncher does not care about .desktop files or icon themes nor does it keep track running applications. Instead, LavaLaunchers approach of manually defined buttons is considerably more flexible: You could have buttons not just for launching applications, but for practically anything you could do in your shell, like for ejecting your optical drive, rotating your screen, sending your cat an email, playing a funny sound, muting all audio, toggling your lamps and a lot more. Be creative! LavaLauncher is opinionated, yet remains configurable. The configuration syntax is documented in the man page. LavaLauncher has been successfully tested on sway, wayfire (Wayfire currently does not respect subsurfaces ordering used by LavaLauncher), river and hikari. %prep %setup -n %{name}-v%{version} %build %meson %meson_build %install %meson_install %files %{_bindir}/%{name} %doc README.md %{_mandir}/man1/%{name}.1.* %license LICENSE %changelog * Mon Aug 31 2020 Bob Hepple - 2.0.0-1 - new version * Tue Jul 28 2020 Fedora Release Engineering - 1.7.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild * Sat May 16 2020 Bob Hepple - 1.7-1 - new version * Thu Apr 09 2020 Bob Hepple - 1.6-4 - rebuilt for fedora review * Wed Feb 19 2020 Bob Hepple - 1.6-3 - correct license to GPL3 * Tue Feb 18 2020 Bob Hepple - 1.6-2 - correct license to GPL2 * Mon Feb 17 2020 Bob Hepple - 1.6-1 - Initial version of the package