[neon/backports-jammy/appstream-jammy2/Neon/unstable] debian/patches: drop patches

Carlos De Maine null at kde.org
Thu Oct 26 02:00:42 BST 2023


Git commit 7fc746052ee54b8a695c5601f3b042e8f35f8ac3 by Carlos De Maine.
Committed on 26/10/2023 at 03:00.
Pushed by carlosdem into branch 'Neon/unstable'.

drop patches

D  +0    -83   debian/patches/0001_qt.diff
D  +0    -1    debian/patches/series

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

diff --git a/debian/patches/0001_qt.diff b/debian/patches/0001_qt.diff
deleted file mode 100644
index 006c293..0000000
--- a/debian/patches/0001_qt.diff
+++ /dev/null
@@ -1,83 +0,0 @@
-diff --git a/qt/component-box.cpp b/qt/component-box.cpp
-index 06ad5dfd..866c22e1 100644
---- a/qt/component-box.cpp
-+++ b/qt/component-box.cpp
-@@ -30,7 +30,7 @@ class AppStream::ComponentBoxData : public QSharedData
- public:
-     ComponentBoxData(ComponentBox::Flags flags)
-     {
--        m_cbox = as_component_box_new(static_cast<AsComponentBoxFlags>(flags.toInt()));
-+        m_cbox = as_component_box_new(static_cast<AsComponentBoxFlags>(flags==int()));
-     }
- 
-     ComponentBoxData(AsComponentBox *cbox)
-diff --git a/qt/pool.cpp b/qt/pool.cpp
-index ec56a109..6f0da4b0 100644
---- a/qt/pool.cpp
-+++ b/qt/pool.cpp
-@@ -24,6 +24,7 @@
- 
- #include <QStringList>
- #include <QUrl>
-+#include <QVariant>
- #include <QLoggingCategory>
- #include "chelpers.h"
- 
-@@ -212,17 +213,17 @@ Pool::Flags Pool::flags() const
- 
- void Pool::setFlags(Pool::Flags flags)
- {
--    as_pool_set_flags(d->pool, (AsPoolFlags) flags.toInt());
-+    as_pool_set_flags(d->pool, (AsPoolFlags) (flags==int()));
- }
- 
- void Pool::addFlags(Pool::Flags flags)
- {
--    as_pool_add_flags(d->pool, (AsPoolFlags) flags.toInt());
-+    as_pool_add_flags(d->pool, (AsPoolFlags) (flags==int()));
- }
- 
- void Pool::removeFlags(Pool::Flags flags)
- {
--    as_pool_remove_flags(d->pool, (AsPoolFlags) flags.toInt());
-+    as_pool_remove_flags(d->pool, (AsPoolFlags) (flags==int()));
- }
- 
- void Pool::resetExtraDataLocations()
-diff --git a/qt/relation.h b/qt/relation.h
-index 6b95777c..87f98087 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"
- 
-diff --git a/qt/release.h b/qt/release.h
-index bd2dc19c..5bfd9fb9 100644
---- a/qt/release.h
-+++ b/qt/release.h
-@@ -25,6 +25,7 @@
- #include <QString>
- #include <QObject>
- #include <QCryptographicHash>
-+#include <optional>
- #include "appstreamqt_export.h"
- 
- struct _AsRelease;
-diff --git a/qt/screenshot.h b/qt/screenshot.h
-index 3208b7c0..e61c9469 100644
---- a/qt/screenshot.h
-+++ b/qt/screenshot.h
-@@ -27,6 +27,7 @@
- 
- #include <QString>
- #include <QList>
-+#include <optional>
- 
- struct _AsScreenshot;
- namespace AppStream
diff --git a/debian/patches/series b/debian/patches/series
deleted file mode 100644
index 8f28c24..0000000
--- a/debian/patches/series
+++ /dev/null
@@ -1 +0,0 @@
-0001_qt.diff


More information about the Neon-commits mailing list