summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2018-12-01 19:15:21 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2018-12-01 20:20:32 +0100
commite20e8fd60228502d41b0cee117f8792f8829c161 (patch)
tree7a8a1bc18288f2e94dc9a581fe0364bf83aca343 /kde-plasma/plasma-workspace/files
parentprofiles: net-vpn/strongswan: don't enable padlock on amd64 (diff)
downloadgentoo-e20e8fd60228502d41b0cee117f8792f8829c161.tar.gz
gentoo-e20e8fd60228502d41b0cee117f8792f8829c161.tar.bz2
gentoo-e20e8fd60228502d41b0cee117f8792f8829c161.zip
kde-plasma: Drop KDE Plasma 5.13.5
Package-Manager: Portage-2.3.52, Repoman-2.3.12 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-plasma/plasma-workspace/files')
-rw-r--r--kde-plasma/plasma-workspace/files/plasma-workspace-5.10.4-unused-dep.patch19
-rw-r--r--kde-plasma/plasma-workspace/files/plasma-workspace-5.13.5-double-positions.patch31
2 files changed, 0 insertions, 50 deletions
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 <andreas.sturmlechner@gmail.com>
-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 <arsenarsentmc@outlook.com>
-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