[pim/korganizer] /: Remove unused (direct) dependecy on KLDAP
Volker Krause <[email protected]>
| Newsgroups | gmane.comp.kde.cvs |
|---|---|
| Message-ID | <[email protected]> |
Git commit 374a84b85d0159c980e4e004b7f002c8609a20a3 by Volker Krause.
Committed on 18/08/2026 at 16:23.
Pushed by winterz into branch 'master'.
Remove unused (direct) dependecy on KLDAP
M +0 -1 .kde-ci.yml
M +0 -2 CMakeLists.txt
M +0 -1 src/CMakeLists.txt
https://invent.kde.org/pim/korganizer/-/commit/374a84b85d0159c980e4e004b7f002c8609a20a3
diff --git a/.kde-ci.yml b/.kde-ci.yml
index 44f1155ea..1ed1c11d1 100644
--- a/.kde-ci.yml
+++ b/.kde-ci.yml
@@ -13,7 +13,6 @@ Dependencies:
'pim/eventviews' : '@same'
'pim/incidenceeditor' : '@same'
'pim/kcalutils' : '@same'
- 'pim/kldap' : '@same'
'pim/kmailtransport' : '@same'
'frameworks/kmime': '@latest-kf6'
'pim/kontactinterface' : '@same'
diff --git a/CMakeLists.txt b/CMakeLists.txt
index a17d7fd0c..f53a07482 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -123,7 +123,6 @@ set(CALENDARUTILS_LIB_VERSION "6.8.40")
set(AKONADICALENDAR_LIB_VERSION "6.8.40")
set(KONTACTINTERFACE_LIB_VERSION "6.8.40")
set(AKONADI_VERSION "6.8.40")
-set(KLDAP_LIB_VERSION "6.8.40")
set(KDEPIM_LIB_VERSION "${PIM_VERSION}")
set(KDEPIM_LIB_SOVERSION "6")
@@ -194,7 +193,6 @@ find_package(KF6CalendarCore ${KF_MIN_VERSION} CONFIG REQUIRED)
find_package(KPim6AkonadiContactWidgets ${AKONADI_CONTACT_VERSION} CONFIG REQUIRED)
find_package(KPim6MailTransport ${KMAILTRANSPORT_LIB_VERSION} CONFIG REQUIRED)
find_package(KPim6CalendarUtils ${CALENDARUTILS_LIB_VERSION} CONFIG REQUIRED)
-find_package(KPim6LdapWidgets ${KLDAP_LIB_VERSION} CONFIG REQUIRED)
find_package(KPim6AkonadiCalendar ${AKONADICALENDAR_LIB_VERSION} CONFIG REQUIRED)
find_package(KPim6KontactInterface ${KONTACTINTERFACE_LIB_VERSION} CONFIG REQUIRED)
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index 58e1abfb8..c6644fac3 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -480,7 +480,6 @@ target_link_libraries(
KF6::Mime
KPim6::IdentityManagementCore
KF6::KCMUtils
- KPim6::LdapWidgets
KPim6::AkonadiWidgets
KPim6::MailTransport
KF6::IconThemes