# Template file for 'plasma-activities-stats'
pkgname=plasma-activities-stats
version=6.3.3
revision=1
build_style=cmake
hostmakedepends="extra-cmake-modules qt6-base qt6-tools"
makedepends="kf6-kconfig-devel plasma-activities-devel
 boost-devel"
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=dbd9cf22e3fb9cf700d3cd54a1e1a1183cb63f07b0a2dab6744459bf720d5b09

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"
	}
}
