void-packages/srcpkgs/kactivitymanagerd/template

21 lines
801 B
Bash

# Template file for 'kactivitymanagerd'
pkgname=kactivitymanagerd
version=5.14.5
revision=1
build_style=cmake
configure_args="-DBUILD_TESTING=OFF"
hostmakedepends="extra-cmake-modules qt5-qmake qt5-host-tools"
makedepends="kio-devel boost-devel qt5-plugin-mysql qt5-plugin-odbc
qt5-plugin-pgsql qt5-plugin-sqlite qt5-plugin-tds"
short_desc="Manage user's activities and track the usage patterns"
maintainer="John <johnz@posteo.net>"
license="GPL-2.0-or-later"
homepage="https://projects.kde.org/projects/plasma/kactivitymanagerd"
distfiles="${KDE_SITE}/plasma/${version}/${pkgname}-${version}.tar.xz"
checksum=87fa3dae3a8383f4e676faef3f5dcdb39de7094c868df497a533031daf4dba7e
if [ "$CROSS_BUILD" ]; then
configure_args+=" -DRUN_RESULT_VAR=0"
configure_args+=" -DRUN_RESULT_VAR__TRYRUN_OUTPUT=0"
fi