aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2019-09-17 17:39:13 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2019-09-17 17:39:13 +0200
commitbc0b3df24ca5c74ea7cdf3cbd25914a3d46a0423 (patch)
treebf938dea66142a4905fa8d7022cfa8aef6e63f9a /kde-plasma/kwin
parentkde-plasma/plasma-workspace: Drop unused patches (diff)
downloadkde-bc0b3df24ca5c74ea7cdf3cbd25914a3d46a0423.tar.gz
kde-bc0b3df24ca5c74ea7cdf3cbd25914a3d46a0423.tar.bz2
kde-bc0b3df24ca5c74ea7cdf3cbd25914a3d46a0423.zip
kde-plasma/kwin: Drop unused patch
Package-Manager: Portage-2.3.76, Repoman-2.3.17 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-plasma/kwin')
-rw-r--r--kde-plasma/kwin/files/kwin-5.15.80-gstreamer-optional.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/kde-plasma/kwin/files/kwin-5.15.80-gstreamer-optional.patch b/kde-plasma/kwin/files/kwin-5.15.80-gstreamer-optional.patch
deleted file mode 100644
index 81db399f6b..0000000000
--- a/kde-plasma/kwin/files/kwin-5.15.80-gstreamer-optional.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-Disable the effect video button if gstreamer is missing.
-
---- a/kcmkwin/kwineffects/package/contents/ui/Effect.qml 2019-03-22 23:06:45.172699544 +0100
-+++ b/kcmkwin/kwineffects/package/contents/ui/Effect.qml 2019-03-22 23:07:30.435043637 +0100
-@@ -111,7 +111,7 @@
-
- QtControls.Button {
- icon.name: "video"
-- visible: model.VideoRole.toString() !== ""
-+ visible: false
-
- onClicked: videoItem.showHide()
- }