From f5aab8f27c6041b10256c2cdf5146073e495637b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Tue, 20 Mar 2018 17:05:51 +0100 Subject: [PATCH] kded: refresh 0001-hardcode-path-to-kconf_update.patch MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Andreas Müller --- .../files/0001-hardcode-path-to-kconf_update.patch | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/recipes-kde/kf5/tier3/kded/files/0001-hardcode-path-to-kconf_update.patch b/recipes-kde/kf5/tier3/kded/files/0001-hardcode-path-to-kconf_update.patch index 412ef223..6c95505b 100644 --- a/recipes-kde/kf5/tier3/kded/files/0001-hardcode-path-to-kconf_update.patch +++ b/recipes-kde/kf5/tier3/kded/files/0001-hardcode-path-to-kconf_update.patch @@ -6,23 +6,29 @@ MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit +From: =?UTF-8?q?Andreas=20M=C3=BCller?= +MIME-Version: 1.0 +Content-Type: text/plain; charset=UTF-8 +Content-Transfer-Encoding: 8bit + kconfig does not export location to kconfig in our environment so set it manually. Upstream-Status: Inappropriate [configuration] Signed-off-by: Andreas Müller + --- src/CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt -index 5e95df8..8334c80 100644 +index 90050ff..5bd922d 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt -@@ -18,10 +18,10 @@ target_link_libraries(kdeinit_kded5 - KF5::Crash # Sets it as autostart - ) +@@ -16,10 +16,10 @@ if(APPLE) + target_link_libraries(kdeinit_kded5 "-framework CoreFoundation") + endif() target_compile_definitions(kdeinit_kded5 PRIVATE - KCONF_UPDATE_EXE="$" + KCONF_UPDATE_EXE="${CMAKE_INSTALL_FULL_LIBEXECDIR}/kf5/kconf_update"