From c5a4a5cb3bd16951b7343adbcdb897aac8b694d4 Mon Sep 17 00:00:00 2001 From: John Date: Tue, 24 Sep 2019 22:52:48 +0200 Subject: [PATCH] New package: plasma-thunderbolt-5.17.0 --- srcpkgs/plasma-thunderbolt/template | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 srcpkgs/plasma-thunderbolt/template diff --git a/srcpkgs/plasma-thunderbolt/template b/srcpkgs/plasma-thunderbolt/template new file mode 100644 index 00000000000..58e299f6c08 --- /dev/null +++ b/srcpkgs/plasma-thunderbolt/template @@ -0,0 +1,19 @@ +# Template file for 'plasma-thunderbolt' +pkgname=plasma-thunderbolt +version=5.17.0 +revision=1 +build_style=cmake +hostmakedepends="extra-cmake-modules kcoreaddons kcmutils + qt5-host-tools qt5-qmake" +makedepends="kcmutils-devel" +depends="bolt" +short_desc="Plasma integration for controlling Thunderbolt devices" +maintainer="John " +license="GPL-3.0-or-later" +homepage="https://cgit.kde.org/plasma-thunderbolt.git" +distfiles="${KDE_SITE}/plasma/${version}/${pkgname}-${version}.tar.xz" +checksum=8e244a2f6e872451166deaf454a057110761acec054655986d55576af38a23e1 + +do_check() { + : # Requires running dbus and bolt services +}