From deb3013cf4036844fd0bea8efc6deccc951f7cf9 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Sat, 22 Oct 2016 23:52:58 -0500 Subject: [PATCH] sddm-breeze: Requires: qt5-qtgraphicaleffects (kde#371493) --- plasma-workspace.spec | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/plasma-workspace.spec b/plasma-workspace.spec index 15a73c7..c0469d9 100644 --- a/plasma-workspace.spec +++ b/plasma-workspace.spec @@ -7,7 +7,7 @@ Name: plasma-workspace Summary: Plasma workspace, applications and applets Version: 5.8.2 -Release: 2%{?dist} +Release: 3%{?dist} License: GPLv2+ URL: https://quickgit.kde.org/?p=%{name}.git @@ -377,6 +377,9 @@ Summary: SDDM breeze theme # upgrade path, when sddm-breeze was split out Obsoletes: plasma-workspace < 5.3.2-8 Requires: kf5-plasma +# Background.qml:import QtGraphicalEffects 1.0 +# see also https://bugs.kde.org/show_bug.cgi?id=371493 +Requires: qt5-graphicaleffects # QML imports: # org.kde.plasma.workspace.components # org.kde.plasma.workspace.keyboardlayout @@ -706,6 +709,9 @@ fi %changelog +* Sat Oct 22 2016 Rex Dieter - 5.8.2-3 +- sddm-breeze: Requires: qt5-qtgraphicaleffects (kde#371493) + * Fri Oct 21 2016 Rex Dieter - 5.8.2-2 - backport candidate systray-icon cpu fix from master (kde#356479)