Name: gruvbox-gtk-dark-medium-theme Version: 2025.10 Release: 3%{?dist} Summary: A GTK theme based on the Gruvbox colour palette. License: GPL-3.0 URL: https://github.com/Fausto-Korpsvart/Gruvbox-GTK-Theme Source: %{name}.tar.gz BuildArch: noarch 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 %{name} %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