void-packages/srcpkgs/plasma-pa/template
2019-09-16 07:10:00 +02:00

22 lines
781 B
Bash

# Template file for 'plasma-pa'
pkgname=plasma-pa
version=5.16.5
revision=1
build_style=cmake
configure_args="-DBUILD_TESTING=OFF"
hostmakedepends="extra-cmake-modules kcoreaddons kdoctools pkg-config
qt5-host-tools qt5-qmake"
makedepends="plasma-framework-devel kdoctools-devel pulseaudio-devel
libcanberra-devel"
short_desc="PulseAudio Plasma applet"
maintainer="John <johnz@posteo.net>"
license="LGPL-2.1-or-later"
homepage="https://projects.kde.org/projects/plasma/plasma-pa"
distfiles="${KDE_SITE}/plasma/${version}/${pkgname}-${version}.tar.xz"
checksum=e029563d50cc6266a4a3e22574c33fef4670e1aaab18630eb30769e2167acc96
if [ "$CROSS_BUILD" ]; then
hostmakedepends+=" kpackage-devel kconfig-devel kcoreaddons-devel"
configure_args+=" -DKF5_HOST_TOOLING=/usr/lib/cmake"
fi