From 0418ccf8559c4eee2cd270676535883cb5c40585 Mon Sep 17 00:00:00 2001 From: yopito Date: Mon, 16 Oct 2017 18:41:41 +0200 Subject: [PATCH] kwallet: update to 5.39.0. --- .../patches/kwalletd-cmake-kwallet_xml.patch | 14 -------------- srcpkgs/kwallet/template | 6 +++--- 2 files changed, 3 insertions(+), 17 deletions(-) delete mode 100644 srcpkgs/kwallet/patches/kwalletd-cmake-kwallet_xml.patch diff --git a/srcpkgs/kwallet/patches/kwalletd-cmake-kwallet_xml.patch b/srcpkgs/kwallet/patches/kwalletd-cmake-kwallet_xml.patch deleted file mode 100644 index 7c77e9b6793..00000000000 --- a/srcpkgs/kwallet/patches/kwalletd-cmake-kwallet_xml.patch +++ /dev/null @@ -1,14 +0,0 @@ -For some reasons, cmake find_file() fails on cross-build (only). -Let's bypass cmake path computation. - ---- src/runtime/kwalletd/CMakeLists.txt.ORIG -+++ src/runtime/kwalletd/CMakeLists.txt -@@ -78,7 +78,7 @@ - ) - endif(Gpgmepp_FOUND) - --find_file(kwallet_xml org.kde.KWallet.xml HINTS ${CMAKE_CURRENT_SOURCE_DIR}/../../api/KWallet) -+set(kwallet_xml ${CMAKE_CURRENT_SOURCE_DIR}/../../api/KWallet/org.kde.KWallet.xml) - - qt5_add_dbus_adaptor( kwalletd_SRCS ${kwallet_xml} kwalletd.h KWalletD ) - diff --git a/srcpkgs/kwallet/template b/srcpkgs/kwallet/template index 753cc00cd60..f315a8d79a5 100644 --- a/srcpkgs/kwallet/template +++ b/srcpkgs/kwallet/template @@ -1,7 +1,7 @@ # Template file for 'kwallet' pkgname=kwallet -version=5.37.0 -revision=2 +version=5.39.0 +revision=1 build_style=cmake make_build_args="VERBOSE=1" configure_args="-DBUILD_TESTING=OFF" @@ -12,7 +12,7 @@ maintainer="Denis Revin " license="LGPL-2" homepage="https://projects.kde.org/projects/frameworks/kwallet" distfiles="http://download.kde.org/stable/frameworks/${version%.*}/${pkgname}-${version}.tar.xz" -checksum=5fc368410da498dcd9eb9d5b7119f37c87f3a6b9859bbb2ce4a2ff0cfca0f2d0 +checksum=5f83a5ca245773abfe5b31c536996ca1aee312d512181d133edcd890874f9fee if [ -n "$CROSS_BUILD" ]; then hostmakedepends+=" qt5-host-tools qt5-qmake python kdoctools"