From c1007c1918f5f2e5ec641ad0fc32579a0bc37244 Mon Sep 17 00:00:00 2001 From: John Date: Sat, 9 Mar 2019 13:08:07 +0100 Subject: [PATCH] kauth: update to 5.56.0 [ci skip] --- common/shlibs | 1 + srcpkgs/kauth/patches/crossbuild-support.patch | 15 --------------- srcpkgs/kauth/template | 4 ++-- 3 files changed, 3 insertions(+), 17 deletions(-) diff --git a/common/shlibs b/common/shlibs index 329826b5487..146fdc9cb98 100644 --- a/common/shlibs +++ b/common/shlibs @@ -850,6 +850,7 @@ liblua5.2.so.5.2 lua52-5.2.4_2 liblua5.3.so.5.3 lua-5.3.1_2 libburn.so.4 libburn-0.7.2_1 libKF5Auth.so.5 kauth-5.26.0_1 +libKF5AuthCore.so.5 kauth-5.56.0_1 libgdkmm-2.4.so.1 gtkmm2-2.24.0_1 libgtkmm-2.4.so.1 gtkmm2-2.24.0_1 libquadmath.so.0 libquadmath-4.4.0_1 diff --git a/srcpkgs/kauth/patches/crossbuild-support.patch b/srcpkgs/kauth/patches/crossbuild-support.patch index cee60093109..6020e62489a 100644 --- a/srcpkgs/kauth/patches/crossbuild-support.patch +++ b/srcpkgs/kauth/patches/crossbuild-support.patch @@ -1,18 +1,3 @@ -diff --git KF5AuthConfig.cmake.in KF5AuthConfig.cmake.in -index 0895e60..59fe53b 100644 ---- KF5AuthConfig.cmake.in -+++ KF5AuthConfig.cmake.in -@@ -17,8 +17,8 @@ include("${CMAKE_CURRENT_LIST_DIR}/KF5AuthMacros.cmake") - - if(NOT "${KAUTH_BACKEND_NAME}" STREQUAL "FAKE") - if(CMAKE_CROSSCOMPILING AND KF5_HOST_TOOLING) -- find_file(TARGETSFILE KF5Auth/KF5AuthToolsTargets.cmake PATHS ${KF5_HOST_TOOLING} ${CMAKE_CURRENT_LIST_DIR} NO_DEFAULT_PATH) -- include("${TARGETSFILE}") -+ find_file(TARGETSFILE_AUTH KF5Auth/KF5AuthToolsTargets.cmake PATHS ${KF5_HOST_TOOLING} ${CMAKE_CURRENT_LIST_DIR} NO_DEFAULT_PATH) -+ include("${TARGETSFILE_AUTH}") - else() - include("${CMAKE_CURRENT_LIST_DIR}/KF5AuthToolsTargets.cmake") - endif() --- cmake/KF5AuthMacros.cmake 2018-08-26 14:57:02.703186769 +0200 +++ cmake/KF5AuthMacros.cmake 2018-08-26 14:58:26.469054620 +0200 @@ -63,12 +63,21 @@ diff --git a/srcpkgs/kauth/template b/srcpkgs/kauth/template index dc40e86beb4..c373c4f5b13 100644 --- a/srcpkgs/kauth/template +++ b/srcpkgs/kauth/template @@ -1,6 +1,6 @@ # Template file for 'kauth' pkgname=kauth -version=5.55.0 +version=5.56.0 revision=1 build_style=cmake hostmakedepends="extra-cmake-modules pkg-config" @@ -10,7 +10,7 @@ maintainer="John " license="LGPL-2.1-or-later" homepage="https://projects.kde.org/projects/frameworks/kauth" distfiles="${KDE_SITE}/frameworks/${version%.*}/${pkgname}-${version}.tar.xz" -checksum=ec8f6bc9486c82045e3190609c528fc09897f115f4397328235687bba6b8cbf0 +checksum=cbcca13064b112dff26d1f78b1e77c8ad263cb663aab6329bc6e0a6505f4613d if [ "$CROSS_BUILD" ]; then hostmakedepends+=" qt5-host-tools qt5-qmake qt5-tools-devel polkit-qt5-devel"