[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
163/347: gnu: ktimer: Update to 24.02.2.
From: |
guix-commits |
Subject: |
163/347: gnu: ktimer: Update to 24.02.2. |
Date: |
Fri, 28 Jun 2024 09:58:51 -0400 (EDT) |
z572 pushed a commit to branch kde-team
in repository guix.
commit c4e60f11261a14ca49ebc2ebad86f808bac8cb16
Author: Zheng Junjie <zhengjunjie@iscas.ac.cn>
AuthorDate: Tue May 7 13:25:02 2024 +0800
gnu: ktimer: Update to 24.02.2.
* gnu/packages/kde.scm (ktimer): Update to 24.02.2.
[native-inputs]: Use kdoctools-6 replace kdoctools.
[inputs]: Add kconfigwidgets-6, kstatusnotifieritem, qt5compat. Use
kdbusaddons-6, ki18n-6, kio-6 and knotifications-6 replace kdbusaddons,
ki18n,
kio and knotifications.
[arguments]: Set #:qtbase to qtbase.
Change-Id: I23bbb8274e4ee22f515413cd0ac194420fe078d5
---
gnu/packages/kde.scm | 18 +++++++++++-------
1 file changed, 11 insertions(+), 7 deletions(-)
diff --git a/gnu/packages/kde.scm b/gnu/packages/kde.scm
index 54cf8bc87b..e8464a27e0 100644
--- a/gnu/packages/kde.scm
+++ b/gnu/packages/kde.scm
@@ -1447,23 +1447,27 @@ unmount drives and view them in a file manager.")
(define-public ktimer
(package
(name "ktimer")
- (version "23.04.3")
+ (version "24.02.2")
(source (origin
(method url-fetch)
(uri (string-append "mirror://kde/stable/release-service/"
version
"/src/ktimer-" version ".tar.xz"))
(sha256
(base32
- "1n5az5cgb0q28lz5f7afqjlfga32q232g836nkl1sfq8n5whj5z5"))))
+ "0hh9mjnxf57vy20mji5i0z874jfhrx637xk7yimcva52nc5v0wj8"))))
(build-system qt-build-system)
(native-inputs
(list extra-cmake-modules
- kdoctools))
+ kdoctools-6))
(inputs
- (list kdbusaddons
- ki18n
- kio
- knotifications))
+ (list kdbusaddons-6
+ ki18n-6
+ kio-6
+ knotifications-6
+ kconfigwidgets-6
+ 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.
- 147/347: gnu: plasma-systemmonitor: Update to 6.0.4., (continued)
- 147/347: gnu: plasma-systemmonitor: Update to 6.0.4., guix-commits, 2024/06/28
- 141/347: gnu: plasma-welcome: Update to 6.0.4., guix-commits, 2024/06/28
- 137/347: gnu: plasma-workspace: Update to 6.0.4., guix-commits, 2024/06/28
- 135/347: gnu: Add kdsoap-ws-discovery-client., guix-commits, 2024/06/28
- 139/347: gnu: kaccounts-integration: Update to 24.02.2., guix-commits, 2024/06/28
- 157/347: gnu: Add sddm-qt5., guix-commits, 2024/06/28
- 158/347: services: sddm: Adjust pass env., guix-commits, 2024/06/28
- 149/347: gnu: kinfocenter: Update to 6.0.4., guix-commits, 2024/06/28
- 161/347: gnu: libkomparediff2: Update to 24.02.2., guix-commits, 2024/06/28
- 153/347: gnu: kde-cli-tools: Update to 6.0.4., guix-commits, 2024/06/28
- 163/347: gnu: ktimer: Update to 24.02.2.,
guix-commits <=
- 164/347: gnu: dolphin: Update to 24.02.2., guix-commits, 2024/06/28
- 166/347: gnu: Add ocean-sound-theme., guix-commits, 2024/06/28
- 165/347: gnu: spectacle: Update to 24.02.2., guix-commits, 2024/06/28
- 170/347: gnu: filelight: Update to 24.02.2., guix-commits, 2024/06/28
- 172/347: gnu: sweeper: Update to 24.02.2., guix-commits, 2024/06/28
- 173/347: gnu: kaccounts-providers: Update to 24.02.2., guix-commits, 2024/06/28
- 177/347: gnu: Remove khotkeys., guix-commits, 2024/06/28
- 178/347: gnu: Remove ksysguard., guix-commits, 2024/06/28
- 180/347: gnu: dolphin-plugins: Update to 24.02.2., guix-commits, 2024/06/28
- 185/347: gnu: Add wayland-protocols-next., guix-commits, 2024/06/28