void-packages/srcpkgs/plasma-pa/template
2021-08-01 00:11:17 +02:00

21 lines
780 B
Bash

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