[neon/kf6/kf6-kconfig/Neon/unstable] debian/patches: Revert "debian bug was archive a long time ago, so drop the patch"

Carlos De Maine null at kde.org
Sun Mar 8 20:38:10 GMT 2026


Git commit 88f84a04468c49ee80f51b1b0e953f8d658ce4ec by Carlos De Maine.
Committed on 08/03/2026 at 20:38.
Pushed by carlosdem into branch 'Neon/unstable'.

Revert "debian bug was archive a long time ago, so drop the patch"

This reverts commit ca165a5319727897215e7cfb01631518ef2eb5fa

A  +36   -0    debian/patches/Allow-packagers-set-kconfig_compiler-install-dir.patch
A  +1    -0    debian/patches/series

https://invent.kde.org/neon/kf6/kf6-kconfig/-/commit/88f84a04468c49ee80f51b1b0e953f8d658ce4ec

diff --git a/debian/patches/Allow-packagers-set-kconfig_compiler-install-dir.patch b/debian/patches/Allow-packagers-set-kconfig_compiler-install-dir.patch
new file mode 100644
index 0000000..b9884c2
--- /dev/null
+++ b/debian/patches/Allow-packagers-set-kconfig_compiler-install-dir.patch
@@ -0,0 +1,36 @@
+From: Maximiliano Curia <maxy at gnuservers.com.ar>
+Date: Thu, 25 Jan 2018 11:02:56 -0300
+Subject: Allow packagers set kconfig_compiler install dir
+
+Origin: Debian
+Bug-Debian: https://bugs.debian.org/887452
+Last-Update: 2018-01-25
+---
+ CMakeLists.txt                      | 3 +++
+ 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()
+ 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 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
+ 
+ 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})
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..12201f7
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+Allow-packagers-set-kconfig_compiler-install-dir.patch


More information about the Neon-commits mailing list