[neon/kde/frameworkintegration/Neon/unstable] debian/patches: appstreamqt fixes

Carlos De Maine null at kde.org
Thu Sep 14 11:05:10 BST 2023


Git commit 199368b842c9f563e6e182d5ee99a6839146ee8e by Carlos De Maine.
Committed on 14/09/2023 at 12:05.
Pushed by carlosdem into branch 'Neon/unstable'.

appstreamqt fixes

A  +13   -0    debian/patches/0001_appstreamqt
A  +1    -0    debian/patches/series

https://invent.kde.org/neon/kde/frameworkintegration/-/commit/199368b842c9f563e6e182d5ee99a6839146ee8e

diff --git a/debian/patches/0001_appstreamqt b/debian/patches/0001_appstreamqt
new file mode 100644
index 0000000..caf56d1
--- /dev/null
+++ b/debian/patches/0001_appstreamqt
@@ -0,0 +1,13 @@
+diff --git a/CMakeLists.txt b/CMakeLists.txt
+index 7f4b6ae164b9dfa68238570c9a207fdc24637036..deead76e522da51742df0efc3b821be821010f04 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 >=16.0.0)
+ endif()
+ 
+ ecm_set_disabled_deprecation_versions(
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..13a8193
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+0001_appstreamqt
\ No newline at end of file


More information about the Neon-commits mailing list