From e20e8fd60228502d41b0cee117f8792f8829c161 Mon Sep 17 00:00:00 2001 From: Andreas Sturmlechner Date: Sat, 1 Dec 2018 19:15:21 +0100 Subject: kde-plasma: Drop KDE Plasma 5.13.5 Package-Manager: Portage-2.3.52, Repoman-2.3.12 Signed-off-by: Andreas Sturmlechner --- .../files/plasma-workspace-5.10.4-unused-dep.patch | 19 ------------- .../plasma-workspace-5.13.5-double-positions.patch | 31 ---------------------- 2 files changed, 50 deletions(-) delete mode 100644 kde-plasma/plasma-workspace/files/plasma-workspace-5.10.4-unused-dep.patch delete mode 100644 kde-plasma/plasma-workspace/files/plasma-workspace-5.13.5-double-positions.patch (limited to 'kde-plasma/plasma-workspace/files') diff --git a/kde-plasma/plasma-workspace/files/plasma-workspace-5.10.4-unused-dep.patch b/kde-plasma/plasma-workspace/files/plasma-workspace-5.10.4-unused-dep.patch deleted file mode 100644 index fa0f38509652..000000000000 --- a/kde-plasma/plasma-workspace/files/plasma-workspace-5.10.4-unused-dep.patch +++ /dev/null @@ -1,19 +0,0 @@ -commit 5a7d251cfbed417a2617945a94427a93cdd2e82d -Author: Andreas Sturmlechner -Date: Thu Jul 27 17:50:17 2017 +0200 - - Drop unused dependency - -diff --git a/CMakeLists.txt b/CMakeLists.txt -index ba61d1cc..ab5536ff 100644 ---- a/CMakeLists.txt -+++ b/CMakeLists.txt -@@ -25,7 +25,7 @@ include(ECMQtDeclareLoggingCategory) - include(KDEPackageAppTemplates) - - find_package(KF5 ${KF5_MIN_VERSION} REQUIRED COMPONENTS -- Plasma DocTools Runner JsEmbed NotifyConfig Su NewStuff Wallet KCMUtils -+ Plasma DocTools Runner JsEmbed NotifyConfig Su NewStuff Wallet - IdleTime Declarative TextWidgets KDELibs4Support Crash GlobalAccel - DBusAddons Wayland) - find_package(KF5NetworkManagerQt ${KF5_MIN_VERSION}) diff --git a/kde-plasma/plasma-workspace/files/plasma-workspace-5.13.5-double-positions.patch b/kde-plasma/plasma-workspace/files/plasma-workspace-5.13.5-double-positions.patch deleted file mode 100644 index 0c294af670aa..000000000000 --- a/kde-plasma/plasma-workspace/files/plasma-workspace-5.13.5-double-positions.patch +++ /dev/null @@ -1,31 +0,0 @@ -From 1bb02b98cfedfd6b51ac8de0c34a5778659433f7 Mon Sep 17 00:00:00 2001 -From: Arsen Arsen -Date: Thu, 6 Sep 2018 10:29:09 +0200 -Subject: [Media Player] Change int to double for positions - -In previous versions of Plasma, media player had an overflow bug in positions, leading to the player resetting to 00:00. -This only affects files longer than around 33 minutes 20 seconds. - -BUG: 397591 -FIXED-IN: 5.12.7 - -Differential Revision: https://phabricator.kde.org/D15311 ---- - applets/mediacontroller/contents/ui/ExpandedRepresentation.qml | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/applets/mediacontroller/contents/ui/ExpandedRepresentation.qml b/applets/mediacontroller/contents/ui/ExpandedRepresentation.qml -index 2922f99..904fe49 100644 ---- a/applets/mediacontroller/contents/ui/ExpandedRepresentation.qml -+++ b/applets/mediacontroller/contents/ui/ExpandedRepresentation.qml -@@ -35,7 +35,7 @@ Item { - - readonly property int controlSize: Math.min(height, width) / 4 - -- property int position: mpris2Source.currentData.Position || 0 -+ property double position: mpris2Source.currentData.Position || 0 - readonly property real rate: mpris2Source.currentData.Rate || 1 - readonly property double length: currentMetadata ? currentMetadata["mpris:length"] || 0 : 0 - --- -cgit v0.11.2 -- cgit v1.2.3-65-gdbad