Files
horizon-packages/srcpkgs/plasma-activities-stats/template
T

32 lines
991 B
Bash

# Template file for 'plasma-activities-stats'
# group=kde-plasma
pkgname=plasma-activities-stats
version=6.7.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=448b85d569f3912f8c93c1c412e36551bab7dfe8991baa0c6206c60223e98a08
# stage builds
makedepends+=" kde-plasma-base"
shlib_requires="KDE_Plasma.${version}"
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"
}
}