Name: gruvbox-gtk-dark-medium-theme Version: 2025.10 Release: 5%{?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}/themes %{__mkdir} -p %{buildroot}%{_datadir}/themes .%{buildroot}/install.sh -d %{buildroot}/theme --theme all --color dark --size standard --libadwaita --tweaks medium %{__install} -Dpm644 %{buildroot}/themes/Gruvbox-Dark-Medium %{buildroot}%{_datadir}/themes/ %{__install} -Dpm644 %{buildroot}/themes/Gruvbox-Green-Dark-Medium %{buildroot}%{_datadir}/themes/ %{__install} -Dpm644 %{buildroot}/themes/Gruvbox-Grey-Dark-Medium %{buildroot}%{_datadir}/themes/ %{__install} -Dpm644 %{buildroot}/themes/Gruvbox-Orange-Dark-Medium %{buildroot}%{_datadir}/themes/ %{__install} -Dpm644 %{buildroot}/themes/Gruvbox-Pink-Dark-Medium %{buildroot}%{_datadir}/themes/ %{__install} -Dpm644 %{buildroot}/themes/Gruvbox-Purple-Dark-Medium %{buildroot}%{_datadir}/themes/ %{__install} -Dpm644 %{buildroot}/themes/Gruvbox-Red-Dark-Medium %{buildroot}%{_datadir}/themes/ %{__install} -Dpm644 %{buildroot}/themes/Gruvbox-Teal-Dark-Medium %{buildroot}%{_datadir}/themes/ %{__install} -Dpm644 %{buildroot}/themes/Gruvbox-Yellow-Dark-Medium %{buildroot}%{_datadir}/themes/ %files %license LICENSE %doc README.md %{_datadir}/themes/* %changelog %autochangelog