diff --git a/pocillo-gtk-theme/pocillo-gtk-theme-0.11-1.fc42.src.rpm b/pocillo-gtk-theme/pocillo-gtk-theme-0.11-1.fc42.src.rpm index 894e1ba..9801541 100644 Binary files a/pocillo-gtk-theme/pocillo-gtk-theme-0.11-1.fc42.src.rpm and b/pocillo-gtk-theme/pocillo-gtk-theme-0.11-1.fc42.src.rpm differ diff --git a/pocillo-gtk-theme/pocillo-gtk-theme.spec b/pocillo-gtk-theme/pocillo-gtk-theme.spec index 5e43d77..d54534b 100644 --- a/pocillo-gtk-theme/pocillo-gtk-theme.spec +++ b/pocillo-gtk-theme/pocillo-gtk-theme.spec @@ -11,7 +11,11 @@ License: GPL-2.0-or-later URL: https://github.com/UbuntuBudgie/pocillo-gtk-theme Source0: %{url}/releases/download/v%{version}/pocillo-precompiled.tar.gz#/%{name}-%{version}-precompiled.tar.gz -Requires: gtk3 +Requires: (pocillo-gtk2-theme if gtk2) +Requires: (pocillo-gtk3-theme if gtk3) +Requires: (pocillo-gtk4-theme if gtk4) +Requires: (pocillo-openbox-theme if openbox) +Requires: (pocillo-plank-theme if plank) %description %{_description} @@ -25,6 +29,16 @@ Recommends: pocillo-gtk-theme This package contains the Pocillo GTK+2 theme. +%package -n pocillo-gtk3-theme +Summary: GTK3 support for the Pocillo GTK theme +Requires: gtk3 + +Recommends: pocillo-gtk-theme + +%description -n pocillo-gtk3-theme %{_description} + +This package contains the Pocillo GTK3 theme. + %package -n pocillo-gtk4-theme Summary: GTK4 support for the Pocillo GTK theme Requires: gtk4 @@ -69,9 +83,7 @@ cp -R %{_builddir}/Pocillo* %{buildroot}%{_datadir}/themes/ %files %license COPYING %dir %{_datadir}/themes/Pocillo*/chrome -%dir %{_datadir}/themes/Pocillo*/gtk-3.0 %{_datadir}/themes/Pocillo*/chrome/* -%{_datadir}/themes/Pocillo*/gtk-3.0/* %{_datadir}/themes/Pocillo*/index.theme %files -n pocillo-gtk2-theme @@ -79,6 +91,11 @@ cp -R %{_builddir}/Pocillo* %{buildroot}%{_datadir}/themes/ %dir %{_datadir}/themes/Pocillo*/gtk-2.0 %{_datadir}/themes/Pocillo*/gtk-2.0/* +%files -n pocillo-gtk3-theme +%license COPYING +%dir %{_datadir}/themes/Pocillo*/gtk-3.0 +%{_datadir}/themes/Pocillo*/gtk-3.0/* + %files -n pocillo-gtk4-theme %license COPYING %dir %{_datadir}/themes/Pocillo*/gtk-4.0 @@ -95,5 +112,5 @@ cp -R %{_builddir}/Pocillo* %{buildroot}%{_datadir}/themes/ %{_datadir}/themes/Pocillo*/plank/* %changelog -* Fri May 30 2025 Joshua Strobl - 0.11-1 +* Sun Jun 01 2025 Joshua Strobl - 0.11-1 - Initial packaging of Pocillo