M gnu/packages/kde-utils.scm => gnu/packages/kde-utils.scm +34 -0
@@ 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"))
M gnu/packages/kde.scm => gnu/packages/kde.scm +0 -33
@@ 1648,39 1648,6 @@ to perform data analysis.")
(license (list license:gpl2+ ;labplot
license:gpl3+)))) ;liborigin
-(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 kcachegrind
(package