# vim: syntax=spec Name: sway-audio-idle-inhibit-git Version: v0.2.0.0.git.60.f4016d7e Release: 60%{?dist} Summary: Prevents swayidle from sleeping while any application is outputting or receiving audio. License: GPLv3 URL: https://github.com/ErikReider/SwayAudioIdleInhibit VCS: git+https://github.com/ErikReider/SwayAudioIdleInhibit#f4016d7ed323dd9169c7866c0342d8b6c5263fe4: Source: SwayAudioIdleInhibit-f4016d7e.tar.gz BuildRequires: meson >= 0.60.0 BuildRequires: git BuildRequires: gcc-c++ BuildRequires: pkgconfig(libpulse) BuildRequires: pkgconfig(libsystemd) BuildRequires: pkgconfig(systemd) %{?systemd_requires} %description Prevents swayidle from sleeping while any application is outputting or receiving audio. Should work with all Wayland desktops that support the zwp_idle_inhibit_manager_v1 protocol but only tested in Sway This only works for Pulseaudio / Pipewire Pulse %prep %setup -T -b 0 -q -n SwayAudioIdleInhibit %build %meson %meson_build %install %meson_install %files %doc README.md %{_bindir}/sway-audio-idle-inhibit %license LICENSE # Changelog will be empty until you make first annotated Git tag. %changelog