[neon/neon-packaging/maui-communicator/Neon/release] debian/patches: backport patch to fix build

Carlos De Maine null at kde.org
Fri Nov 15 03:51:13 GMT 2024


Git commit f07bef2f9ccc770ba98fa1c793cbfc64a7788989 by Carlos De Maine.
Committed on 15/11/2024 at 03:50.
Pushed by carlosdem into branch 'Neon/release'.

backport patch to fix build

A  +12   -0    debian/patches/fix_build
A  +1    -0    debian/patches/series

https://invent.kde.org/neon/neon-packaging/maui-communicator/-/commit/f07bef2f9ccc770ba98fa1c793cbfc64a7788989

diff --git a/debian/patches/fix_build b/debian/patches/fix_build
new file mode 100644
index 0000000..9563793
--- /dev/null
+++ b/debian/patches/fix_build
@@ -0,0 +1,12 @@
+diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
+index c83217535982cf392e3d7b3df2c09b5a1b83a03d..a05fb0a65c20b9f3324153ea16145ecde4e1bfef 100644
+--- a/src/CMakeLists.txt
++++ b/src/CMakeLists.txt
+@@ -86,6 +86,7 @@ target_link_libraries(${PROJECT_NAME}
+     KF6::I18n
+     KF6::Service
+     KF6::KIOCore
++    KF6::KIOGui
+     # KF6::KIOFileWidgets
+     #[[KF6::KIOWidgets]])
+ 
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..60b0a78
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+fix_build


More information about the Neon-commits mailing list