# Template file for 'kactivities5-stats' pkgname=kactivities5-stats version=5.71.0 revision=1 wrksrc="${pkgname/5/}-${version}" build_style=cmake configure_args="-DBUILD_TESTING=OFF" hostmakedepends="kcoreaddons extra-cmake-modules" makedepends="boost-devel kactivities5-devel" short_desc="Library to access statistics data collected by the KDE activity manager" maintainer="John " license="LGPL-2.0-or-later, LGPL-2.1-or-later" homepage="https://api.kde.org/frameworks/kactivities/html/index.html" distfiles="${KDE_SITE}/frameworks/${version%.*}/${pkgname/5/}-${version}.tar.xz" checksum=79fe4f674d7bae457ce6af0357104a8691f5822963b0ef1f99cd5a43e3666978 if [ "$CROSS_BUILD" ]; then hostmakedepends+=" qt5-host-tools qt5-qmake" fi kactivities5-stats-devel_package() { short_desc+=" - development" depends="${makedepends} ${sourcepkg}>=${version}_${revision}" pkg_install() { vmove usr/include vmove usr/lib/pkgconfig vmove usr/lib/qt5/mkspecs vmove usr/lib/cmake vmove "usr/lib/*.so" } }