me
/
guix
Archived
1
0
Fork 0

gnu: Add ktimer.

* gnu/packages/kde.scm (ktimer): New variable.
master
Zheng Junjie 2022-10-08 00:47:12 -04:00 committed by Maxim Cournoyer
parent 2cdd60dea1
commit c9d955d51e
No known key found for this signature in database
GPG Key ID: 1260E46482E63562
1 changed files with 27 additions and 0 deletions

View File

@ -900,6 +900,33 @@ 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")
(version "20.12.0")
(source (origin
(method url-fetch)
(uri (string-append "mirror://kde/stable/release-service/" version
"/src/ktimer-" version ".tar.xz"))
(sha256
(base32
"12fz5v5ky03h18jl75fnq1zagjq8qzi1s1q7phjz5d1rbhwc57ls"))))
(build-system qt-build-system)
(native-inputs
(list extra-cmake-modules
kdoctools))
(inputs
(list kdbusaddons
ki18n
kio
knotifications))
(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 kcachegrind
(package
(name "kcachegrind")