feat: address feedback in pocillo review
This commit is contained in:
parent
226dc692da
commit
6e95466a5f
2 changed files with 33 additions and 9 deletions
Binary file not shown.
|
@ -9,10 +9,9 @@ BuildArch: noarch
|
||||||
|
|
||||||
License: GPL-2.0-or-later
|
License: GPL-2.0-or-later
|
||||||
URL: https://github.com/UbuntuBudgie/pocillo-gtk-theme
|
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: gtk3
|
||||||
Requires: gtk4
|
|
||||||
|
|
||||||
%description %{_description}
|
%description %{_description}
|
||||||
|
|
||||||
|
@ -24,7 +23,26 @@ Recommends: pocillo-gtk-theme
|
||||||
|
|
||||||
%description -n pocillo-gtk2-theme %{_description}
|
%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
|
%package -n pocillo-plank-theme
|
||||||
Summary: Plank support for the Pocillo GTK theme
|
Summary: Plank support for the Pocillo GTK theme
|
||||||
|
@ -34,7 +52,7 @@ Recommends: pocillo-gtk-theme
|
||||||
|
|
||||||
%description -n pocillo-plank-theme %{_description}
|
%description -n pocillo-plank-theme %{_description}
|
||||||
|
|
||||||
Plank support for the Pocillo GTK theme.
|
This package contains the Pocillo Plank theme.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
tar -xf %{SOURCE0} -C %{_builddir}
|
tar -xf %{SOURCE0} -C %{_builddir}
|
||||||
|
@ -52,12 +70,8 @@ cp -R %{_builddir}/Pocillo* %{buildroot}%{_datadir}/themes/
|
||||||
%license COPYING
|
%license COPYING
|
||||||
%dir %{_datadir}/themes/Pocillo*/chrome
|
%dir %{_datadir}/themes/Pocillo*/chrome
|
||||||
%dir %{_datadir}/themes/Pocillo*/gtk-3.0
|
%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*/chrome/*
|
||||||
%{_datadir}/themes/Pocillo*/gtk-3.0/*
|
%{_datadir}/themes/Pocillo*/gtk-3.0/*
|
||||||
%{_datadir}/themes/Pocillo*/gtk-4.0/*
|
|
||||||
%{_datadir}/themes/Pocillo*/openbox-3/*
|
|
||||||
%{_datadir}/themes/Pocillo*/index.theme
|
%{_datadir}/themes/Pocillo*/index.theme
|
||||||
|
|
||||||
%files -n pocillo-gtk2-theme
|
%files -n pocillo-gtk2-theme
|
||||||
|
@ -65,11 +79,21 @@ cp -R %{_builddir}/Pocillo* %{buildroot}%{_datadir}/themes/
|
||||||
%dir %{_datadir}/themes/Pocillo*/gtk-2.0
|
%dir %{_datadir}/themes/Pocillo*/gtk-2.0
|
||||||
%{_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
|
%files -n pocillo-plank-theme
|
||||||
%license COPYING
|
%license COPYING
|
||||||
%dir %{_datadir}/themes/Pocillo*/plank
|
%dir %{_datadir}/themes/Pocillo*/plank
|
||||||
%{_datadir}/themes/Pocillo*/plank/*
|
%{_datadir}/themes/Pocillo*/plank/*
|
||||||
|
|
||||||
%changelog
|
%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
|
- Initial packaging of Pocillo
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue