void-packages/srcpkgs/kactivitymanagerd/template
2019-10-26 12:24:00 +02:00

20 lines
813 B
Bash

# Template file for 'kactivitymanagerd'
pkgname=kactivitymanagerd
version=5.17.1
revision=1
build_style=cmake
configure_args="-DBUILD_TESTING=OFF"
hostmakedepends="extra-cmake-modules qt5-qmake qt5-host-tools kcoreaddons"
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=2eac1a41622e6632c3a569f1b8d5043f6414611c4dbeba2521eabebebd8e50b3
if [ "$CROSS_BUILD" ]; then
configure_args+=" -DRUN_RESULT_VAR=0"
configure_args+=" -DRUN_RESULT_VAR__TRYRUN_OUTPUT=0"
fi