[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
161/465: gnu: ktimer: Update to 24.05.2.
From: |
guix-commits |
Subject: |
161/465: gnu: ktimer: Update to 24.05.2. |
Date: |
Tue, 16 Jul 2024 11:03:17 -0400 (EDT) |
z572 pushed a commit to branch kde-team
in repository guix.
commit 51fc12b090749c0ed3f010c6a28204ac02de2ee6
Author: Zheng Junjie <zhengjunjie@iscas.ac.cn>
AuthorDate: Sat Jul 6 15:55:12 2024 +0800
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
---
gnu/packages/kde.scm | 10 +++++++---
1 file changed, 7 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/kde.scm b/gnu/packages/kde.scm
index 2c07916a06..2c099e1bfb 100644
--- a/gnu/packages/kde.scm
+++ b/gnu/packages/kde.scm
@@ -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.
- 140/465: gnu: plasma-nm: Update to 6.1.2., (continued)
- 140/465: gnu: plasma-nm: Update to 6.1.2., guix-commits, 2024/07/16
- 135/465: gnu: Add plasma5support., guix-commits, 2024/07/16
- 136/465: gnu: kuserfeedback: Update to 1.3.0., guix-commits, 2024/07/16
- 149/465: gnu: plasma-systemmonitor: Update to 6.1.2., guix-commits, 2024/07/16
- 157/465: gnu: plasma-browser-integration: Update to 6.1.2., guix-commits, 2024/07/16
- 156/465: gnu: kde-cli-tools: Update to 6.1.2., guix-commits, 2024/07/16
- 153/465: gnu: kdeplasma-addons: Update to 6.1.2., guix-commits, 2024/07/16
- 164/465: gnu: kdf: Update to 24.05.2., guix-commits, 2024/07/16
- 166/465: gnu: filelight: Update to 24.05.2., guix-commits, 2024/07/16
- 162/465: gnu: dolphin: Update to 24.05.2., guix-commits, 2024/07/16
- 161/465: gnu: ktimer: Update to 24.05.2.,
guix-commits <=
- 171/465: gnu: kbackup: Update to 24.05.2., guix-commits, 2024/07/16
- 172/465: gnu: dolphin-plugins: Update to 24.05.2., guix-commits, 2024/07/16
- 180/465: gnu: plasma: Update to 6.1.2., guix-commits, 2024/07/16
- 197/465: gnu: kubrick: Update to 24.05.2., guix-commits, 2024/07/16
- 01/465: gnu: extra-cmake-modules: Update to 6.3.0., guix-commits, 2024/07/16
- 09/465: gnu: qca: Update to 2.3.9., guix-commits, 2024/07/16
- 35/465: gnu: kwidgetsaddons: Update to 6.3.0., guix-commits, 2024/07/16
- 53/465: gnu: solid: Update to 6.3.0., guix-commits, 2024/07/16
- 63/465: gnu: syndication: Update to 6.3.0., guix-commits, 2024/07/16
- 40/465: gnu: kitemviews: Update to 6.3.0., guix-commits, 2024/07/16