void-packages/srcpkgs/plasma-thunderbolt/template
2020-07-08 16:18:33 +02:00

19 lines
644 B
Bash

# Template file for 'plasma-thunderbolt'
pkgname=plasma-thunderbolt
version=5.19.3
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://cgit.kde.org/plasma-thunderbolt.git"
distfiles="${KDE_SITE}/plasma/${version}/${pkgname}-${version}.tar.xz"
checksum=a06ede08535d238a353f9f75dffb73808c72342edf39466ce8ff6b53ea4f7ebe
do_check() {
: # Requires running dbus and bolt services
}