mirror of
https://github.com/void-linux/void-packages.git
synced 2025-09-30 23:55:23 +02:00
20 lines
850 B
Bash
20 lines
850 B
Bash
# Template file for 'plasma-sdk'
|
|
pkgname=plasma-sdk
|
|
version=5.15.0
|
|
revision=1
|
|
build_style=cmake
|
|
configure_args="-DBUILD_TESTING=OFF"
|
|
hostmakedepends="extra-cmake-modules qt5-qmake qt5-host-tools kcoreaddons"
|
|
makedepends="plasma-framework-devel kdelibs4support-devel kdesignerplugin-devel
|
|
kitemmodels-devel knewstuff-devel ktexteditor-devel kdoctools-devel"
|
|
short_desc="Plasma development applications"
|
|
maintainer="John <johnz@posteo.net>"
|
|
license="GPL-2.0-or-later, LGPL-2.1-or-later"
|
|
homepage="https://projects.kde.org/projects/plasma/plasma-sdk"
|
|
distfiles="${KDE_SITE}/plasma/${version}/${pkgname}-${version}.tar.xz"
|
|
checksum=a8a514775ded362b4b15190eb451bc0ef7b2564630f6937daf871a92311eb812
|
|
|
|
if [ "$CROSS_BUILD" ]; then
|
|
hostmakedepends+=" kconfig-devel kcoreaddons-devel plasma-framework"
|
|
configure_args+=" -DKF5_HOST_TOOLING=/usr/lib/cmake"
|
|
fi
|