void-packages/srcpkgs/kdesignerplugin/template

28 lines
959 B
Bash

# Template file for 'kdesignerplugin'
pkgname=kdesignerplugin
version=5.40.0
revision=1
build_style=cmake
configure_args="-DBUILD_TESTING=OFF"
hostmakedepends="extra-cmake-modules"
makedepends="kdoctools-devel kplotting-devel kdewebkit-devel"
short_desc="Integrating KDE frameworks widgets with Qt Designer"
maintainer="Denis Revin <denis.revin@gmail.com>"
license="LGPL-2"
homepage="https://projects.kde.org/projects/frameworks/kdesignerplugin"
distfiles="http://download.kde.org/stable/frameworks/${version%.*}/${pkgname}-${version}.tar.xz"
checksum=0d57e158e8247a06b148ff9f65c013257b0f374301dd0f05c5a0c70040239403
if [ -n "$CROSS_BUILD" ]; then
hostmakedepends+=" qt5-host-tools qt5-qmake qt5-tools python kdoctools"
configure_args+=" -DMEINPROC5_EXECUTABLE=/usr/bin/meinproc5"
fi
kdesignerplugin-devel_package() {
short_desc+=" - development"
depends="${makedepends} ${sourcepkg}>=${version}_${revision}"
pkg_install() {
vmove usr/lib/cmake
}
}