SHA256
1
0
forked from pool/breeze-gtk

Package the gtk4 theme

OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/breeze-gtk?expand=0&rev=172
This commit is contained in:
Christophe Marin 2022-12-02 09:08:32 +00:00 committed by Git OBS Bridge
parent d2b3e48768
commit 68d24ef9e9

View File

@ -48,6 +48,7 @@ Group: System/GUI/KDE
Recommends: breeze5-cursors
Suggests: gtk2-metatheme-%{_name}
Suggests: gtk3-metatheme-%{_name}
Suggests: gtk4-metatheme-%{_name}
Provides: %{_name}-gtk = %{version}
Obsoletes: %{_name}-gtk < %{version}
@ -76,6 +77,17 @@ BuildArch: noarch
%description -n gtk3-metatheme-%{_name}
A GTK+ theme created to match with the new Plasma 5 Breeze theme.
%package -n gtk4-metatheme-%{_name}
Summary: GTK+ theme matching KDE's Breeze -- GTK+ 4 Support
Group: System/GUI/KDE
Requires: metatheme-%{_name}-common = %{version}
Supplements: (breeze4-style and gtk4)
Supplements: (breeze5-style and gtk4)
BuildArch: noarch
%description -n gtk4-metatheme-%{_name}
A GTK+ theme created to match with the new Plasma 5 Breeze theme.
%prep
%autosetup -p1
@ -100,4 +112,7 @@ A GTK+ theme created to match with the new Plasma 5 Breeze theme.
%files -n gtk3-metatheme-%{_name}
%{_datadir}/themes/Breeze*/gtk-3.*/
%files -n gtk4-metatheme-%{_name}
%{_datadir}/themes/Breeze*/gtk-4.*/
%changelog