vp-build/srcpkgs/frameworkintegration/template

29 lines
948 B
Bash

# Template file for 'frameworkintegration'
pkgname=frameworkintegration
version=5.52.0
revision=1
build_style=cmake
configure_args="-DBUILD_TESTING=OFF"
hostmakedepends="extra-cmake-modules pkg-config"
makedepends="kiconthemes-devel knotifications-devel kpackage-devel knewstuff-devel"
short_desc="Integration of Qt application with KDE workspaces"
maintainer="John <johnz@posteo.net>"
license="LGPL-2.0-or-later"
homepage="https://projects.kde.org/projects/frameworks/frameworkintegration"
distfiles="${KDE_SITE}/frameworks/${version%.*}/${pkgname}-${version}.tar.xz"
checksum=017ea17befc773614fbe4074baee66be16e79801c6af964087fd01b718097ae9
if [ "$CROSS_BUILD" ]; then
hostmakedepends+=" qt5-host-tools qt5-qmake python"
fi
frameworkintegration-devel_package() {
short_desc+=" - development"
depends="${makedepends} ${sourcepkg}>=${version}_${revision}"
pkg_install() {
vmove usr/include
vmove usr/lib/cmake
vmove "usr/lib/*.so"
}
}