[neon/kde/ark/Neon/release] debian/patches: patch requested by maintainer

Jonathan Riddell null at kde.org
Mon Jul 15 22:05:40 BST 2024


Git commit 1d3f2d2dd432220b0ab01c8ad8ae9171eb8f2187 by Jonathan Riddell.
Committed on 15/07/2024 at 21:04.
Pushed by jriddell into branch 'Neon/release'.

patch requested by maintainer

A  +13   -0    debian/patches/85c5e26f581cf011638a53e62b92e1da8fd55fcd.diff
A  +1    -0    debian/patches/series

https://invent.kde.org/neon/kde/ark/-/commit/1d3f2d2dd432220b0ab01c8ad8ae9171eb8f2187

diff --git a/debian/patches/85c5e26f581cf011638a53e62b92e1da8fd55fcd.diff b/debian/patches/85c5e26f581cf011638a53e62b92e1da8fd55fcd.diff
new file mode 100644
index 0000000..959b215
--- /dev/null
+++ b/debian/patches/85c5e26f581cf011638a53e62b92e1da8fd55fcd.diff
@@ -0,0 +1,13 @@
+diff --git a/kerfuffle/cliinterface.cpp b/kerfuffle/cliinterface.cpp
+index c087e7eb1d3551de99732839fda1ae957e2245b4..2cea00592fcce895fbb8d2a124110fe21a40d4a8 100644
+--- a/kerfuffle/cliinterface.cpp
++++ b/kerfuffle/cliinterface.cpp
+@@ -96,7 +96,7 @@ bool CliInterface::extractFiles(const QList<Archive::Entry *> &files, const QStr
+ 
+     if (useTmpExtractDir) {
+         // Create an hidden temp folder in the current directory.
+-        m_extractTempDir.reset(new QTemporaryDir(QStringLiteral(".%1-").arg(QCoreApplication::applicationName())));
++        m_extractTempDir.reset(new QTemporaryDir(QStringLiteral("%1/.%2-").arg(QDir::currentPath(), QCoreApplication::applicationName())));
+ 
+         qCDebug(ARK_LOG) << "Using temporary extraction dir:" << m_extractTempDir->path();
+         if (!m_extractTempDir->isValid()) {
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..737b5ad
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+85c5e26f581cf011638a53e62b92e1da8fd55fcd.diff



More information about the Neon-commits mailing list