%define appname io.github.radiolamp.mangojuice Name: mangojuice Version: 0.8.9 Release: 1%{?dist} Summary: It's a great alternative to GOverlay. License: GPL-3.0-only URL: https://github.com/radiolamp/mangojuice Source: %{url}/archive/refs/tags/%{version}.tar.gz BuildRequires: meson BuildRequires: ninja-build BuildRequires: cmake BuildRequires: gcc BuildRequires: vala BuildRequires: gtk4-devel BuildRequires: libadwaita-devel BuildRequires: glib2-devel BuildRequires: libgee-devel BuildRequires: fontconfig Requires: mangohud Requires: mesa-demos Requires: vulkan-tools Requires: vkBasalt %description This program will be a convenient alternative to GOverlay for setting up MangoHud. %prep %autosetup %build %meson %meson_build %install %meson_install %files %license LICENSE %doc README.md %{_bindir}/mangojuice %{_datadir}/applications/%{appname}.desktop %{_datadir}/icons/hicolor/*/apps/%{appname}*.svg %{_datadir}/locale/*/LC_MESSAGES/mangojuice.mo %{_metainfodir}/%{appname}.metainfo.xml %changelog %autochangelog