# Template file for 'kf6-kcontacts'
pkgname=kf6-kcontacts
version=6.25.0
revision=1
build_style=cmake
configure_args="-DKDE_INSTALL_QMLDIR=lib/qt6/qml"
hostmakedepends="extra-cmake-modules qt6-tools qt6-base
 gettext qt6-declarative-host-tools kf6-kconfig"
makedepends="qt6-base-devel kf6-kcoreaddons-devel kf6-ki18n-devel
 kf6-kconfig-devel kf6-kcodecs-devel"
short_desc="Library for working with contact information"
maintainer="John <me@johnnynator.dev>"
license="LGPL-2.1-or-later"
homepage="https://invent.kde.org/frameworks/kcontacts"
distfiles="${KDE_SITE}/frameworks/${version%.*}/${pkgname#kf6-}-${version}.tar.xz"
checksum=386826b3886d6b32a4583e638493ccd3cfb37722faaf318742d70d6bf0e3f0a7

do_check() {
	cd build
	# disable failing test
	ctest -E "kcontacts-addresstest"
}

kf6-kcontacts-devel_package() {
	depends="$makedepends ${sourcepkg}>=${version}_${revision}"
	short_desc+=" - development files"
	pkg_install() {
		vmove usr/include
		vmove usr/lib/cmake
		vmove "usr/lib/*.so"
	}
}
