[neon/kf6/kf6-kuserfeedback/Neon/stable] debian/patches: patch to install in KDE_INSTALL_QCHDIR

Carlos De Maine null at kde.org
Sun Jan 14 01:14:22 GMT 2024


Git commit 9ae4c439df37dd800c9474e3752f4cb29ca0526b by Carlos De Maine.
Committed on 14/01/2024 at 02:14.
Pushed by carlosdem into branch 'Neon/stable'.

patch to install in KDE_INSTALL_QCHDIR

A  +13   -0    debian/patches/kf6_qch.diff
A  +1    -0    debian/patches/series

https://invent.kde.org/neon/kf6/kf6-kuserfeedback/-/commit/9ae4c439df37dd800c9474e3752f4cb29ca0526b

diff --git a/debian/patches/kf6_qch.diff b/debian/patches/kf6_qch.diff
new file mode 100644
index 0000000..0cccdf4
--- /dev/null
+++ b/debian/patches/kf6_qch.diff
@@ -0,0 +1,13 @@
+diff --git a/docs/CMakeLists.txt b/docs/CMakeLists.txt
+index 9e23bd23ef2c0ff60ccbb93c9ac311c3dcf8e71e..b34c5a27ed27b144c2443437c85096a7a336c218 100644
+--- a/docs/CMakeLists.txt
++++ b/docs/CMakeLists.txt
+@@ -50,7 +50,7 @@ else()
+         DEPENDS ${_qdoc_output_dir}/user-feedback-manual.qhp
+     )
+     add_custom_target(user_feedback_manual_qch ALL DEPENDS ${_qdoc_output_dir}/user-feedback-manual.qch)
+-    install(FILES ${_qdoc_output_dir}/user-feedback-manual.qch DESTINATION ${KDE_INSTALL_DATAROOTDIR}/KDE/UserFeedbackConsole)
++    install(FILES ${_qdoc_output_dir}/user-feedback-manual.qch DESTINATION ${KDE_INSTALL_QCHDIR})
+ endif()
+ 
+ # If qcollectiongenerator is found build .qhc
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..028a1a7
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+kf6_qch.diff


More information about the Neon-commits mailing list