diff options
| author | Andreas Sturmlechner <asturm@gentoo.org> | 2024-08-09 21:32:25 +0200 |
|---|---|---|
| committer | Andreas Sturmlechner <asturm@gentoo.org> | 2024-08-09 21:36:40 +0200 |
| commit | 97acb699a1eaae66aa45303600a1f3423764e707 (patch) | |
| tree | 3d36e7478146848ba9f704898765b1ee07da5e69 /net-libs/signon-ui/files/signon-ui-0.15_p20171022-webengine-cachedir-path.patch | |
| parent | b949602cf79ec328c99f3945ee4ec4a1947fe3c6 (diff) | |
| download | kde-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.patch | 25 |
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 |
