[neon/kde/plasma-discover/Neon/unstable] debian/patches: add temp patch for appstreamqt6

Carlos De Maine null at kde.org
Thu Sep 14 09:19:06 BST 2023


Git commit 2401777dae0bcf90f0f17b2dcb340c08ae1143f5 by Carlos De Maine.
Committed on 14/09/2023 at 10:19.
Pushed by carlosdem into branch 'Neon/unstable'.

add temp patch for appstreamqt6

A  +22   -0    debian/patches/0001_appstreamqt6
A  +1    -0    debian/patches/series

https://invent.kde.org/neon/kde/plasma-discover/-/commit/2401777dae0bcf90f0f17b2dcb340c08ae1143f5

diff --git a/debian/patches/0001_appstreamqt6 b/debian/patches/0001_appstreamqt6
new file mode 100644
index 0000000..161835e
--- /dev/null
+++ b/debian/patches/0001_appstreamqt6
@@ -0,0 +1,22 @@
+diff --git a/CMakeLists.txt b/CMakeLists.txt
+index 7a817c523f7384cae0cd598c02ec6311e81fda00..b4f07e06c544bc7e581a5343fb09886096477183 100644
+--- a/CMakeLists.txt
++++ b/CMakeLists.txt
+@@ -31,7 +31,7 @@ find_package(KF6 ${KF6_MIN_VERSION} REQUIRED CoreAddons Config Crash DBusAddons
+ find_package(KF6Kirigami2 2.7.0)
+ 
+ find_package(packagekitqt6 1.0.1 CONFIG)
+-find_package(AppStreamQt 1.0 CONFIG REQUIRED)
++find_package(AppStreamQt6 1.0 CONFIG REQUIRED)
+ find_package(KF6Attica 5.23 CONFIG)
+ find_package(KF6NewStuff 5.53 CONFIG)
+ 
+@@ -86,7 +86,7 @@ set_package_properties(packagekitqt6 PROPERTIES
+     URL "https://www.freedesktop.org/software/PackageKit/"
+     PURPOSE "Required to build the PackageKit backend"
+     TYPE OPTIONAL)
+-set_package_properties(AppStreamQt PROPERTIES
++set_package_properties(AppStreamQt6 PROPERTIES
+     DESCRIPTION "Library that lists Appstream resources"
+     URL "https://www.freedesktop.org"
+     PURPOSE "Required to build the PackageKit, Flatpak and Snap backends"
\ No newline at end of file
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..1ea905c
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+0001_appstreamqt6
\ No newline at end of file


More information about the Neon-commits mailing list