21 lines
712 B
Bash
21 lines
712 B
Bash
# Template file for 'plasma-thunderbolt'
|
|
pkgname=plasma-thunderbolt
|
|
version=5.27.0
|
|
revision=1
|
|
build_style=cmake
|
|
configure_args="-DKF5_HOST_TOOLING=/usr/lib/cmake"
|
|
hostmakedepends="extra-cmake-modules kcoreaddons-devel
|
|
kcmutils-devel 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=43b12410905f4d7c4f2678160f1ee6ba4a7bd159a095cf70df6a2b2ab7897d14
|
|
|
|
do_check() {
|
|
: # Requires running dbus and bolt services
|
|
}
|