From 88c8f763586c194f9fb1b7875d2469ae75d61b27 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Mon, 9 Feb 2015 14:56:00 +0100 Subject: [PATCH] khelpcenter: fix path to khc_indexbuilder MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Andreas Müller --- .../0002-fix-path-to-khc_indexbuilder.patch | 25 +++++++++++++++++++ .../plasma/untier/khelpcenter/khelpcenter.bb | 5 +++- 2 files changed, 29 insertions(+), 1 deletion(-) create mode 100644 recipes-kde/plasma/untier/khelpcenter/files/0002-fix-path-to-khc_indexbuilder.patch diff --git a/recipes-kde/plasma/untier/khelpcenter/files/0002-fix-path-to-khc_indexbuilder.patch b/recipes-kde/plasma/untier/khelpcenter/files/0002-fix-path-to-khc_indexbuilder.patch new file mode 100644 index 00000000..61f224ef --- /dev/null +++ b/recipes-kde/plasma/untier/khelpcenter/files/0002-fix-path-to-khc_indexbuilder.patch @@ -0,0 +1,25 @@ +From ead044b5696b11f83d4728908d6d47a55450a9ba Mon Sep 17 00:00:00 2001 +From: =?UTF-8?q?Andreas=20M=C3=BCller?= +Date: Mon, 9 Feb 2015 14:46:09 +0100 +Subject: [PATCH] fix path to khc_indexbuilder +MIME-Version: 1.0 +Content-Type: text/plain; charset=UTF-8 +Content-Transfer-Encoding: 8bit + +Upstream-Status: Inappropriate [configuration] + +Signed-off-by: Andreas Müller +--- + config-khelpcenter.h.cmake | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/config-khelpcenter.h.cmake b/config-khelpcenter.h.cmake +index 2a4839d..5d90483 100644 +--- a/config-khelpcenter.h.cmake ++++ b/config-khelpcenter.h.cmake +@@ -1 +1 @@ +-#define KHC_INDEXBUILDER "@CMAKE_INSTALL_PREFIX@/@LIBEXEC_INSTALL_DIR@/khc_indexbuilder" ++#define KHC_INDEXBUILDER "@LIBEXEC_INSTALL_DIR@/khc_indexbuilder" +-- +1.9.3 + diff --git a/recipes-kde/plasma/untier/khelpcenter/khelpcenter.bb b/recipes-kde/plasma/untier/khelpcenter/khelpcenter.bb index 80d731eb..8198f4e5 100644 --- a/recipes-kde/plasma/untier/khelpcenter/khelpcenter.bb +++ b/recipes-kde/plasma/untier/khelpcenter/khelpcenter.bb @@ -20,7 +20,10 @@ PV = "${PLASMA_VERSION}" SRC_URI[md5sum] = "f575d603c62a001c551a213398c46268" SRC_URI[sha256sum] = "3a0396118077af3b1e3df4654540a1d8cc900a3eae656f65409737d9f712bfa8" -SRC_URI += "file://0001-fix-build-for-qtbase-without-session-management.patch" +SRC_URI += " \ + file://0001-fix-build-for-qtbase-without-session-management.patch \ + file://0002-fix-path-to-khc_indexbuilder.patch \ +" # do not move so-libs to -dev package FILES_SOLIBSDEV = ""