void-packages/srcpkgs/kactivitymanagerd/template
2019-02-20 09:37:23 +01:00

20 lines
801 B
Bash

# Template file for 'kactivitymanagerd'
pkgname=kactivitymanagerd
version=5.15.1
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=e6e4192f6f49d1cc637ede63c240265714ef9ed56c4282bd590e05aee95ddbb2
if [ "$CROSS_BUILD" ]; then
configure_args+=" -DRUN_RESULT_VAR=0"
configure_args+=" -DRUN_RESULT_VAR__TRYRUN_OUTPUT=0"
fi