Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package breeze6 for openSUSE:Factory checked in at 2026-08-05 17:47:45 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/breeze6 (Old) and /work/SRC/openSUSE:Factory/.breeze6.new.16738 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "breeze6" Wed Aug 5 17:47:45 2026 rev:48 rq:1369035 version:6.7.3 Changes: -------- --- /work/SRC/openSUSE:Factory/breeze6/breeze6.changes 2026-07-17 01:35:40.705440200 +0200 +++ /work/SRC/openSUSE:Factory/.breeze6.new.16738/breeze6.changes 2026-08-05 17:48:06.777232873 +0200 @@ -1,0 +2,5 @@ +Sat Aug 1 15:59:24 UTC 2026 - Fabian Vogt <[email protected]> + +- Move Qt 5 style into a separate optional package + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ breeze6.spec ++++++ --- /var/tmp/diff_new_pack.I6uy4t/_old 2026-08-05 17:48:07.429255691 +0200 +++ /var/tmp/diff_new_pack.I6uy4t/_new 2026-08-05 17:48:07.433255832 +0200 @@ -108,10 +108,21 @@ Provides: breeze5-style = %{version} Obsoletes: breeze5-style < %{version} Obsoletes: breeze5-style-lang < %{version} +%if %{with plasma5} +Requires: (breeze6-style-qt5 if libQt5Widgets5) +%endif %description -n breeze6-style Artwork, styles and assets for the Breeze visual style for the Plasma Desktop. -This package provides Breeze style, color-scheme and aditional assets. +This package provides Breeze style for Qt 6, color-scheme and aditional assets. + +%package -n breeze6-style-qt5 +Summary: Plasma Desktop artwork, styles and assets +Requires: breeze6-style = %{version} + +%description -n breeze6-style-qt5 +Artwork, styles and assets for the Breeze visual style for the Plasma Desktop. +This package provides Breeze style for Qt 5, color-scheme and aditional assets. %package -n breeze6-wallpapers Summary: Plasma Desktop artwork, styles and assets @@ -131,13 +142,6 @@ Artwork, styles and assets for the Breeze visual style for the Plasma Desktop. This package provides Breeze KWin decoration. - - - - - - - # NOTE: The CMake files were split from breeze*-style and don't require anything on purpose. # Otherwise, BuildRequires: cmake(Breeze) would pull some Qt5 and KF5 packages. @@ -195,10 +199,6 @@ %dir %{_kf6_plugindir}/kstyle_config %{_kf6_plugindir}/kstyle_config/breezestyleconfig.so %dir %{_kf6_plugindir}/styles -%if %{with plasma5} -%dir %{_kf5_plugindir}/styles -%{_kf5_plugindir}/styles/breeze5.so -%endif %{_kf6_plugindir}/styles/breeze6.so %dir %{_kf6_sharedir}/QtCurve %{_kf6_sharedir}/QtCurve/Breeze.qtcurve @@ -210,6 +210,13 @@ %dir %{_kf6_sharedir}/kstyle/themes %{_kf6_sharedir}/kstyle/themes/breeze.themerc +%if %{with plasma5} +%files -n breeze6-style-qt5 +%license LICENSES/* +%dir %{_kf5_plugindir}/styles +%{_kf5_plugindir}/styles/breeze5.so +%endif + %files -n breeze6-wallpapers %license LICENSES/* %dir %{_kf6_sharedir}/wallpapers
