guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

72/143: gnu: Add plasma-disks.


From: guix-commits
Subject: 72/143: gnu: Add plasma-disks.
Date: Mon, 21 Nov 2022 16:10:47 -0500 (EST)

mbakke pushed a commit to branch master
in repository guix.

commit d113630f98c70e937e89f0b927756b11ea11c057
Author: Petr Hodina <phodina@protonmail.com>
AuthorDate: Fri Aug 26 08:07:54 2022 +0200

    gnu: Add plasma-disks.
    
    * gnu/packages/kde-plasma.scm (plasma-disks): New variable.
    
    Signed-off-by: Marius Bakke <marius@gnu.org>
---
 gnu/packages/kde-plasma.scm | 29 +++++++++++++++++++++++++++++
 1 file changed, 29 insertions(+)

diff --git a/gnu/packages/kde-plasma.scm b/gnu/packages/kde-plasma.scm
index b8e9210431..8ee5999211 100644
--- a/gnu/packages/kde-plasma.scm
+++ b/gnu/packages/kde-plasma.scm
@@ -724,6 +724,35 @@ KDE Frameworks components.")
 on QtMultimedia and @command{yt-dlp}.")
     (license license:gpl3+)))
 
+(define-public plasma-disks
+  (package
+    (name "plasma-disks")
+    (version "5.25.5")
+    (source (origin
+              (method url-fetch)
+              (uri (string-append "mirror://kde/stable/plasma/"
+                                  version "/" name "-"
+                                  version ".tar.xz"))
+              (sha256
+               (base32
+                "0vci2cf8vx2lclypys9rmvjb8haakv6ksrvqm5j28pazbq2kskvl"))))
+    (build-system qt-build-system)
+    (native-inputs (list extra-cmake-modules))
+    (inputs (list kcoreaddons
+                  kdbusaddons
+                  knotifications
+                  ki18n
+                  solid
+                  kservice
+                  kio
+                  kauth
+                  kdeclarative
+                  smartmontools))
+    (synopsis "Monitors S.M.A.R.T. capable devices for imminent failure")
+    (description "This package provides interface to S.M.A.R.T. data of 
disks.")
+    (home-page "https://invent.kde.org/plasma/plasma-disks";)
+    (license (list license:gpl2 license:gpl3))))
+
 (define-public plasma-integration
   (package
     (name "plasma-integration")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]