summaryrefslogtreecommitdiffstats
path: root/source/kde/kde
diff options
context:
space:
mode:
Diffstat (limited to 'source/kde/kde')
-rw-r--r--source/kde/kde/build/kwin2
-rw-r--r--source/kde/kde/build/plasma-workspace2
-rw-r--r--source/kde/kde/patch/kwin.patch2
-rw-r--r--source/kde/kde/patch/kwin/kwin.wayland.stream.diff12
4 files changed, 2 insertions, 16 deletions
diff --git a/source/kde/kde/build/kwin b/source/kde/kde/build/kwin
index 0cfbf0888..d00491fd7 100644
--- a/source/kde/kde/build/kwin
+++ b/source/kde/kde/build/kwin
@@ -1 +1 @@
-2
+1
diff --git a/source/kde/kde/build/plasma-workspace b/source/kde/kde/build/plasma-workspace
index 0cfbf0888..d00491fd7 100644
--- a/source/kde/kde/build/plasma-workspace
+++ b/source/kde/kde/build/plasma-workspace
@@ -1 +1 @@
-2
+1
diff --git a/source/kde/kde/patch/kwin.patch b/source/kde/kde/patch/kwin.patch
deleted file mode 100644
index c2063e72e..000000000
--- a/source/kde/kde/patch/kwin.patch
+++ /dev/null
@@ -1,2 +0,0 @@
-# delay deletion of wayland streams:
-cat $CWD/patch/kwin/kwin.wayland.stream.diff | patch -p1 --verbose || { touch ${SLACK_KDE_BUILD_DIR}/${PKGNAME}.failed ; continue ; }
diff --git a/source/kde/kde/patch/kwin/kwin.wayland.stream.diff b/source/kde/kde/patch/kwin/kwin.wayland.stream.diff
deleted file mode 100644
index e5c368823..000000000
--- a/source/kde/kde/patch/kwin/kwin.wayland.stream.diff
+++ /dev/null
@@ -1,12 +0,0 @@
-diff -urN kwin-5.21.4.orig/plugins/screencast/screencastmanager.cpp kwin-5.21.4/plugins/screencast/screencastmanager.cpp
---- kwin-5.21.4.orig/plugins/screencast/screencastmanager.cpp 2021-04-06 15:27:01.000000000 +0300
-+++ kwin-5.21.4/plugins/screencast/screencastmanager.cpp 2021-04-19 10:58:00.395022083 +0300
-@@ -131,7 +131,7 @@
- connect(waylandStream, &KWaylandServer::ScreencastStreamV1Interface::finished, stream, &PipeWireStream::stop);
- connect(stream, &PipeWireStream::stopStreaming, waylandStream, [stream, waylandStream] {
- waylandStream->sendClosed();
-- delete stream;
-+ stream->deleteLater();
- });
- connect(stream, &PipeWireStream::streamReady, stream, [waylandStream] (uint nodeid) {
- waylandStream->sendCreated(nodeid);