summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlfred Wingate <parona@protonmail.com>2023-12-29 03:12:46 +0200
committerSam James <sam@gentoo.org>2023-12-29 01:15:54 +0000
commit580d2472e6ab26fe76ec66fc71421f7f985fee4a (patch)
tree35ca4979756d8342e8dda57f85a03f5f72ce1cc0 /kde-plasma
parentapp-text/sword: Keyword 1.9.0-r1 arm64, #920865 (diff)
downloadgentoo-580d2472e6ab26fe76ec66fc71421f7f985fee4a.tar.gz
gentoo-580d2472e6ab26fe76ec66fc71421f7f985fee4a.tar.bz2
gentoo-580d2472e6ab26fe76ec66fc71421f7f985fee4a.zip
kde-plasma/kwin: add missing patch for 5.91.0
Signed-off-by: Alfred Wingate <parona@protonmail.com> Closes: https://github.com/gentoo/gentoo/pull/34527 Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'kde-plasma')
-rw-r--r--kde-plasma/kwin/files/kwin-5.90.90-gstreamer-optional.patch25
1 files changed, 25 insertions, 0 deletions
diff --git a/kde-plasma/kwin/files/kwin-5.90.90-gstreamer-optional.patch b/kde-plasma/kwin/files/kwin-5.90.90-gstreamer-optional.patch
new file mode 100644
index 000000000000..dfd544af0058
--- /dev/null
+++ b/kde-plasma/kwin/files/kwin-5.90.90-gstreamer-optional.patch
@@ -0,0 +1,25 @@
+From 3b851958984a2028780ee6078004690ca2b0723b 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
+
+---
+ src/kcms/effects/ui/Effect.qml | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/src/kcms/effects/ui/Effect.qml b/src/kcms/effects/ui/Effect.qml
+index e4a7daca7e..23d32e63a1 100644
+--- a/src/kcms/effects/ui/Effect.qml
++++ b/src/kcms/effects/ui/Effect.qml
+@@ -120,7 +120,7 @@ QQC2.ItemDelegate {
+ }
+
+ QQC2.ToolButton {
+- visible: model.VideoRole.toString() !== ""
++ visible: false
+ icon.name: "videoclip-amarok"
+ text: i18nc("@info:tooltip", "Show/Hide Video")
+ display: QQC2.AbstractButton.IconOnly
+--
+2.43.0
+