feat: address feedback in pocillo review

This commit is contained in:
Joshua Strobl 2025-05-30 20:17:38 +03:00
parent 226dc692da
commit 6e95466a5f
2 changed files with 33 additions and 9 deletions

View file

@ -9,10 +9,9 @@ BuildArch: noarch
License: GPL-2.0-or-later
URL: https://github.com/UbuntuBudgie/pocillo-gtk-theme
Source0: %{url}/releases/download/v%{version}/pocillo-precompiled.tar.gz
Source0: %{url}/releases/download/v%{version}/pocillo-precompiled.tar.gz#/%{name}-%{version}-precompiled.tar.gz
Requires: gtk3
Requires: gtk4
%description %{_description}
@ -24,7 +23,26 @@ Recommends: pocillo-gtk-theme
%description -n pocillo-gtk2-theme %{_description}
This package contains GTK+2 theme.
This package contains the Pocillo GTK+2 theme.
%package -n pocillo-gtk4-theme
Summary: GTK4 support for the Pocillo GTK theme
Requires: gtk4
Recommends: pocillo-gtk-theme
%description -n pocillo-gtk4-theme %{_description}
This package contains the Pocillo GTK4 theme.
%package -n pocillo-openbox-theme
Summary: Openbox support for the Pocillo GTK theme
Recommends: pocillo-gtk-theme
%description -n pocillo-openbox-theme %{_description}
This package contains the Pocillo Openbox theme.
%package -n pocillo-plank-theme
Summary: Plank support for the Pocillo GTK theme
@ -34,7 +52,7 @@ Recommends: pocillo-gtk-theme
%description -n pocillo-plank-theme %{_description}
Plank support for the Pocillo GTK theme.
This package contains the Pocillo Plank theme.
%prep
tar -xf %{SOURCE0} -C %{_builddir}
@ -52,12 +70,8 @@ cp -R %{_builddir}/Pocillo* %{buildroot}%{_datadir}/themes/
%license COPYING
%dir %{_datadir}/themes/Pocillo*/chrome
%dir %{_datadir}/themes/Pocillo*/gtk-3.0
%dir %{_datadir}/themes/Pocillo*/gtk-4.0
%dir %{_datadir}/themes/Pocillo*/openbox-3
%{_datadir}/themes/Pocillo*/chrome/*
%{_datadir}/themes/Pocillo*/gtk-3.0/*
%{_datadir}/themes/Pocillo*/gtk-4.0/*
%{_datadir}/themes/Pocillo*/openbox-3/*
%{_datadir}/themes/Pocillo*/index.theme
%files -n pocillo-gtk2-theme
@ -65,11 +79,21 @@ cp -R %{_builddir}/Pocillo* %{buildroot}%{_datadir}/themes/
%dir %{_datadir}/themes/Pocillo*/gtk-2.0
%{_datadir}/themes/Pocillo*/gtk-2.0/*
%files -n pocillo-gtk4-theme
%license COPYING
%dir %{_datadir}/themes/Pocillo*/gtk-4.0
%{_datadir}/themes/Pocillo*/gtk-4.0/*
%files -n pocillo-openbox-theme
%license COPYING
%dir %{_datadir}/themes/Pocillo*/openbox-3
%{_datadir}/themes/Pocillo*/openbox-3/*
%files -n pocillo-plank-theme
%license COPYING
%dir %{_datadir}/themes/Pocillo*/plank
%{_datadir}/themes/Pocillo*/plank/*
%changelog
* Thu May 29 2025 Joshua Strobl <me@joshuastrobl.com> - 0.11-1
* Fri May 30 2025 Joshua Strobl <me@joshuastrobl.com> - 0.11-1
- Initial packaging of Pocillo