From 4b70b249bd1fe7302633ca0b4f7abd22dd269d02 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Tue, 31 Jan 2023 03:00:52 +0000 Subject: gentoo auto-resync : 31:01:2023 - 03:00:52 --- ...o-5.102.0-add-missing-webdav-copyFromFile.patch | 36 ++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 kde-frameworks/kio/files/kio-5.102.0-add-missing-webdav-copyFromFile.patch (limited to 'kde-frameworks/kio/files') diff --git a/kde-frameworks/kio/files/kio-5.102.0-add-missing-webdav-copyFromFile.patch b/kde-frameworks/kio/files/kio-5.102.0-add-missing-webdav-copyFromFile.patch new file mode 100644 index 000000000000..afdca9c1ec5d --- /dev/null +++ b/kde-frameworks/kio/files/kio-5.102.0-add-missing-webdav-copyFromFile.patch @@ -0,0 +1,36 @@ +From fe76c7e7224bde6a93e327de097c8a1e14c7d323 Mon Sep 17 00:00:00 2001 +From: Alberto Mattea +Date: Thu, 26 Jan 2023 13:19:27 +0100 +Subject: [PATCH] Add missing copyFromFile entries to http.json for webdav and + webdavs + +copyFromFile support was already implemented but not enabled due to the missing entries. + +BUG: 464450 +--- + src/kioworkers/http/http.json | 2 ++ + 1 file changed, 2 insertions(+) + +diff --git a/src/kioworkers/http/http.json b/src/kioworkers/http/http.json +index 42e963c8d..f6c2d55a8 100644 +--- a/src/kioworkers/http/http.json ++++ b/src/kioworkers/http/http.json +@@ -35,6 +35,7 @@ + "Class": ":internet", + "Icon": "folder-remote", + "X-DocPath": "kioslave5/webdav/index.html", ++ "copyFromFile": true, + "defaultMimetype": "application/octet-stream", + "deleteRecursive": true, + "deleting": true, +@@ -62,6 +63,7 @@ + "Icon": "folder-remote", + "X-DocPath": "kioslave5/webdav/index.html", + "config": "webdav", ++ "copyFromFile": true, + "defaultMimetype": "application/octet-stream", + "deleteRecursive": true, + "deleting": true, +-- +GitLab + -- cgit v1.2.3