void-packages/srcpkgs/plasma-pa/template

22 lines
790 B
Bash

# Template file for 'plasma-pa'
pkgname=plasma-pa
version=5.13.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
GConf-devel libcanberra-devel"
short_desc="PulseAudio Plasma applet"
maintainer="Denis Revin <denis.revin@gmail.com>"
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=a85933e786a7954f1da0a021b24e2f83c67e60af188077ac4d00f0913fe9a45c
if [ "$CROSS_BUILD" ]; then
hostmakedepends+=" kconfig-devel kcoreaddons-devel"
configure_args+=" -DKF5_HOST_TOOLING=/usr/lib/cmake"
fi