Hello community, here is the log from the commit of package kiconthemes for openSUSE:Factory checked in at 2016-03-29 15:16:54 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/kiconthemes (Old) and /work/SRC/openSUSE:Factory/.kiconthemes.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "kiconthemes" Changes: -------- --- /work/SRC/openSUSE:Factory/kiconthemes/kiconthemes.changes 2016-03-26 15:09:15.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.kiconthemes.new/kiconthemes.changes 2016-03-29 15:16:57.000000000 +0200 @@ -2,8 +1,0 @@ -Fri Mar 18 11:29:56 UTC 2016 - [email protected] - -- Drop breeze.diff: it caused an incorrect fallback to breeze - instead of hicolor when a different icon theme is configured, and - has been reverted (and even rejected in a second try) upstream - (kde#356064, kde#360664) - -------------------------------------------------------------------- New: ---- breeze.diff ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ kiconthemes.spec ++++++ --- /var/tmp/diff_new_pack.cXGWgo/_old 2016-03-29 15:16:58.000000000 +0200 +++ /var/tmp/diff_new_pack.cXGWgo/_new 2016-03-29 15:16:58.000000000 +0200 @@ -43,6 +43,8 @@ Url: http://www.kde.org Source: http://download.kde.org/stable/frameworks/%{_tar_path}/%{name}-%{version}.tar.xz Source1: baselibs.conf +# PATCH-FIX-OPENSUSE breeze.diff -- default to breeze icon theme in order to avoid setup with mixed icons (half oxygen, half breeze) +Patch0: breeze.diff BuildRoot: %{_tmppath}/%{name}-%{version}-build %description @@ -72,6 +74,7 @@ %lang_package -n %lname %prep %setup -q +%patch0 -p1 %build %cmake_kf5 -d build ++++++ breeze.diff ++++++ diff --git a/src/kicontheme.cpp b/src/kicontheme.cpp index 3d6d6b7..fc087e8 100644 --- a/src/kicontheme.cpp +++ b/src/kicontheme.cpp @@ -557,7 +557,7 @@ void KIconTheme::reconfigure() // static QString KIconTheme::defaultThemeName() { - return QStringLiteral("oxygen"); + return QStringLiteral("breeze"); } void KIconTheme::assignIconsToContextMenu(ContextMenus type,
