%global _basename buuf %global debug_package %{nil} %global gitcommit_full 5614e2cfd7d7c09622be85cfef1d37d854568ce3 %global gitcommit %%(c=%%{gitcommit_full}; echo ${c:0:7}) %global gitdate 20260109 Name: %{_basename}-icon-theme Version: 0^%{gitdate}.%{gitcommit} Release: 1%{?dist} Summary: Buuf For Many Desktops icon set License: GPL-3.0 URL: https://git.disroot.org/eudaimon/%{_basename}-nestort Source: %{url}/archive/%{gitcommit_full}.zip BuildArch: noarch Requires: gtk-update-icon-cache %description This is a fairly complete set of icons for Gnome, KDE Plasma, XFCE and Mate (including actions, apps, categories, devices, emblems, emotes, mimetypes, places and status), based on the icons and artwork by Paul Davey (Mattahan) (http://www.mattahan.com/). Some of them come from OxayotlTheGreat and his great job with his own remix, Buuf https://www.gnome-look.org/p/1012512), and some others, from https://github.com/robson-66/Buuf. They have done a great job expanding the "Buuf Universe". One of the main points of this theme is to remove as many symbolic icons as possible (that means linking the symbolic icon to the original icon). This is not always possible, especially for certain Gnome icons, because Gnome applies some effects to some icons, which make them look really bad if they are not real symbolic icons. %prep %forgeautosetup -p1 %build # Nothing to do here %install # Delete useless files from source folder rm -f *.sh rm -f icon-theme.cache rm -f TODO.md # Install icons mkdir -p %{buildroot}%{_datadir}/icons/%{_basename}/ cp -dr --no-preserve=mode * %{buildroot}%{_datadir}/icons/%{_basename}/ touch %{buildroot}/%{_datadir}/icons/%{_basename}/icon-theme.cache %files %doc README.md %{_datadir}/icons/%{_basename} %changelog * Wed Feb 11 2026 Hazel Bunny - 0-1 - initial package