Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/kde:master commit in: kde-plasma/kwin/files/
Date: Tue, 17 Sep 2019 15:40:36
Message-Id: 1568734753.bc0b3df24ca5c74ea7cdf3cbd25914a3d46a0423.asturm@gentoo
1 commit: bc0b3df24ca5c74ea7cdf3cbd25914a3d46a0423
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Tue Sep 17 15:39:13 2019 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Tue Sep 17 15:39:13 2019 +0000
6 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=bc0b3df2
7
8 kde-plasma/kwin: Drop unused patch
9
10 Package-Manager: Portage-2.3.76, Repoman-2.3.17
11 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
12
13 kde-plasma/kwin/files/kwin-5.15.80-gstreamer-optional.patch | 13 -------------
14 1 file changed, 13 deletions(-)
15
16 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
17 deleted file mode 100644
18 index 81db399f6b..0000000000
19 --- a/kde-plasma/kwin/files/kwin-5.15.80-gstreamer-optional.patch
20 +++ /dev/null
21 @@ -1,13 +0,0 @@
22 -Disable the effect video button if gstreamer is missing.
23 -
24 ---- a/kcmkwin/kwineffects/package/contents/ui/Effect.qml 2019-03-22 23:06:45.172699544 +0100
25 -+++ b/kcmkwin/kwineffects/package/contents/ui/Effect.qml 2019-03-22 23:07:30.435043637 +0100
26 -@@ -111,7 +111,7 @@
27 -
28 - QtControls.Button {
29 - icon.name: "video"
30 -- visible: model.VideoRole.toString() !== ""
31 -+ visible: false
32 -
33 - onClicked: videoItem.showHide()
34 - }