void-packages/srcpkgs/plasma-sdk/template
2020-12-04 17:27:44 +01:00

22 lines
865 B
Bash

# Template file for 'plasma-sdk'
pkgname=plasma-sdk
version=5.20.4
revision=1
build_style=cmake
configure_args="-DBUILD_TESTING=OFF"
hostmakedepends="extra-cmake-modules qt5-qmake qt5-host-tools kcoreaddons
gettext"
makedepends="plasma-framework-devel kdelibs4support-devel kdesignerplugin-devel
kitemmodels-devel knewstuff-devel ktexteditor-devel kdoctools-devel"
short_desc="Plasma development applications"
maintainer="John <me@johnnynator.dev>"
license="GPL-2.0-or-later, LGPL-2.1-or-later"
homepage="https://invent.kde.org/plasma/plasma-sdk"
distfiles="${KDE_SITE}/plasma/${version}/${pkgname}-${version}.tar.xz"
checksum=49d29c1c95832c585ea3c0b26f8fb46f5fa0fac726f9f7e9cbf0ab83415a00ea
if [ "$CROSS_BUILD" ]; then
hostmakedepends+=" kpackage-devel kconfig-devel kcoreaddons-devel plasma-framework"
configure_args+=" -DKF5_HOST_TOOLING=/usr/lib/cmake"
fi