gnu: kdf: Move to kde-systemtools.scm.

* gnu/packages/kde.scm (kdf): Delete variable.
* gnu/packages/kde-systemtools.scm (kdf): New variable.

Change-Id: I7568f431a61230f96cfb92955ef690929865ee44
This commit is contained in:
Sughosha 2025-09-18 18:00:37 +05:30 committed by Zheng Junjie
parent a4f89fbd7f
commit eace43ea7b
No known key found for this signature in database
GPG key ID: 3B5AA993E1A2DFF0
2 changed files with 38 additions and 38 deletions

View file

@ -1680,44 +1680,6 @@ to perform data analysis.")
(license (list license:gpl2+ ;labplot
license:gpl3+)))) ;liborigin
(define-public kdf
(package
(name "kdf")
(version "24.12.3")
(source (origin
(method url-fetch)
(uri (string-append "mirror://kde/stable/release-service/"
version "/src/kdf-" version ".tar.xz"))
(sha256
(base32
"1agv2bpz0gi2l759w4pkafb1pfqyh3m7dhfxpmpvlr8759z4skyv"))))
(build-system qt-build-system)
(native-inputs
(list extra-cmake-modules kdoctools))
(inputs
(list kcmutils
kconfigwidgets
kcoreaddons
kcrash
ki18n
kiconthemes
kio
knotifications
kwidgetsaddons
kstatusnotifieritem
kxmlgui
qt5compat))
(arguments
(list #:qtbase qtbase
#:tests? #f))
(home-page "https://kde.org/applications/system/kdk")
(synopsis "View Disk Usage")
(description "KDiskFree displays the available file devices (hard drive
partitions, floppy and CD drives, etc.) along with information on their
capacity, free space, type and mount point. It also allows you to mount and
unmount drives and view them in a file manager.")
(license license:gpl2+)))
(define-public ktimer
(package
(name "ktimer")