- Remove Requires again, backport import removal
* remove-sddm-graphicaleffects-dep.patch OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/plasma5-workspace?expand=0&rev=268
This commit is contained in:
parent
3fc9fbbf7f
commit
b6da0eabae
@ -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
|
Sat Oct 22 19:27:37 UTC 2016 - fabian@ritter-vogt.de
|
||||||
|
|
||||||
|
@ -42,6 +42,8 @@ Patch3: add-tray-icon-cache.patch
|
|||||||
Patch100: keep-wallpaper-aspect-ratio-wallpaper-on-screen-resolution-change.diff
|
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
|
# 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
|
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
|
# PATCHES 201-300 and above are from upstream master/5.9 branch
|
||||||
BuildRequires: breeze5-icons
|
BuildRequires: breeze5-icons
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
@ -141,8 +143,6 @@ Requires: oxygen5-sounds >= %{_plasma5_version}
|
|||||||
%requires_ge plasma-framework-private
|
%requires_ge plasma-framework-private
|
||||||
Requires: kactivities5
|
Requires: kactivities5
|
||||||
Requires: kio-extras5
|
Requires: kio-extras5
|
||||||
# used in the sddm theme
|
|
||||||
Requires: libqt5-qtgraphicaleffects
|
|
||||||
# notifications...
|
# notifications...
|
||||||
Recommends: phonon4qt5-backend
|
Recommends: phonon4qt5-backend
|
||||||
# people should be able to adjust desktop
|
# people should be able to adjust desktop
|
||||||
@ -216,6 +216,7 @@ workspace. Development files.
|
|||||||
%patch3 -p1
|
%patch3 -p1
|
||||||
%patch100 -p1
|
%patch100 -p1
|
||||||
%patch101 -p1
|
%patch101 -p1
|
||||||
|
%patch102 -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%cmake_kf5 -d build -- -DKDE4_COMMON_PAM_SERVICE=xdm -DKDE_DEFAULT_HOME=.kde4 -DCMAKE_INSTALL_LOCALEDIR=%{_kf5_localedir}
|
%cmake_kf5 -d build -- -DKDE4_COMMON_PAM_SERVICE=xdm -DKDE_DEFAULT_HOME=.kde4 -DCMAKE_INSTALL_LOCALEDIR=%{_kf5_localedir}
|
||||||
|
24
remove-sddm-graphicaleffects-dep.patch
Normal file
24
remove-sddm-graphicaleffects-dep.patch
Normal file
@ -0,0 +1,24 @@
|
|||||||
|
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
|
||||||
|
|
Loading…
x
Reference in New Issue
Block a user