# Template file for 'kf6-kcmutils' # group=kde-frameworks pkgname=kf6-kcmutils version=6.29.0 revision=1 build_style=cmake build_helper=qemu configure_args=" -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 " license="LGPL-2.1-or-later" homepage="https://invent.kde.org/frameworks/kcmutils" distfiles="${KDE_SITE}/frameworks/${version%.*}/${pkgname#kf6-}-${version}.tar.xz" checksum=762943ea8eff8c27a5b89bc483aef0af5955b716270b0820e0addae2c38392a6 # stage builds makedepends+=" kf6-base" shlib_requires="KDE_Frameworks.${version%.*}" 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" } }