[neon/neon/debug-installer/Neon/release] debian/patches: build
Jonathan Riddell
null at kde.org
Thu Jul 4 12:42:35 BST 2024
Git commit e142865ec6c102e822743727a550dc82a361de87 by Jonathan Riddell.
Committed on 04/07/2024 at 11:42.
Pushed by jriddell into branch 'Neon/release'.
build
A +13 -0 debian/patches/qt5.diff
A +1 -0 debian/patches/series
https://invent.kde.org/neon/neon/debug-installer/-/commit/e142865ec6c102e822743727a550dc82a361de87
diff --git a/debian/patches/qt5.diff b/debian/patches/qt5.diff
new file mode 100644
index 0000000..6131ec1
--- /dev/null
+++ b/debian/patches/qt5.diff
@@ -0,0 +1,13 @@
+diff --git a/CMakeLists.txt b/CMakeLists.txt
+index 48852db..ad37808 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 1.0.2 REQUIRED)
++find_package(AppStreamQt5 1.0.2 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..2427e47
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+qt5.diff
More information about the Neon-commits
mailing list