commit plasma5-workspace for openSUSE:Factory
Hello community, here is the log from the commit of package plasma5-workspace for openSUSE:Factory checked in at 2016-10-28 12:26:11 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/plasma5-workspace (Old) and /work/SRC/openSUSE:Factory/.plasma5-workspace.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "plasma5-workspace" Changes: -------- --- /work/SRC/openSUSE:Factory/plasma5-workspace/plasma5-workspace.changes 2016-10-22 13:11:11.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.plasma5-workspace.new/plasma5-workspace.changes 2016-10-28 12:26:12.000000000 +0200 @@ -1,0 +2,11 @@ +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 + +- Add Requires: libqt5-qtgraphicaleffects as used by the sddm theme + +------------------------------------------------------------------- New: ---- remove-sddm-graphicaleffects-dep.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ plasma5-workspace.spec ++++++ --- /var/tmp/diff_new_pack.BgoxNf/_old 2016-10-28 12:26:13.000000000 +0200 +++ /var/tmp/diff_new_pack.BgoxNf/_new 2016-10-28 12:26:13.000000000 +0200 @@ -42,6 +42,8 @@ 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 @@ -136,7 +138,7 @@ Requires: libkscreen2-plugin >= %{_plasma5_version} # boo#912317 Requires: oxygen5-sounds >= %{_plasma5_version} -# hardcode versions of plasma-framework-componets and plasma-framework-private packages, as upstream doesn't keep backwards compability there +# hardcode versions of plasma-framework-components and plasma-framework-private packages, as upstream doesn't keep backwards compability there %requires_ge plasma-framework-components %requires_ge plasma-framework-private Requires: kactivities5 @@ -214,6 +216,7 @@ %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} ++++++ remove-sddm-graphicaleffects-dep.patch ++++++ From: Kai Uwe Broulik <kde@privat.broulik.de> 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
participants (1)
-
root@hilbert.suse.de