added libbreeze5 subpackages for legacy qt5 support (lxqt) [release 6.0.3-2mamba;Mon Apr 01 2024]
This commit is contained in:
parent
ba1486980e
commit
99c067f0f2
35
breeze.spec
35
breeze.spec
@ -1,10 +1,9 @@
|
|||||||
%define majver %(echo %version | cut -d. -f1-2)
|
%define majver %(echo %version | cut -d. -f1-2)
|
||||||
%define plasmaver %(echo %{version} | cut -d. -f1-3)
|
%define plasmaver %(echo %{version} | cut -d. -f1-3)
|
||||||
|
|
||||||
|
|
||||||
Name: breeze
|
Name: breeze
|
||||||
Version: 6.0.2
|
Version: 6.0.3
|
||||||
Release: 1mamba
|
Release: 2mamba
|
||||||
Summary: Breeze Dark Desktop Design Language by the KDE VDG
|
Summary: Breeze Dark Desktop Design Language by the KDE VDG
|
||||||
Group: Graphical Desktop/Look 'n' feel
|
Group: Graphical Desktop/Look 'n' feel
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
@ -70,21 +69,35 @@ Summary: Libraries provided with %{name}
|
|||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
|
|
||||||
%description -n lib%{name}
|
%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}.
|
This package contains the libraries provided with %{name}.
|
||||||
|
|
||||||
%debug_package
|
%debug_package
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
#-D -T
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%cmake_kf6
|
%cmake_kf6
|
||||||
%cmake_build
|
%cmake_build
|
||||||
|
|
||||||
|
%cmake -d build5 \
|
||||||
|
-DBUILD_QT6=OFF
|
||||||
|
|
||||||
|
%make
|
||||||
|
|
||||||
%install
|
%install
|
||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
|
%makeinstall -C build5
|
||||||
|
|
||||||
%cmake_install
|
%cmake_install
|
||||||
|
|
||||||
%find_lang %{name} --with-qt --all-name || touch %{name}.lang
|
%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
|
%{_qt6_plugindir}/styles/breeze6.so
|
||||||
%dir %{_libdir}/cmake/Breeze
|
%dir %{_libdir}/cmake/Breeze
|
||||||
%{_libdir}/cmake/Breeze/Breeze*.cmake
|
%{_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
|
%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
|
* Wed Mar 13 2024 Automatic Build System <autodist@openmamba.org> 6.0.2-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user