[neon/neon-packaging/mauikit-calendar/Neon/release] debian/patches: backport upstream patch til new tarball
Carlos De Maine
null at kde.org
Mon Sep 16 06:23:39 BST 2024
Git commit 5ac2e9cc379138a56cc3db7e452efc79d4edfd48 by Carlos De Maine.
Committed on 16/09/2024 at 05:23.
Pushed by carlosdem into branch 'Neon/release'.
backport upstream patch til new tarball
A +23 -0 debian/patches/future_relations.patch
A +1 -0 debian/patches/series
https://invent.kde.org/neon/neon-packaging/mauikit-calendar/-/commit/5ac2e9cc379138a56cc3db7e452efc79d4edfd48
diff --git a/debian/patches/future_relations.patch b/debian/patches/future_relations.patch
new file mode 100644
index 0000000..5eeaefb
--- /dev/null
+++ b/debian/patches/future_relations.patch
@@ -0,0 +1,23 @@
+From a49286359d4bbcd2fd3b821507a3611b4d87aec4 Mon Sep 17 00:00:00 2001
+From: Camilo Higuita <chiguitar at unal.edu.co>
+Date: Mon, 9 Sep 2024 10:00:51 -0500
+Subject: [PATCH] remove reference to setFetchRelations
+
+---
+ src/code/incidencewrapper.cpp | 1 -
+ 1 file changed, 1 deletion(-)
+
+diff --git a/src/code/incidencewrapper.cpp b/src/code/incidencewrapper.cpp
+index f5232f7..55c70f2 100644
+--- a/src/code/incidencewrapper.cpp
++++ b/src/code/incidencewrapper.cpp
+@@ -36,7 +36,6 @@ IncidenceWrapper::IncidenceWrapper(QObject *parent)
+ Akonadi::ItemFetchScope scope;
+ scope.fetchFullPayload();
+ scope.fetchAllAttributes();
+- scope.setFetchRelations(true);
+ scope.setAncestorRetrieval(Akonadi::ItemFetchScope::Parent);
+ setFetchScope(scope);
+
+--
+GitLab
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..e44f0fb
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+future_relations.patch
More information about the Neon-commits
mailing list