[neon/kf6/kf6-kconfig/Neon/unstable] debian/patches: refresh patch
Carlos De Maine
null at kde.org
Sun Mar 8 20:42:10 GMT 2026
Git commit 8ad8d18d3e041a71b777b93f0a7c24acf89c128e by Carlos De Maine.
Committed on 08/03/2026 at 20:42.
Pushed by carlosdem into branch 'Neon/unstable'.
refresh patch
M +13 -14 debian/patches/Allow-packagers-set-kconfig_compiler-install-dir.patch
https://invent.kde.org/neon/kf6/kf6-kconfig/-/commit/8ad8d18d3e041a71b777b93f0a7c24acf89c128e
diff --git a/debian/patches/Allow-packagers-set-kconfig_compiler-install-dir.patch b/debian/patches/Allow-packagers-set-kconfig_compiler-install-dir.patch
index b9884c2..890f1e5 100644
--- a/debian/patches/Allow-packagers-set-kconfig_compiler-install-dir.patch
+++ b/debian/patches/Allow-packagers-set-kconfig_compiler-install-dir.patch
@@ -10,27 +10,26 @@ Last-Update: 2018-01-25
src/kconfig_compiler/CMakeLists.txt | 2 +-
2 files changed, 4 insertions(+), 1 deletion(-)
-Index: kconfig/CMakeLists.txt
-===================================================================
---- kconfig.orig/CMakeLists.txt
-+++ kconfig/CMakeLists.txt
-@@ -73,6 +73,9 @@ endif()
+--- a/CMakeLists.txt
++++ b/CMakeLists.txt
+@@ -71,6 +71,10 @@ endif()
include (ECMPoQmTools)
ecm_install_po_files_as_qm(poqm)
+# allow kconfig_compiler install dir to be set as a configure argument
-+set(KCONFIG_COMPILER_INSTALL_DIR "${KDE_INSTALL_LIBEXECDIR_KF5}" CACHE STRING
++set(KCONFIG_COMPILER_INSTALL_DIR "${KDE_INSTALL_LIBEXECDIR_KF}" CACHE STRING
+ "Set directory for kconfig compiler tool")
-
++
# create a Config.cmake and a ConfigVersion.cmake file and install them
set(CMAKECONFIG_INSTALL_DIR "${KDE_INSTALL_CMAKEPACKAGEDIR}/KF6Config")
-Index: kconfig/src/kconfig_compiler/CMakeLists.txt
-===================================================================
---- kconfig.orig/src/kconfig_compiler/CMakeLists.txt
-+++ kconfig/src/kconfig_compiler/CMakeLists.txt
-@@ -25,4 +25,4 @@ target_link_libraries(kconfig_compiler Q
-
+
+diff --git a/src/kconfig_compiler/CMakeLists.txt b/src/kconfig_compiler/CMakeLists.txt
+index e9cadf7a..4b5498c5 100644
+--- a/src/kconfig_compiler/CMakeLists.txt
++++ b/src/kconfig_compiler/CMakeLists.txt
+@@ -25,4 +25,4 @@ target_link_libraries(kconfig_compiler Qt6::Xml)
+
ecm_mark_nongui_executable(kconfig_compiler)
-
+
-install(TARGETS kconfig_compiler EXPORT KF6ConfigCompilerTargets DESTINATION ${KDE_INSTALL_LIBEXECDIR_KF})
+install(TARGETS kconfig_compiler EXPORT KF6ConfigCompilerTargets DESTINATION ${KCONFIG_COMPILER_INSTALL_DIR})
More information about the Neon-commits
mailing list