[neon/kde/kdf/Neon/unstable] debian/patches: patch it

Carlos De Maine null at kde.org
Tue Oct 1 11:49:28 BST 2024


Git commit 997784a82c664fff185d0d6cc83472dcbb16615b by Carlos De Maine.
Committed on 01/10/2024 at 10:49.
Pushed by carlosdem into branch 'Neon/unstable'.

patch it

A  +20   -0    debian/patches/fix-kcrash
A  +1    -0    debian/patches/series

https://invent.kde.org/neon/kde/kdf/-/commit/997784a82c664fff185d0d6cc83472dcbb16615b

diff --git a/debian/patches/fix-kcrash b/debian/patches/fix-kcrash
new file mode 100644
index 0000000..fc0ff28
--- /dev/null
+++ b/debian/patches/fix-kcrash
@@ -0,0 +1,20 @@
+diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
+index d199e3b7c6caf658c9687a9a6e31dbb0afa5f172..6519315948592a3d6dc72e96ac67ec2abda13c46 100644
+--- a/src/CMakeLists.txt
++++ b/src/CMakeLists.txt
+@@ -47,7 +47,6 @@ target_link_libraries(kdfprivate PUBLIC
+     KF6::WidgetsAddons
+     KF6::IconWidgets
+     KF6::StatusNotifierItem
+-    KF6::Crash
+ )
+ 
+ set_target_properties(kdfprivate PROPERTIES
+@@ -74,6 +73,7 @@ target_link_libraries(kdf
+     Qt::Core
+     KF6::KCMUtils
+     KF6::XmlGui
++    KF6::Crash
+ )
+ 
+ install(TARGETS kdf  ${KDE_INSTALL_TARGETS_DEFAULT_ARGS} )
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..a1b38c8
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+fix-kcrash
\ No newline at end of file


More information about the Neon-commits mailing list