void-packages/srcpkgs/plasma-sdk/template
2021-06-16 19:32:11 +02:00

21 lines
865 B
Bash

# Template file for 'plasma-sdk'
pkgname=plasma-sdk
version=5.22.1
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=16e3c576705ed416881a126997bbcd2132cca34dfc1f0f48a8c655fbb1ab01b9
if [ "$CROSS_BUILD" ]; then
hostmakedepends+=" kpackage-devel kconfig-devel kcoreaddons-devel plasma-framework"
configure_args+=" -DKF5_HOST_TOOLING=/usr/lib/cmake"
fi