20 lines
649 B
Bash
20 lines
649 B
Bash
# Template file for 'plasma-thunderbolt'
|
|
pkgname=plasma-thunderbolt
|
|
version=5.23.2
|
|
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=8c3399bc14c5a73eafc76edb8c2aa6907910bc6eaf2ea19476ca0ebc4054058e
|
|
|
|
do_check() {
|
|
: # Requires running dbus and bolt services
|
|
}
|