%define appname io.github.Foldex.AdwSteamGtk Name: adwsteamgtk Version: 0.8.0 Release: 3%{?dist} Summary: A Gtk wrapper for Adwaita-for-Steam License: GPL-3.0-only URL: https://github.com/Foldex/AdwSteamGtk Source: https://github.com/Foldex/AdwSteamGtk/archive/refs/tags/v%{version}.tar.gz BuildArch: noarch BuildRequires: appstream-glib BuildRequires: desktop-file-utils BuildRequires: hicolor-icon-theme BuildRequires: meson BuildRequires: patch BuildRequires: python3-packaging BuildRequires: pkgconfig(blueprint-compiler) BuildRequires: pkgconfig(gtk4) BuildRequires: pkgconfig(libadwaita-1) BuildRequires: pkgconfig(libportal) Requires: typelib(XdpGtk4) %description A GTK wrapper that installs and updates the Adwaita for Steam skin. %lang_package %prep %autosetup -n AdwSteamGtk-%{version} %build %meson %meson_build %install %meson_install %files %license LICENSE %doc README.md %{_bindir}/adwaita-steam-gtk %{_datadir}/adwaita-steam-gtk %{_datadir}/appdata/%{appname}.appdata.xml %{_datadir}/applications/%{appname}.desktop %{_datadir}/glib-2.0/schemas/%{appname}.gschema.xml %{_datadir}/icons/hicolor/scalable/apps/%{appname}.svg %{_datadir}/icons/hicolor/symbolic/apps/%{appname}-symbolic.svg %changelog %autochangelog