kwallet: update to 5.36.0.
This commit is contained in:
parent
5eb6dc61a4
commit
f635fd61f7
3 changed files with 21 additions and 2 deletions
|
@ -2594,6 +2594,7 @@ libKF5JobWidgets.so.5 kjobwidgets-5.26.0_1
|
|||
libKF5Notifications.so.5 knotifications-5.26.0_1
|
||||
libKF5TextWidgets.so.5 ktextwidgets-5.26.0_1
|
||||
libKF5Wallet.so.5 kwallet-5.26.0_1
|
||||
libkwalletbackend5.so.5 kwallet-5.36.0_1
|
||||
libKF5XmlGui.so.5 kxmlgui-5.26.0_1
|
||||
libKF5Bookmarks.so.5 kbookmarks-5.26.0_1
|
||||
libKF5KIOWidgets.so.5 kio-5.26.0_1
|
||||
|
|
14
srcpkgs/kwallet/patches/kwalletd-cmake-kwallet_xml.patch
Normal file
14
srcpkgs/kwallet/patches/kwalletd-cmake-kwallet_xml.patch
Normal file
|
@ -0,0 +1,14 @@
|
|||
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,6 +1,6 @@
|
|||
# Template file for 'kwallet'
|
||||
pkgname=kwallet
|
||||
version=5.29.0
|
||||
version=5.36.0
|
||||
revision=1
|
||||
build_style=cmake
|
||||
make_build_args="VERBOSE=1"
|
||||
|
@ -12,7 +12,11 @@ maintainer="Denis Revin <denis.revin@gmail.com>"
|
|||
license="LGPL-2"
|
||||
homepage="https://projects.kde.org/projects/frameworks/kwallet"
|
||||
distfiles="http://download.kde.org/stable/frameworks/${version%.*}/${pkgname}-${version}.tar.xz"
|
||||
checksum=81f1d7593857e6b05614cab1fc11e9f6ce34cd0272773e8ddde2aff33eb24c96
|
||||
checksum=8782caeb8d75da67a84c8eddf1d28af19fb01ffc0bbf7a35c0240e22519ccabb
|
||||
|
||||
if [ -n "$CROSS_BUILD" ]; then
|
||||
hostmakedepends+=" qt5-host-tools qt5-qmake python kdoctools"
|
||||
fi
|
||||
|
||||
kwallet-devel_package() {
|
||||
short_desc+=" - development"
|
||||
|
|
Loading…
Reference in a new issue