[neon/kde/frameworkintegration/Neon/release] debian/patches: add patch for newer appstreamqt

Jonathan Esk-Riddell null at kde.org
Wed Jul 19 10:23:57 BST 2023


Git commit a48f5520e2d1956e9c11b9f1b3de47c8757cd646 by Jonathan Esk-Riddell.
Committed on 19/07/2023 at 09:23.
Pushed by jriddell into branch 'Neon/release'.

add patch for newer appstreamqt

A  +13   -0    debian/patches/appstreamqt-1.0.diff
A  +1    -0    debian/patches/series

https://invent.kde.org/neon/kde/frameworkintegration/-/commit/a48f5520e2d1956e9c11b9f1b3de47c8757cd646

diff --git a/debian/patches/appstreamqt-1.0.diff b/debian/patches/appstreamqt-1.0.diff
new file mode 100644
index 0000000..2d7e158
--- /dev/null
+++ b/debian/patches/appstreamqt-1.0.diff
@@ -0,0 +1,13 @@
+diff --git a/CMakeLists.txt b/CMakeLists.txt
+index c4bf0e9..db1030f 100644
+--- a/CMakeLists.txt
++++ b/CMakeLists.txt
+@@ -47,7 +47,7 @@ if (BUILD_KPACKAGE_INSTALL_HANDLERS)
+    find_package(KF5I18n ${KF_DEP_VERSION} REQUIRED)
+ 
+    find_package(packagekitqt${QT_MAJOR_VERSION})
+-   find_package(AppStreamQt 0.10.4)
++   find_package(AppStreamQt 1.0)
+ endif()
+ 
+ ecm_set_disabled_deprecation_versions(
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..2fb9d8d
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+appstreamqt-1.0.diff


More information about the Neon-commits mailing list