vp-build/srcpkgs/kactivities5/template

34 lines
1.2 KiB
Bash

# Template file for 'kactivities5'
pkgname=kactivities5
version=5.52.0
revision=1
wrksrc="${pkgname%5}-${version}"
build_style=cmake
configure_args="-DBUILD_TESTING=OFF"
hostmakedepends="extra-cmake-modules qt5-qmake"
makedepends="boost-devel qt5-declarative-devel kconfig-devel
kcoreaddons-devel kwindowsystem-devel qt5-plugin-mysql qt5-plugin-odbc
qt5-plugin-pgsql qt5-plugin-sqlite qt5-plugin-tds"
depends="qt5-plugin-mysql qt5-plugin-odbc qt5-plugin-pgsql qt5-plugin-sqlite qt5-plugin-tds"
short_desc="KDE API for using and interacting with the Activity Manager"
maintainer="John <johnz@posteo.net>"
license="LGPL-2.1-or-later, GPL-2.0-or-later"
homepage="https://projects.kde.org/projects/frameworks/kactivities"
distfiles="${KDE_SITE}/frameworks/${version%.*}/${pkgname%5}-${version}.tar.xz"
checksum=add14c6331d4a282ca8313a5a931f111cb85efaf13079035428c50e2f65c935d
if [ "$CROSS_BUILD" ]; then
hostmakedepends+=" qt5-host-tools"
fi
kactivities5-devel_package() {
short_desc+=" - development"
depends="${makedepends} ${sourcepkg}>=${version}_${revision}"
pkg_install() {
vmove usr/include
vmove usr/lib/qt5/mkspecs
vmove usr/lib/cmake
vmove "usr/lib/*.so"
}
}