26 lines
848 B
Bash
26 lines
848 B
Bash
# Template file for 'plasma-activities-stats'
|
|
pkgname=plasma-activities-stats
|
|
version=6.2.0
|
|
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=215d7728537b890a1f319f13caa6038c02dc4e3e64d99cf40ce08fc82f465dfd
|
|
|
|
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"
|
|
}
|
|
}
|