From 10833207402c2cb48766dcbc419d18f2addb9f51 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Thu, 29 Jan 2015 00:15:17 +0100 Subject: [PATCH] kauth(-native): update to 5.7.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Andreas Müller --- .../0002-align-installation-location-for-helpers.patch | 6 +++--- recipes-kde/framework-tier2/kauth/kauth.inc | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/recipes-kde/framework-tier2/kauth/files/0002-align-installation-location-for-helpers.patch b/recipes-kde/framework-tier2/kauth/files/0002-align-installation-location-for-helpers.patch index 819c497a..529bab42 100644 --- a/recipes-kde/framework-tier2/kauth/files/0002-align-installation-location-for-helpers.patch +++ b/recipes-kde/framework-tier2/kauth/files/0002-align-installation-location-for-helpers.patch @@ -17,12 +17,12 @@ diff --git a/CMakeLists.txt b/CMakeLists.txt index 98248c7..5e37f30 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt -@@ -33,7 +33,7 @@ option(AUTOTESTS "Perform autotests" ON) +@@ -30,7 +30,7 @@ ecm_setup_version(${KF5_VERSION} VARIABLE_PREFIX KAUTH find_package(KF5CoreAddons ${KF5_DEP_VERSION} REQUIRED) --set(KAUTH_HELPER_INSTALL_DIR "${LIBEXEC_INSTALL_DIR}/kauth") -+set(KAUTH_HELPER_INSTALL_DIR "${LIBEXEC_INSTALL_DIR}") +-set(KAUTH_HELPER_INSTALL_DIR "${KDE_INSTALL_LIBEXECDIR}/kauth") ++set(KAUTH_HELPER_INSTALL_DIR "${KDE_INSTALL_LIBEXECDIR}") if (IS_DIRECTORY "${CMAKE_CURRENT_SOURCE_DIR}/po") ecm_install_po_files_as_qm(po) diff --git a/recipes-kde/framework-tier2/kauth/kauth.inc b/recipes-kde/framework-tier2/kauth/kauth.inc index b9612c91..50a0d0ec 100644 --- a/recipes-kde/framework-tier2/kauth/kauth.inc +++ b/recipes-kde/framework-tier2/kauth/kauth.inc @@ -10,7 +10,7 @@ SRC_URI += " \ file://0001-Make-autotests-optional.patch \ file://0002-align-installation-location-for-helpers.patch \ " -SRCREV = "4f6d10cdc59aca6819e4189e81ff65150559bc10" -PV = "5.5.0" +SRCREV = "9f162d6ef8cc5b5d468b9ba2092684b9b256e089" +PV = "5.7.0" EXTRA_OECMAKE += "-DAUTOTESTS=OFF"