[neon/backports-jammy/appstream-jammy2/Neon/unstable] debian/patches: add another optional

Carlos De Maine null at kde.org
Fri Sep 29 02:44:10 BST 2023


Git commit ceffd03c99727281dd5ee6f32b1676e0cb6386ae by Carlos De Maine.
Committed on 29/09/2023 at 03:44.
Pushed by carlosdem into branch 'Neon/unstable'.

add another optional

M  +15   -1    debian/patches/0001_qt.diff

https://invent.kde.org/neon/backports-jammy/appstream-jammy2/-/commit/ceffd03c99727281dd5ee6f32b1676e0cb6386ae

diff --git a/debian/patches/0001_qt.diff b/debian/patches/0001_qt.diff
index c0f3b62..f1513f3 100644
--- a/debian/patches/0001_qt.diff
+++ b/debian/patches/0001_qt.diff
@@ -9,4 +9,18 @@ index e377fa21..db008949 100644
 +#include <optional>
  #include "appstreamqt_export.h"
  
- struct _AsRelease;
\ No newline at end of file
+ struct _AsRelease;
+
+ diff --git a/qt/relation.h b/qt/relation.h
+index f36ec833..825d873f 100644
+--- a/qt/relation.h
++++ b/qt/relation.h
+@@ -22,7 +22,7 @@
+ #include <QSharedDataPointer>
+ #include <QString>
+ #include <QObject>
+-
++#include <optional>
+ #include "appstreamqt_export.h"
+ #include "relation-check-result.h"
+ 
\ No newline at end of file


More information about the Neon-commits mailing list