gnu: ktimer: Move to kde-utils.scm.

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

Change-Id: I0c712a445cce0ab4790dcc4d9764205a2e46ac07
This commit is contained in:
Sughosha 2025-09-19 21:11:17 +05:30 committed by Zheng Junjie
parent 017e72f21b
commit 9a1f372a34
No known key found for this signature in database
GPG key ID: 3B5AA993E1A2DFF0
2 changed files with 34 additions and 33 deletions

View file

@ -1118,6 +1118,40 @@ Almost completely customizable, Krusader is very user friendly, fast and looks
great on your desktop.")
(license license:gpl2+)))
(define-public ktimer
(package
(name "ktimer")
(version "24.12.3")
(source (origin
(method url-fetch)
(uri (string-append "mirror://kde/stable/release-service/" version
"/src/ktimer-" version ".tar.xz"))
(sha256
(base32
"1kpz1hz0s32qc1cpbvrs9yw9w86ingc9sk03cykljsc493fhmy9m"))))
(build-system qt-build-system)
(native-inputs
(list extra-cmake-modules
kdoctools))
(inputs
(list kcrash
kdbusaddons
ki18n
kio
knotifications
kconfigwidgets
kstatusnotifieritem
qt5compat))
(arguments
(list #:qtbase qtbase
#:tests? #f))
(home-page "https://kde.org/applications/utilities/ktimer")
(synopsis "Countdown Launcher")
(description "KTimer is a little tool to execute programs after some time.
It allows you to enter several tasks and to set a timer for each of them. The
timers for each task can be started, stopped, changed, or looped.")
(license license:gpl2+)))
(define-public kxstitch
(let ((commit "bfe934ffc2c2dfa1cc554bc4483a3285b027b00c")
(revision "0"))