kauth: update to 5.56.0

[ci skip]
This commit is contained in:
John 2019-03-09 13:08:07 +01:00
parent c2acaf05cb
commit c1007c1918
No known key found for this signature in database
GPG key ID: 778558807E4FFC55
3 changed files with 3 additions and 17 deletions

View file

@ -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

View file

@ -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 @@

View file

@ -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 <johnz@posteo.net>"
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"