void-packages/srcpkgs/kuser/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

18 lines
612 B
Bash

# Template file for 'kuser'
pkgname=kuser
version=4.14.2
revision=2
short_desc="KDE User Manager"
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=cc552591f2855b25c92a1fd3a27d3c88dc67c771bbeca8a267df6c3c79f757a1
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"
replaces="kdeadmin>=0"