summaryrefslogtreecommitdiffstats
path: root/source/kde/kde/patch
diff options
context:
space:
mode:
Diffstat (limited to 'source/kde/kde/patch')
-rw-r--r--source/kde/kde/patch/digikam.patch1
-rw-r--r--source/kde/kde/patch/digikam/akonadi-22.04.patch12
2 files changed, 0 insertions, 13 deletions
diff --git a/source/kde/kde/patch/digikam.patch b/source/kde/kde/patch/digikam.patch
deleted file mode 100644
index d49c194e9..000000000
--- a/source/kde/kde/patch/digikam.patch
+++ /dev/null
@@ -1 +0,0 @@
-cat $CWD/patch/digikam/akonadi-22.04.patch | patch -p1 --verbose || { touch ${SLACK_KDE_BUILD_DIR}/${PKGNAME}.failed ; continue ; }
diff --git a/source/kde/kde/patch/digikam/akonadi-22.04.patch b/source/kde/kde/patch/digikam/akonadi-22.04.patch
deleted file mode 100644
index 74ffe1674..000000000
--- a/source/kde/kde/patch/digikam/akonadi-22.04.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-diff --git a/core/cmake/rules/RulesKDEFramework.cmake b/core/cmake/rules/RulesKDEFramework.cmake
-index 4cb33d2f9e..610033425c 100644
---- a/core/cmake/rules/RulesKDEFramework.cmake
-+++ b/core/cmake/rules/RulesKDEFramework.cmake
-@@ -39,6 +39,7 @@ if(ENABLE_AKONADICONTACTSUPPORT)
-
- find_package(KF5 ${AKONADI_MIN_VERSION} QUIET
- OPTIONAL_COMPONENTS
-+ Akonadi
- AkonadiContact # For KDE Mail Contacts support.
- Contacts # API for contacts/address book data.
- )