summaryrefslogtreecommitdiff
path: root/net-libs/signon-ui/files/signon-ui-0.15_p20171022-webengine-cachedir-path.patch
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2024-08-09 21:32:25 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2024-08-09 21:36:40 +0200
commit97acb699a1eaae66aa45303600a1f3423764e707 (patch)
tree3d36e7478146848ba9f704898765b1ee07da5e69 /net-libs/signon-ui/files/signon-ui-0.15_p20171022-webengine-cachedir-path.patch
parentb949602cf79ec328c99f3945ee4ec4a1947fe3c6 (diff)
downloadkde-97acb699a1eaae66aa45303600a1f3423764e707.tar.gz
kde-97acb699a1eaae66aa45303600a1f3423764e707.tar.bz2
kde-97acb699a1eaae66aa45303600a1f3423764e707.zip
net-libs/signon-ui: treeclean
Served its purpose for in-overlay KF6 porting. No need for a stale live ebuild accumulating dust. Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'net-libs/signon-ui/files/signon-ui-0.15_p20171022-webengine-cachedir-path.patch')
-rw-r--r--net-libs/signon-ui/files/signon-ui-0.15_p20171022-webengine-cachedir-path.patch25
1 files changed, 0 insertions, 25 deletions
diff --git a/net-libs/signon-ui/files/signon-ui-0.15_p20171022-webengine-cachedir-path.patch b/net-libs/signon-ui/files/signon-ui-0.15_p20171022-webengine-cachedir-path.patch
deleted file mode 100644
index 3a056484acd..00000000000
--- a/net-libs/signon-ui/files/signon-ui-0.15_p20171022-webengine-cachedir-path.patch
+++ /dev/null
@@ -1,25 +0,0 @@
-From e155e6e70ce7a6c52837688b570e8020faac5496 Mon Sep 17 00:00:00 2001
-From: Fabian Vogt <fabian@ritter-vogt.de>
-Date: Sat, 8 Sep 2018 18:58:42 +0200
-Subject: [PATCH] Fix WebEngine cache directory path
-
-Otherwise the URL is treated as a path, which results in a folder "file:" in ~.
----
- src/browser-request.cpp | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/src/browser-request.cpp b/src/browser-request.cpp
-index 146bec8..1895d59 100644
---- a/src/browser-request.cpp
-+++ b/src/browser-request.cpp
-@@ -132,7 +132,7 @@ void BrowserRequestPrivate::start()
-
- m_dialog->rootContext()->setContextProperty("request", this);
- m_dialog->rootContext()->setContextProperty("rootDir",
-- QUrl::fromLocalFile(rootDir.absolutePath()));
-+ rootDir.absolutePath());
- m_dialog->setSource(webview);
- }
-
---
-2.18.0