From 7b87d90d8bf6d6b8188f90f2308a1d96a7a2095c Mon Sep 17 00:00:00 2001 From: Petr Hodina Date: Sun, 14 Aug 2022 22:13:48 +0200 Subject: [PATCH v5 3/4] gnu: Add plasma-thunderbolt. * gnu/packages/kde-plasma.scm (plasma-thunderbolt): New variable. diff --git a/gnu/packages/kde-plasma.scm b/gnu/packages/kde-plasma.scm index 2a3d86f801..3a392bedc9 100644 --- a/gnu/packages/kde-plasma.scm +++ b/gnu/packages/kde-plasma.scm @@ -1477,6 +1477,40 @@ (define-public plasma-bigscreen is controllable via voice or TV remote.") (license license:gpl2+))) +(define-public plasma-thunderbolt + (package + (name "plasma-thunderbolt") + (version "5.25.4") + (source (origin + (method url-fetch) + (uri (string-append "mirror://kde/stable/plasma/" + version + "/" + name + "-" + version + ".tar.xz")) + (sha256 + (base32 + "0hjvkss0qfmwhrsba83wfxwxhikvzf56faan325ic0iv7fdaj3ns")))) + (build-system qt-build-system) + (native-inputs (list dbus extra-cmake-modules)) + (arguments + (list #:tests? #f)) + (inputs (list bolt + kcmutils + kcoreaddons + kdbusaddons + kdeclarative + ki18n + knotifications + qtdeclarative-5)) + (home-page "https://invent.kde.org/plasma/plasma-thunderbolt") + (synopsis "Plasma integration for controlling Thunderbolt devices") + (description "This package provides Plasma integration for controlling +Thunderbolt devices.") + (license (list license:bsd-3 license:gpl2 license:gpl3)))) + (define-public plasmatube (package (name "plasmatube") -- 2.38.1