%global debug_package %{nil} Name: gruvbox-gtk-dark-medium-theme Version: 0.20241024g578cd22 Release: 1%{?dist} Summary: A GTK theme based on the Gruvbox colour palette. License: GPL-3.0-only URL: https://github.com/Fausto-Korpsvart/Gruvbox-GTK-Theme Source: %{url}/archive/refs/heads/master.zip BuildRequires: sassc Requires: sassc %description A GTK theme based on the colours of Sainnhe's great theme: The theme is more focused on the Gnome Desktop, but supports Cinnamon, XFCE, Mate, etc. with generic styles. It's great to combine in your TWMs like: XmonadWM, AwesomeWM, BSPWM, etc... %prep %autosetup -n Gruvbox-GTK-Theme-master %build # Nothing to build %install %{__mkdir} -p %{buildroot}%{_datadir}/themes cd themes/ ./build.sh ./install.sh -d %{buildroot}%{_datadir}/themes --theme all --color dark --size standard --libadwaita --tweaks medium %files %license LICENSE %doc README.md %{_datadir}/themes/* %changelog %autochangelog