aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2023-12-09 16:27:16 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2023-12-09 16:28:12 +0100
commit15556e54516373e3c56d2729c273d2768d5bbf1e (patch)
treea6b9a380f6c0e9d10fb8bdf451c8603e978ea2d9 /kde-plasma/kwin
parentkde-apps/kio-extras: Disable finding system KDSoapWSDiscoveryClient (diff)
downloadkde-15556e54516373e3c56d2729c273d2768d5bbf1e.tar.gz
kde-15556e54516373e3c56d2729c273d2768d5bbf1e.tar.bz2
kde-15556e54516373e3c56d2729c273d2768d5bbf1e.zip
kde-plasma/kwin: Rebase gstreamer-optional.patch on top of HEAD
Broken by upstream commit a26e66be4bd42fabdc42ef88690012cc0ae26744 Closes: https://bugs.gentoo.org/919441 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-plasma/kwin')
-rw-r--r--kde-plasma/kwin/files/kwin-5.90.90-gstreamer-optional.patch (renamed from kde-plasma/kwin/files/kwin-5.90.0-gstreamer-optional.patch)14
-rw-r--r--kde-plasma/kwin/kwin-9999.ebuild2
2 files changed, 8 insertions, 8 deletions
diff --git a/kde-plasma/kwin/files/kwin-5.90.0-gstreamer-optional.patch b/kde-plasma/kwin/files/kwin-5.90.90-gstreamer-optional.patch
index a6cd6729a1..dfd544af00 100644
--- a/kde-plasma/kwin/files/kwin-5.90.0-gstreamer-optional.patch
+++ b/kde-plasma/kwin/files/kwin-5.90.90-gstreamer-optional.patch
@@ -1,4 +1,4 @@
-From a6eec8e984aa97110a9cad22121fc4e88d3f12ba Mon Sep 17 00:00:00 2001
+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
@@ -8,18 +8,18 @@ Subject: [PATCH] Disable the effect video button if gstreamer is missing
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/kcms/effects/ui/Effect.qml b/src/kcms/effects/ui/Effect.qml
-index c973afb941..b083d3ac22 100644
+index e4a7daca7e..23d32e63a1 100644
--- a/src/kcms/effects/ui/Effect.qml
+++ b/src/kcms/effects/ui/Effect.qml
-@@ -122,7 +122,7 @@ Kirigami.SwipeListItem {
+@@ -120,7 +120,7 @@ QQC2.ItemDelegate {
+ }
- actions: [
- Kirigami.Action {
+ QQC2.ToolButton {
- visible: model.VideoRole.toString() !== ""
+ visible: false
icon.name: "videoclip-amarok"
- tooltip: i18nc("@info:tooltip", "Show/Hide Video")
- onTriggered: videoItem.showHide()
+ text: i18nc("@info:tooltip", "Show/Hide Video")
+ display: QQC2.AbstractButton.IconOnly
--
2.43.0
diff --git a/kde-plasma/kwin/kwin-9999.ebuild b/kde-plasma/kwin/kwin-9999.ebuild
index 62b4ce6f41..97f18c92f9 100644
--- a/kde-plasma/kwin/kwin-9999.ebuild
+++ b/kde-plasma/kwin/kwin-9999.ebuild
@@ -98,7 +98,7 @@ PDEPEND=">=kde-plasma/kde-cli-tools-${PVCUT}:*"
src_prepare() {
ecm_src_prepare
- use multimedia || eapply "${FILESDIR}/${PN}-5.90.0-gstreamer-optional.patch"
+ use multimedia || eapply "${FILESDIR}/${PN}-5.90.90-gstreamer-optional.patch"
# TODO: try to get a build switch upstreamed
if ! use screencast; then