[neon/extras/kmymoney/Neon/unstable] debian/patches: remove patch in branch

Jonathan Esk-Riddell null at kde.org
Tue Aug 9 13:04:33 BST 2022


Git commit a1fde757311305467244e0dce67cfedebe4d2810 by Jonathan Esk-Riddell.
Committed on 09/08/2022 at 12:04.
Pushed by jriddell into branch 'Neon/unstable'.

remove patch in branch

D  +0    -32   debian/patches/akonadi-paths.diff
D  +0    -1    debian/patches/series

https://invent.kde.org/neon/extras/kmymoney/commit/a1fde757311305467244e0dce67cfedebe4d2810

diff --git a/debian/patches/akonadi-paths.diff b/debian/patches/akonadi-paths.diff
deleted file mode 100644
index 7dc0f84..0000000
--- a/debian/patches/akonadi-paths.diff
+++ /dev/null
@@ -1,32 +0,0 @@
-commit a06d2fe154f755c3af1e7f261cd631929b9da998
-Author: Ömer Fadıl USTA <omerusta at gmail.com>
-Date:   Sat Oct 2 22:16:06 2021 +0300
-
-    Fix Compile for Newer Akonadi Builds
-
-diff --git a/kmymoney/mymoney/mymoneycontact.cpp b/kmymoney/mymoney/mymoneycontact.cpp
-index acc3575ef..a32357290 100644
---- a/kmymoney/mymoney/mymoneycontact.cpp
-+++ b/kmymoney/mymoney/mymoneycontact.cpp
-@@ -8,11 +8,20 @@
- #include "mymoneycontact.h"
- 
- #ifdef ENABLE_ADDRESSBOOK
--#include <KIdentityManagement/IdentityManager>
- #include <KIdentityManagement/Identity>
-+#include <KIdentityManagement/IdentityManager>
-+#include <akonadi_version.h>
-+
-+#if AKONADI_VERSION >= QT_VERSION_CHECK(5, 18, 41)
-+#include <Akonadi/Collection>
-+#include <Akonadi/ItemFetchScope>
-+#include <Akonadi/RecursiveItemFetchJob>
-+#else
- #include <AkonadiCore/RecursiveItemFetchJob>
- #include <AkonadiCore/ItemFetchScope>
- #include <AkonadiCore/Collection>
-+#endif
-+
- #include <KContacts/Addressee>
- #include <QRegularExpression>
- #endif
diff --git a/debian/patches/series b/debian/patches/series
deleted file mode 100644
index 65e82a6..0000000
--- a/debian/patches/series
+++ /dev/null
@@ -1 +0,0 @@
-akonadi-paths.diff


More information about the Neon-commits mailing list