summaryrefslogtreecommitdiff
path: root/kde-apps/kdf/files/kdf-23.08.1-cmake.patch
diff options
context:
space:
mode:
Diffstat (limited to 'kde-apps/kdf/files/kdf-23.08.1-cmake.patch')
-rw-r--r--kde-apps/kdf/files/kdf-23.08.1-cmake.patch28
1 files changed, 0 insertions, 28 deletions
diff --git a/kde-apps/kdf/files/kdf-23.08.1-cmake.patch b/kde-apps/kdf/files/kdf-23.08.1-cmake.patch
deleted file mode 100644
index 6ee5fd45b6f3..000000000000
--- a/kde-apps/kdf/files/kdf-23.08.1-cmake.patch
+++ /dev/null
@@ -1,28 +0,0 @@
-From d4379757723826f5bfcd9ab60918b089303a1281 Mon Sep 17 00:00:00 2001
-From: Andreas Sturmlechner <asturm@gentoo.org>
-Date: Thu, 14 Sep 2023 22:11:28 +0200
-Subject: [PATCH] Add missing JobWidgets dependency
-
-KDialogJobUiDelegate being used in src/kwikdisk.cpp
-
-Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
-(cherry picked from commit 18c4fa728d1fc5fbe429965dd252765cc892a117)
----
- CMakeLists.txt | 1 +
- 1 file changed, 1 insertions(+)
-
-diff --git a/CMakeLists.txt b/CMakeLists.txt
-index 113b089..69ae470 100644
---- a/CMakeLists.txt
-+++ b/CMakeLists.txt
-@@ -60,6 +60,7 @@ find_package(KF${KF_MAJOR_VERSION} ${KF_MIN_VERSION} REQUIRED
- CoreAddons
- I18n
- IconThemes
-+ JobWidgets
- KIO
- KCMUtils
- Notifications
---
-2.42.0
-