gnu: ktimer: Update to 24.05.2.

* gnu/packages/kde.scm (ktimer): Update to 24.05.2.
[inputs]: Add kconfigwidgets, kstatusnotifieritem, and qt5compat.
[arguments]: Set #:qtbase to qtbase.

Change-Id: Icb858a3df5cd5b006439e2ce73d023b2861e02ba
This commit is contained in:
Zheng Junjie 2024-07-06 15:55:12 +08:00
parent c04cb6971c
commit 7a1305f234
No known key found for this signature in database
GPG Key ID: 3B5AA993E1A2DFF0

View File

@ -1447,14 +1447,14 @@ unmount drives and view them in a file manager.")
(define-public ktimer
(package
(name "ktimer")
(version "23.04.3")
(version "24.05.2")
(source (origin
(method url-fetch)
(uri (string-append "mirror://kde/stable/release-service/" version
"/src/ktimer-" version ".tar.xz"))
(sha256
(base32
"1n5az5cgb0q28lz5f7afqjlfga32q232g836nkl1sfq8n5whj5z5"))))
"1s3fwxxdpc4qsxby01sdp5c2sdzb1a9y37d172gvk41148swl5np"))))
(build-system qt-build-system)
(native-inputs
(list extra-cmake-modules
@ -1463,7 +1463,11 @@ unmount drives and view them in a file manager.")
(list kdbusaddons
ki18n
kio
knotifications))
knotifications
kconfigwidgets
kstatusnotifieritem
qt5compat))
(arguments (list #:qtbase qtbase))
(home-page "https://kde.org/applications/utilities/ktimer")
(synopsis "Countdown Launcher")
(description "KTimer is a little tool to execute programs after some time.