diff --git a/plasma5-workspace.changes b/plasma5-workspace.changes index 122f73c..f9436c2 100644 --- a/plasma5-workspace.changes +++ b/plasma5-workspace.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Sun Oct 23 11:59:55 UTC 2016 - fabian@ritter-vogt.de + +- Remove Requires again, backport import removal + * remove-sddm-graphicaleffects-dep.patch + ------------------------------------------------------------------- Sat Oct 22 19:27:37 UTC 2016 - fabian@ritter-vogt.de diff --git a/plasma5-workspace.spec b/plasma5-workspace.spec index 6308ed6..555f70f 100644 --- a/plasma5-workspace.spec +++ b/plasma5-workspace.spec @@ -42,6 +42,8 @@ Patch3: add-tray-icon-cache.patch Patch100: keep-wallpaper-aspect-ratio-wallpaper-on-screen-resolution-change.diff # PATCH-FIX-UPSTREAM fix-sddm-theme-logic.diff boo#1003742 alarrosa@suse.com -- Fix sddm logic to use avatar list or text entry when usermodel.count is 0 Patch101: fix-sddm-theme-logic.diff +# PATCH-FIX-UPSTREAM remove-sddm-graphicaleffects-dep.patch kde#371493 kde@privat.broulik.de -- Remove unused import QtGraphicalEffects +Patch102: remove-sddm-graphicaleffects-dep.patch # PATCHES 201-300 and above are from upstream master/5.9 branch BuildRequires: breeze5-icons BuildRequires: fdupes @@ -141,8 +143,6 @@ Requires: oxygen5-sounds >= %{_plasma5_version} %requires_ge plasma-framework-private Requires: kactivities5 Requires: kio-extras5 -# used in the sddm theme -Requires: libqt5-qtgraphicaleffects # notifications... Recommends: phonon4qt5-backend # people should be able to adjust desktop @@ -216,6 +216,7 @@ workspace. Development files. %patch3 -p1 %patch100 -p1 %patch101 -p1 +%patch102 -p1 %build %cmake_kf5 -d build -- -DKDE4_COMMON_PAM_SERVICE=xdm -DKDE_DEFAULT_HOME=.kde4 -DCMAKE_INSTALL_LOCALEDIR=%{_kf5_localedir} diff --git a/remove-sddm-graphicaleffects-dep.patch b/remove-sddm-graphicaleffects-dep.patch new file mode 100644 index 0000000..b0a13da --- /dev/null +++ b/remove-sddm-graphicaleffects-dep.patch @@ -0,0 +1,24 @@ +From: Kai Uwe Broulik +Date: Sun, 23 Oct 2016 11:24:00 +0000 +Subject: Remove unused import QtGraphicalEffects +X-Git-Url: http://quickgit.kde.org/?p=plasma-workspace.git&a=commitdiff&h=b61c232722aa80567590ee6dfee655e93e95f7ff +--- +Remove unused import QtGraphicalEffects + +BUG: 371493 +FIXED-IN: 5.8.3 +--- + + +--- a/sddm-theme/Background.qml ++++ b/sddm-theme/Background.qml +@@ -23,8 +23,6 @@ + ***************************************************************************/ + + import QtQuick 2.2 +-import QtGraphicalEffects 1.0 +- + + FocusScope { + property alias source: image.source +