[neon/neon-packaging/mauikit-calendar/Neon/unstable] debian/patches: patchy
Carlos De Maine
null at kde.org
Fri Nov 24 05:14:41 GMT 2023
Git commit c8b1323430a6cbe3587ff2dad9afa6255ad28e83 by Carlos De Maine.
Committed on 24/11/2023 at 06:14.
Pushed by carlosdem into branch 'Neon/unstable'.
patchy
A +39 -0 debian/patches/akonadicontactscore
A +1 -0 debian/patches/series
https://invent.kde.org/neon/neon-packaging/mauikit-calendar/-/commit/c8b1323430a6cbe3587ff2dad9afa6255ad28e83
diff --git a/debian/patches/akonadicontactscore b/debian/patches/akonadicontactscore
new file mode 100644
index 0000000..db5ddf9
--- /dev/null
+++ b/debian/patches/akonadicontactscore
@@ -0,0 +1,39 @@
+diff --git a/CMakeLists.txt b/CMakeLists.txt
+index 8cdc95fecc5a4bc4a35c84c774052edd82f63cf4..697f52a63e578ad0993e5e1e0ba2c1f32083d45c 100644
+--- a/CMakeLists.txt
++++ b/CMakeLists.txt
+@@ -105,7 +105,7 @@ find_package(MauiKit${MAUI_MAJOR_VERSION} ${MAUIKIT_VERSION} REQUIRED)
+
+ find_package(KPim${KF_MAJOR_VERSION}Akonadi ${AKONADI_LIB_VERSION} REQUIRED)
+ find_package(KPim${KF_MAJOR_VERSION}AkonadiCalendar ${AKONADICALENDAR_LIB_VERSION} REQUIRED)
+-find_package(KPim${KF_MAJOR_VERSION}AkonadiContact ${AKONADICONTACT_LIB_VERSION} REQUIRED)
++find_package(KPim${KF_MAJOR_VERSION}AkonadiContactsCore ${AKONADICONTACTSCORE_LIB_VERSION} REQUIRED)
+ find_package(KPim${KF_MAJOR_VERSION}AkonadiMime ${AKONADIMIME_LIB_VERSION} REQUIRED)
+ find_package(KPim${KF_MAJOR_VERSION}CalendarUtils ${CALENDARUTILS_LIB_VERSION} REQUIRED)
+
+diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
+index f1809ce3af2d3cc166c945743dac947e09bd0e01..33ede9672d2751690feed5fc9f5f44a9f3fe18cb 100644
+--- a/src/CMakeLists.txt
++++ b/src/CMakeLists.txt
+@@ -95,7 +95,7 @@ target_link_libraries(
+ # KF5::Contacts
+
+ KF${KF_MAJOR_VERSION}::CalendarCore
+- KF${KF_MAJOR_VERSION}::Contacts
++ KF${KF_MAJOR_VERSION}::ContactsCore
+
+ KPim${KF_MAJOR_VERSION}::AkonadiCore
+ KPim${KF_MAJOR_VERSION}::AkonadiCalendar
+diff --git a/src/code/lib/CMakeLists.txt b/src/code/lib/CMakeLists.txt
+index f185ad0f7234db505724c6901765a2927fab0200..e56b10cf3f1591b66b19de3e9a5be06e1b9942a2 100644
+--- a/src/code/lib/CMakeLists.txt
++++ b/src/code/lib/CMakeLists.txt
+@@ -21,7 +21,7 @@ target_link_libraries(kalendar_lib PUBLIC
+ KF${KF_MAJOR_VERSION}::CoreAddons
+ KF${KF_MAJOR_VERSION}::CalendarCore
+ KF${KF_MAJOR_VERSION}::ConfigWidgets
+- KF${KF_MAJOR_VERSION}::Contacts
++ KF${KF_MAJOR_VERSION}::ContactsCore
+ KF${KF_MAJOR_VERSION}::ItemModels
+
+ KPim${KF_MAJOR_VERSION}::AkonadiCore
\ No newline at end of file
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..58b03df
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+akonadicontactscore
\ No newline at end of file
More information about the Neon-commits
mailing list