# Template file for 'kf6-kcmutils'
pkgname=kf6-kcmutils
version=6.25.0
revision=1
build_style=cmake
build_helper=qemu
configure_args="-DKF6_HOST_TOOLING=/usr/lib/cmake
 -DKDE_INSTALL_QMLDIR=lib/qt6/qml"
hostmakedepends="extra-cmake-modules gettext qt6-tools qt6-base
 qt6-declarative-host-tools kf6-kconfig"
makedepends="kf6-kconfigwidgets-devel kf6-kcoreaddons-devel kf6-kio-devel
 kf6-kxmlgui-devel kf6-kconfig-devel qt6-declarative-devel kf6-kirigami-devel"
checkdepends="kf6-kirigami"
short_desc="Utilities for interacting with KCModules"
maintainer="John <me@johnnynator.dev>"
license="LGPL-2.1-or-later"
homepage="https://invent.kde.org/frameworks/kcmutils"
distfiles="${KDE_SITE}/frameworks/${version%.*}/${pkgname#kf6-}-${version}.tar.xz"
checksum=cc7c01e948d7040e9e002ea5379ce8c05f2a85f28cdd4431aee106bdf0661c3d

kf6-kcmutils-devel_package() {
	depends="${sourcepkg}>=${version}_${revision}
	 kf6-kconfigwidgets-devel kf6-kcoreaddons-devel
	 qt6-declarative-devel"
	short_desc+=" - development files"
	pkg_install() {
		vmove usr/include
		vmove usr/lib/cmake
		mkdir -p "${DESTDIR}/usr/lib/cmake/KF6KCMUtils"
		mv ${PKGDESTDIR}/usr/lib/cmake/KF6KCMUtils/KF6KCMUtilsTool* \
			"${DESTDIR}/usr/lib/cmake/KF6KCMUtils/"
		vmove "usr/lib/*.so"
	}
}
