# Template file for 'plasma-activities-stats'
pkgname=plasma-activities-stats
version=6.6.3
revision=1
build_style=cmake
hostmakedepends="extra-cmake-modules qt6-base qt6-tools
 kf6-kconfig"
makedepends="kf6-kconfig-devel kf6-kcoreaddons-devel plasma-activities-devel
 boost-headers"
short_desc="Library for accessing the usage data collected by the activities system"
maintainer="John <me@johnnynator.dev>"
license="GPL-3.0-or-later"
homepage="https://invent.kde.org/plasma/plasma-activities-stats"
distfiles="${KDE_SITE}/plasma/${version}/${pkgname}-${version}.tar.xz"
checksum=56667b230dc52893c3f08680e37a403d228a50a6a0b06ad081179224a7f16d16

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