kwallet: update to 5.39.0.
This commit is contained in:
parent
140432f1e2
commit
0418ccf855
2 changed files with 3 additions and 17 deletions
|
@ -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 )
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'kwallet'
|
# Template file for 'kwallet'
|
||||||
pkgname=kwallet
|
pkgname=kwallet
|
||||||
version=5.37.0
|
version=5.39.0
|
||||||
revision=2
|
revision=1
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
make_build_args="VERBOSE=1"
|
make_build_args="VERBOSE=1"
|
||||||
configure_args="-DBUILD_TESTING=OFF"
|
configure_args="-DBUILD_TESTING=OFF"
|
||||||
|
@ -12,7 +12,7 @@ maintainer="Denis Revin <denis.revin@gmail.com>"
|
||||||
license="LGPL-2"
|
license="LGPL-2"
|
||||||
homepage="https://projects.kde.org/projects/frameworks/kwallet"
|
homepage="https://projects.kde.org/projects/frameworks/kwallet"
|
||||||
distfiles="http://download.kde.org/stable/frameworks/${version%.*}/${pkgname}-${version}.tar.xz"
|
distfiles="http://download.kde.org/stable/frameworks/${version%.*}/${pkgname}-${version}.tar.xz"
|
||||||
checksum=5fc368410da498dcd9eb9d5b7119f37c87f3a6b9859bbb2ce4a2ff0cfca0f2d0
|
checksum=5f83a5ca245773abfe5b31c536996ca1aee312d512181d133edcd890874f9fee
|
||||||
|
|
||||||
if [ -n "$CROSS_BUILD" ]; then
|
if [ -n "$CROSS_BUILD" ]; then
|
||||||
hostmakedepends+=" qt5-host-tools qt5-qmake python kdoctools"
|
hostmakedepends+=" qt5-host-tools qt5-qmake python kdoctools"
|
||||||
|
|
Loading…
Reference in a new issue