[neon/neon/debug-installer/Neon/unstable] debian/patches: temp patch for appstream

Carlos De Maine null at kde.org
Thu Sep 14 11:30:48 BST 2023


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

temp patch for appstream

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

https://invent.kde.org/neon/neon/debug-installer/-/commit/fef7ecb72058683cb82b68260ac9a178c471b44c

diff --git a/debian/patches/0001_appstreamqt b/debian/patches/0001_appstreamqt
new file mode 100644
index 0000000..4ccefa3
--- /dev/null
+++ b/debian/patches/0001_appstreamqt
@@ -0,0 +1,13 @@
+diff --git a/CMakeLists.txt b/CMakeLists.txt
+index 93ffbcb0b1baeef8ca66c3796c1b0d7deebceac0..e2fde5b2d5ad086fec384d348105efdc27e8943c 100644
+--- a/CMakeLists.txt
++++ b/CMakeLists.txt
+@@ -37,7 +37,7 @@ find_package(KF5CoreAddons ${KF5_MIN_VERSION} REQUIRED)
+ find_package(KF5I18n ${KF5_MIN_VERSION} REQUIRED)
+ find_package(KF5Declarative ${KF5_MIN_VERSION} REQUIRED)
+ find_package(PackageKitQt5 REQUIRED)
+-find_package(AppStreamQt 0.16 REQUIRED)
++find_package(AppStreamQt REQUIRED)
+ 
+ # Disable legacy stuff to get rid of some deprecation warnings.
+ add_definitions(-DQT_DISABLE_DEPRECATED_BEFORE=0x050e00)
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