qtkeychain-qt5: update to 0.9.1.
This commit is contained in:
parent
7fb789fc96
commit
cf2f728143
|
@ -0,0 +1,2 @@
|
|||
To actually use qtkeychain-qt5 you need to either have kwallet or
|
||||
libgnome-keyring installed.
|
|
@ -1,18 +1,19 @@
|
|||
# Template file for 'qtkeychain'
|
||||
pkgname=qtkeychain-qt5
|
||||
version=0.7.0
|
||||
version=0.9.1
|
||||
revision=1
|
||||
wrksrc="${pkgname%-*}-${version}"
|
||||
build_style=cmake
|
||||
makedepends="qt5-tools-devel"
|
||||
hostmakedepends="pkg-config"
|
||||
makedepends="libsecret-devel qt5-tools-devel"
|
||||
short_desc="Platform-independent Qt5 API for storing passwords securely"
|
||||
maintainer="Duncaen <duncaen@voidlinux.eu>"
|
||||
license="2-clause-BSD"
|
||||
license="BSD-2-Clause"
|
||||
homepage="https://github.com/frankosterfeld/qtkeychain"
|
||||
distfiles="https://github.com/frankosterfeld/${pkgname%-*}/archive/v${version}.tar.gz"
|
||||
checksum=9f9afaae8e909391d7fc932bac95e38befaac5b2eb49f6623a8efec60a2e6a3a
|
||||
checksum=9c2762d9d0759a65cdb80106d547db83c6e9fdea66f1973c6e9014f867c6f28e
|
||||
|
||||
if [ -n "$CROSS_BUILD" ]; then
|
||||
if [ "$CROSS_BUILD" ]; then
|
||||
hostmakedepends+=" qt5-host-tools qt5-tools-devel"
|
||||
fi
|
||||
|
||||
|
|
Loading…
Reference in New Issue