22 lines
762 B
Bash
22 lines
762 B
Bash
# Template file for 'plasma-thunderbolt'
|
|
pkgname=plasma-thunderbolt
|
|
version=6.2.0
|
|
revision=1
|
|
build_style=cmake
|
|
configure_args="-DKF6_HOST_TOOLING=/usr/lib/cmake
|
|
-DKDE_INSTALL_QTPLUGINDIR=lib/qt6/plugins"
|
|
hostmakedepends="extra-cmake-modules gettext qt6-tools qt6-base
|
|
kf6-kconfig kf6-kcmutils"
|
|
makedepends="kf6-kcmutils-devel kf6-kconfig-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=1cdc763003e201178e526f48c30df650f37a8b4e016d25a5e9839bbce94dce3a
|
|
|
|
do_check() {
|
|
: # Requires running dbus and bolt services
|
|
}
|