void-packages/srcpkgs/kactivities5/template
2021-06-19 09:59:35 +02:00

33 lines
1.1 KiB
Bash

# Template file for 'kactivities5'
pkgname=kactivities5
version=5.83.0
revision=1
wrksrc="${pkgname%5}-${version}"
build_style=cmake
hostmakedepends="kcoreaddons 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 <me@johnnynator.dev>"
license="LGPL-2.1-or-later, GPL-2.0-or-later"
homepage="https://invent.kde.org/frameworks/kactivities"
distfiles="${KDE_SITE}/frameworks/${version%.*}/${pkgname%5}-${version}.tar.xz"
checksum=dac6c92eea2731e835b8d15d54033ab86388371b1627fdc72ddbb7027639177b
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/pkgconfig
vmove usr/lib/qt5/mkspecs
vmove usr/lib/cmake
vmove "usr/lib/*.so"
}
}