void-packages/srcpkgs/plasma-thunderbolt/template
2022-04-18 11:58:58 +02:00

20 lines
649 B
Bash

# Template file for 'plasma-thunderbolt'
pkgname=plasma-thunderbolt
version=5.24.4
revision=1
build_style=cmake
hostmakedepends="extra-cmake-modules kcoreaddons kcmutils
gettext qt5-host-tools qt5-qmake"
makedepends="kcmutils-devel"
depends="bolt"
short_desc="Plasma integration for controlling Thunderbolt devices"
maintainer="John <me@johnnynator.dev>"
license="GPL-3.0-or-later"
homepage="https://invent.kde.org/plasma/plasma-thunderbolt"
distfiles="${KDE_SITE}/plasma/${version}/${pkgname}-${version}.tar.xz"
checksum=1efecdd4b5e3302b37ae28964cd371d404189f7879a9752f000b6df4745b0ab3
do_check() {
: # Requires running dbus and bolt services
}