From 99c067f0f2ac5a7372a98406b1dbd7bcd9ac13dd Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Wed, 3 Apr 2024 00:34:30 +0200 Subject: [PATCH] added libbreeze5 subpackages for legacy qt5 support (lxqt) [release 6.0.3-2mamba;Mon Apr 01 2024] --- breeze.spec | 35 +++++++++++++++++++++++++++++------ 1 file changed, 29 insertions(+), 6 deletions(-) diff --git a/breeze.spec b/breeze.spec index 48a5a71..01a538f 100644 --- a/breeze.spec +++ b/breeze.spec @@ -1,10 +1,9 @@ %define majver %(echo %version | cut -d. -f1-2) %define plasmaver %(echo %{version} | cut -d. -f1-3) - Name: breeze -Version: 6.0.2 -Release: 1mamba +Version: 6.0.3 +Release: 2mamba Summary: Breeze Dark Desktop Design Language by the KDE VDG Group: Graphical Desktop/Look 'n' feel Vendor: openmamba @@ -70,21 +69,35 @@ Summary: Libraries provided with %{name} Group: System/Libraries %description -n lib%{name} -Breeze Dark Desktop Design Language by the KDE VDG for KDE4. +Breeze Dark Desktop Design Language by the KDE VDG for KDE Plasma. +This package contains the libraries provided with %{name}. + +%package -n lib%{name}5 +Summary: Libraries provided with %{name} +Group: System/Libraries + +%description -n lib%{name}5 +Breeze Dark Desktop Design Language by the KDE VDG for KDE Plasma 5. This package contains the libraries provided with %{name}. %debug_package %prep %setup -q -#-D -T %build %cmake_kf6 %cmake_build +%cmake -d build5 \ + -DBUILD_QT6=OFF + +%make + %install [ "%{buildroot}" != / ] && rm -rf "%{buildroot}" +%makeinstall -C build5 + %cmake_install %find_lang %{name} --with-qt --all-name || touch %{name}.lang @@ -128,9 +141,19 @@ This package contains the libraries provided with %{name}. %{_qt6_plugindir}/styles/breeze6.so %dir %{_libdir}/cmake/Breeze %{_libdir}/cmake/Breeze/Breeze*.cmake -#%doc AUTHORS LICENSES +%doc AUTHORS LICENSES + +%files -n lib%{name}5 +%defattr(-,root,root) +%{_qt5_plugindir}/styles/breeze5.so %changelog +* Mon Apr 01 2024 Silvan Calarco 6.0.3-2mamba +- added libbreeze5 subpackages for legacy qt5 support (lxqt) + +* Wed Mar 27 2024 Automatic Build System 6.0.3-1mamba +- automatic version update by autodist + * Wed Mar 13 2024 Automatic Build System 6.0.2-1mamba - automatic version update by autodist