guix-commits
[Top][All Lists]
Advanced

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

119/143: gnu: Add filelight.


From: guix-commits
Subject: 119/143: gnu: Add filelight.
Date: Mon, 21 Nov 2022 16:10:53 -0500 (EST)

mbakke pushed a commit to branch master
in repository guix.

commit 0aa70baeb860f041f89ecdeaf47a040bd378f4a2
Author: Petr Hodina <phodina@protonmail.com>
AuthorDate: Sat Sep 24 19:18:55 2022 +0200

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

diff --git a/gnu/packages/kde-utils.scm b/gnu/packages/kde-utils.scm
index 642e9f457c..9e37f66a02 100644
--- a/gnu/packages/kde-utils.scm
+++ b/gnu/packages/kde-utils.scm
@@ -165,6 +165,35 @@ well as CD-ROM images.")
       (description "This package provides simple note taking and to-do app.")
       (license license:gpl2+))))
 
+(define-public filelight
+  (package
+    (name "filelight")
+    (version "22.08.1")
+    (source (origin
+              (method url-fetch)
+              (uri (string-append "mirror://kde/stable/release-service/"
+                                  version "/src/filelight-" version ".tar.xz"))
+              (sha256
+               (base32
+                "1fqgmpq5dznbn5lalx1j6dyynhylijrcqw3x9hrwxcqwr275h9iw"))))
+    (build-system qt-build-system)
+    (native-inputs (list extra-cmake-modules))
+    (inputs (list kirigami
+                  kquickcharts
+                  kxmlgui
+                  kio
+                  ki18n
+                  kdeclarative
+                  qqc2-desktop-style
+                  qtgraphicaleffects
+                  qtquickcontrols2-5
+                  qtsvg-5))
+    (home-page "https://apps.kde.org/filelight/";)
+    (synopsis "Visualize the disk usage")
+    (description "Filelight is an application to visualize the disk usage on
+your computer.")
+    (license license:lgpl2.1+)))
+
 (define-public kate
   (package
     (name "kate")



reply via email to

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