void-packages/srcpkgs/kwalletmanager/template
Juan RP 1c5f4690e6 xbps-src: always require current srcpkgs version in build dependencies.
That means that version comparators are not supported anymore in
hostmakedepends and makedepends.

This will ensure that a pkg is always built with the same build dependencies
everywhere, if the srcpkgs tree is uptodate.
2015-03-27 10:59:58 +01:00

20 lines
641 B
Bash

# Template file for 'kwalletmanager'
pkgname=kwalletmanager
version=4.14.2
revision=2
short_desc="KDE Wallet Management Tools"
maintainer="Juan RP <xtraeme@gmail.com>"
license="GPL, LGPL, FDL"
homepage="http://www.kde.org"
distfiles="http://download.kde.org/stable/${version}/src/${pkgname}-${version}.tar.xz"
checksum=8e7173d0cdd3835163092762ccdfefe51bf0b71cb4177bc2d91c176191c10add
replaces="kwallet>=0"
build_style=cmake
configure_args="-Wno-dev -DKDE4_BUILD_TESTS=OFF -DSYSCONF_INSTALL_DIR=/etc"
hostmakedepends="cmake automoc4 pkg-config"
makedepends="glib-devel libressl-devel qt-devel phonon-devel
kdelibs-devel kdepimlibs-devel"