21 lines
813 B
Bash
21 lines
813 B
Bash
# Template file for 'kactivitymanagerd'
|
|
pkgname=kactivitymanagerd
|
|
version=5.14.3
|
|
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="Denis Revin <denis.revin@gmail.com>"
|
|
license="GPL-2.0-or-later"
|
|
homepage="https://projects.kde.org/projects/plasma/kactivitymanagerd"
|
|
distfiles="${KDE_SITE}/plasma/${version}/${pkgname}-${version}.tar.xz"
|
|
checksum=c56a8ee160195f7f93c8d7be7d4a2f384a53227ba22927c23ba4cbfcc5055541
|
|
|
|
if [ "$CROSS_BUILD" ]; then
|
|
configure_args+=" -DRUN_RESULT_VAR=0"
|
|
configure_args+=" -DRUN_RESULT_VAR__TRYRUN_OUTPUT=0"
|
|
fi
|