[neon/neon-packaging/mauikit-imagetools/Neon/unstable] debian/patches: patch it out

Carlos De Maine null at kde.org
Fri Nov 24 04:58:02 GMT 2023


Git commit a5f82d98947019add6b358cbec06afce87c75d1d by Carlos De Maine.
Committed on 24/11/2023 at 05:58.
Pushed by carlosdem into branch 'Neon/unstable'.

patch it out

A  +13   -0    debian/patches/fix_qt6_build
A  +1    -0    debian/patches/series

https://invent.kde.org/neon/neon-packaging/mauikit-imagetools/-/commit/a5f82d98947019add6b358cbec06afce87c75d1d

diff --git a/debian/patches/fix_qt6_build b/debian/patches/fix_qt6_build
new file mode 100644
index 0000000..a786af1
--- /dev/null
+++ b/debian/patches/fix_qt6_build
@@ -0,0 +1,13 @@
+diff --git a/src/code/picinfomodel.h b/src/code/picinfomodel.h
+index 91926f9621233941e61b1d8a426fc884e0b2fc5c..bef8293c1f397e435a0607bc884dcd39103835cc 100644
+--- a/src/code/picinfomodel.h
++++ b/src/code/picinfomodel.h
+@@ -8,7 +8,7 @@
+ #include <QAbstractListModel>
+ #include <QObject>
+ 
+-#include <MauiKit3/Core/mauilist.h>
++#include <MauiKit4/Core/mauilist.h>
+ 
+ #include <QFileInfo>
+ 
\ No newline at end of file
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..05f2830
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+fix_qt6_build


More information about the Neon-commits mailing list