me
/
guix
Archived
1
0
Fork 0

gnu: Add filelight.

* gnu/packages/kde-utils.scm (filelight): New variable.

Signed-off-by: Marius Bakke <marius@gnu.org>
Petr Hodina 2022-09-24 19:18:55 +02:00 committed by Marius Bakke
parent 853480957e
commit 0aa70baeb8
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 29 additions and 0 deletions

View File

@ -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")