Archived
1
0
Fork 0

gnu: kdf: Update to 24.05.2.

* gnu/packages/kde.scm (kdf): Update to 24.05.2.
[inputs]: Remove qtbase-5; add kstatusnotifieritem and qt5compat.
[arguments]: Set #:qtbase to qtbase.

Change-Id: I937d163a1dc5d693941b41006d735a94f8fa7369
This commit is contained in:
Zheng Junjie 2024-07-06 16:05:00 +08:00
parent 92a92ce771
commit 59b45f59aa
No known key found for this signature in database
GPG key ID: 3B5AA993E1A2DFF0

View file

@ -1414,14 +1414,14 @@ to perform data analysis.")
(define-public kdf (define-public kdf
(package (package
(name "kdf") (name "kdf")
(version "23.04.3") (version "24.05.2")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append "mirror://kde/stable/release-service/" (uri (string-append "mirror://kde/stable/release-service/"
version "/src/kdf-" version ".tar.xz")) version "/src/kdf-" version ".tar.xz"))
(sha256 (sha256
(base32 (base32
"11ndcbfkq5fhb1lfij0mmm43fw49sh0z3nw644sll0smcwic76aa")))) "1gp0r0dj58zq5rflw7yb42znjwvbq3aa0xqz5dfbxf7m3widri6g"))))
(build-system qt-build-system) (build-system qt-build-system)
(native-inputs (native-inputs
(list extra-cmake-modules kdoctools)) (list extra-cmake-modules kdoctools))
@ -1434,15 +1434,17 @@ to perform data analysis.")
kio kio
knotifications knotifications
kwidgetsaddons kwidgetsaddons
kstatusnotifieritem
kxmlgui kxmlgui
qtbase-5)) qt5compat))
(arguments (list #:qtbase qtbase))
(home-page "https://kde.org/applications/system/kdk") (home-page "https://kde.org/applications/system/kdk")
(synopsis "View Disk Usage") (synopsis "View Disk Usage")
(description "KDiskFree displays the available file devices (hard drive (description "KDiskFree displays the available file devices (hard drive
partitions, floppy and CD drives, etc.) along with information on their 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 capacity, free space, type and mount point. It also allows you to mount and
unmount drives and view them in a file manager.") unmount drives and view them in a file manager.")
(license license:gpl2+))) (license license:gpl2+)))
(define-public ktimer (define-public ktimer
(package (package