summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2019-12-23 00:39:43 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2019-12-24 21:39:38 +0100
commit1784c6ddd3e4296a181e39776cfb147f1c46e14d (patch)
tree451a416f6e7aca641a352038e3e6ccb475ec39f4 /kde-plasma/kwin/files
parentdev-util/gtk-update-icon-cache: stable 3.24.11 for hppa, bug #702260 (diff)
downloadgentoo-1784c6ddd3e4296a181e39776cfb147f1c46e14d.tar.gz
gentoo-1784c6ddd3e4296a181e39776cfb147f1c46e14d.tar.bz2
gentoo-1784c6ddd3e4296a181e39776cfb147f1c46e14d.zip
kde-plasma: Drop KDE Plasma 5.16.5
Package-Manager: Portage-2.3.82, Repoman-2.3.20 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-plasma/kwin/files')
-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 81db399f6b5b..000000000000
--- 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()
- }