added libbreeze5 subpackages for legacy qt5 support (lxqt) [release 6.0.3-2mamba;Mon Apr 01 2024]

This commit is contained in:
Silvan Calarco 2024-04-03 00:34:30 +02:00
parent ba1486980e
commit 99c067f0f2

View File

@ -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 <silvan.calarco@mambasoft.it> 6.0.3-2mamba
- added libbreeze5 subpackages for legacy qt5 support (lxqt)
* Wed Mar 27 2024 Automatic Build System <autodist@openmamba.org> 6.0.3-1mamba
- automatic version update by autodist
* Wed Mar 13 2024 Automatic Build System <autodist@openmamba.org> 6.0.2-1mamba
- automatic version update by autodist