From c1bff81477b5d771450f8da32791d1103e988e58 Mon Sep 17 00:00:00 2001 From: John Date: Mon, 17 Jan 2022 23:58:30 +0100 Subject: [PATCH] plasma-workspace: update to 5.24.1 closes #35500 --- .../patches/fix-krunner-cwd.patch | 31 +++++++++++++++++++ srcpkgs/plasma-workspace/template | 4 +-- 2 files changed, 33 insertions(+), 2 deletions(-) create mode 100644 srcpkgs/plasma-workspace/patches/fix-krunner-cwd.patch diff --git a/srcpkgs/plasma-workspace/patches/fix-krunner-cwd.patch b/srcpkgs/plasma-workspace/patches/fix-krunner-cwd.patch new file mode 100644 index 0000000000..82c010859b --- /dev/null +++ b/srcpkgs/plasma-workspace/patches/fix-krunner-cwd.patch @@ -0,0 +1,31 @@ +Commit 7ca34e0baa7fa65efc929eee5b6b0c3d2104db8e already reverted one +change that caused the cwd of all apps spawned by krunner to +erroneously be set to the root dir. + +That regressions is back so it's more robust to fix in within krunner. + +Signed-off-by: Andrea Arcangeli +--- + krunner/main.cpp | 2 ++ + 1 file changed, 2 insertions(+) + +diff --git a/krunner/main.cpp b/krunner/main.cpp +index 4593687ca..fa4a62ac4 100644 +--- a/krunner/main.cpp ++++ b/krunner/main.cpp +@@ -12,6 +12,7 @@ + #include + #include + #include ++#include + #include + #include + #include +@@ -112,5 +113,6 @@ int main(int argc, char **argv) + } + }); + ++ QDir::setCurrent(QDir::homePath()); + return app.exec(); + } + diff --git a/srcpkgs/plasma-workspace/template b/srcpkgs/plasma-workspace/template index 373f0e7f5e..9f0260dec0 100644 --- a/srcpkgs/plasma-workspace/template +++ b/srcpkgs/plasma-workspace/template @@ -1,6 +1,6 @@ # Template file for 'plasma-workspace' pkgname=plasma-workspace -version=5.23.5 +version=5.24.1 revision=1 build_style=cmake configure_args="-DBUILD_TESTING=OFF @@ -23,7 +23,7 @@ maintainer="John " license="GPL-2.0-or-later, GFDL-1.2-or-later, LGPL-2.1-or-later" homepage="https://invent.kde.org/plasma/plasma-workspace" distfiles="${KDE_SITE}/plasma/${version}/${pkgname}-${version}.tar.xz" -checksum=2ebee6ab2f10cabc350e0f75a0d8462ae0b7616a795d078f6bb5765396052575 +checksum=c79627fed9430c84502ed6917b91372423955ce5ce32abba409350de7b2d8f27 build_options="pipewire" build_options_default="pipewire"