[neon/kde/plasma-workspace/Neon/unstable] debian/patches: add temp patch

Carlos De Maine null at kde.org
Thu Sep 14 01:52:59 BST 2023


Git commit 850a8721f6ad3e16bbe9a1ef9f6155b23a77d26b by Carlos De Maine.
Committed on 14/09/2023 at 02:52.
Pushed by carlosdem into branch 'Neon/unstable'.

add temp patch

A  +22   -0    debian/patches/0001_appstreamqt6

https://invent.kde.org/neon/kde/plasma-workspace/-/commit/850a8721f6ad3e16bbe9a1ef9f6155b23a77d26b

diff --git a/debian/patches/0001_appstreamqt6 b/debian/patches/0001_appstreamqt6
new file mode 100644
index 0000000..5b3e04b
--- /dev/null
+++ b/debian/patches/0001_appstreamqt6
@@ -0,0 +1,22 @@
+diff --git a/CMakeLists.txt b/CMakeLists.txt
+index 97361771527d94c9d7f6d99b9289ba15daf5167f..1b264a988168437cbf3b93abbd20006f8fc01e1a 100644
+--- a/CMakeLists.txt
++++ b/CMakeLists.txt
+@@ -187,13 +187,13 @@ if(FONTCONFIG_FOUND)
+   find_package(Qt6 ${QT_MIN_VERSION} CONFIG REQUIRED COMPONENTS PrintSupport)
+ endif()
+ 
+-find_package(AppStreamQt 1.0) # 1.0 will be the first release to support Qt6
+-set_package_properties(AppStreamQt PROPERTIES DESCRIPTION "Access metadata for listing available software"
++find_package(AppStreamQt6 1.0) # 1.0 will be the first release to support Qt6
++set_package_properties(AppStreamQt6 PROPERTIES DESCRIPTION "Access metadata for listing available software"
+                        URL "https://www.freedesktop.org/wiki/Distributions/AppStream/"
+                        TYPE OPTIONAL)
+ 
+-if(${AppStreamQt_FOUND})
+-    set(HAVE_APPSTREAMQT true)
++if(${AppStreamQt6_FOUND})
++    set(HAVE_APPSTREAMQT6 true)
+ endif()
+ 
+ find_package(UDev REQUIRED)


More information about the Neon-commits mailing list