[neon/neon-packaging/digikam/Neon/release] debian/patches: fix build with new akonadi namespace

Carlos De Maine null at kde.org
Sat Apr 22 10:34:25 BST 2023


Git commit 7cad6a1880070cc4c0f29266c0d23f3a9c736f9d by Carlos De Maine.
Committed on 22/04/2023 at 09:34.
Pushed by carlosdem into branch 'Neon/release'.

fix build with new akonadi namespace

A  +11   -0    debian/patches/akonadi.diff
A  +1    -0    debian/patches/series

https://invent.kde.org/neon/neon-packaging/digikam/commit/7cad6a1880070cc4c0f29266c0d23f3a9c736f9d

diff --git a/debian/patches/akonadi.diff b/debian/patches/akonadi.diff
new file mode 100644
index 0000000..1a1acd9
--- /dev/null
+++ b/debian/patches/akonadi.diff
@@ -0,0 +1,11 @@
+diff --git a/core/cmake/rules/RulesKDEFramework.cmake b/core/cmake/rules/RulesKDEFramework.cmake
+index 4cb33d2f9e60e1d8c36bffdaec1cb9924603b0aa..610033425cd912ea199d87bad41c34dbce44c535 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.
\ No newline at end of file
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..5770867
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+akonadi.diff
\ No newline at end of file


More information about the Neon-commits mailing list