aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2023-02-25 09:39:48 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2023-02-25 09:39:48 +0100
commitb6165314763d7752c05eb0b4cc3b6bd0b3941fc9 (patch)
tree945e330222fa1bc21073efac1c38cc0a52bb5357 /kde-plasma/kwin
parentkde-apps/kajongg: Upstream switched from PyQt5 to QtPy (diff)
downloadkde-b6165314763d7752c05eb0b4cc3b6bd0b3941fc9.tar.gz
kde-b6165314763d7752c05eb0b4cc3b6bd0b3941fc9.tar.bz2
kde-b6165314763d7752c05eb0b4cc3b6bd0b3941fc9.zip
kde-plasma/kwin: Drop obsolete patch
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-plasma/kwin')
-rw-r--r--kde-plasma/kwin/files/kwin-5.21.80-gstreamer-optional.patch25
1 files changed, 0 insertions, 25 deletions
diff --git a/kde-plasma/kwin/files/kwin-5.21.80-gstreamer-optional.patch b/kde-plasma/kwin/files/kwin-5.21.80-gstreamer-optional.patch
deleted file mode 100644
index 15936e6dd3..0000000000
--- a/kde-plasma/kwin/files/kwin-5.21.80-gstreamer-optional.patch
+++ /dev/null
@@ -1,25 +0,0 @@
-From b5b277996322b0a37ed8a9443724183b82800e81 Mon Sep 17 00:00:00 2001
-From: Andreas Sturmlechner <andreas.sturmlechner@gmail.com>
-Date: Tue, 6 Aug 2019 22:36:44 +0200
-Subject: [PATCH] Disable the effect video button if gstreamer is missing
-
----
- kcmkwin/kwineffects/package/contents/ui/Effect.qml | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/kcmkwin/kwineffects/package/contents/ui/Effect.qml b/kcmkwin/kwineffects/package/contents/ui/Effect.qml
-index 71dbc5935..86ddf40b3 100644
---- a/src/kcmkwin/kwineffects/package/contents/ui/Effect.qml
-+++ b/src/kcmkwin/kwineffects/package/contents/ui/Effect.qml
-@@ -112,7 +112,7 @@ Kirigami.SwipeListItem {
- }
- actions: [
- Kirigami.Action {
-- visible: model.VideoRole.toString() !== ""
-+ visible: false
- icon.name: "videoclip-amarok"
- tooltip: i18nc("@info:tooltip", "Show/Hide Video")
- onTriggered: videoItem.showHide()
---
-2.22.0
-