[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
162/465: gnu: kdf: Update to 24.05.2.
From: |
guix-commits |
Subject: |
162/465: gnu: kdf: Update to 24.05.2. |
Date: |
Wed, 17 Jul 2024 23:01:31 -0400 (EDT) |
z572 pushed a commit to branch kde-team
in repository guix.
commit 59b45f59aaac964a529ba4b416507ff26d44eda9
Author: Zheng Junjie <zhengjunjie@iscas.ac.cn>
AuthorDate: Sat Jul 6 16:05:00 2024 +0800
gnu: kdf: Update to 24.05.2.
* gnu/packages/kde.scm (kdf): Update to 24.05.2.
[inputs]: Remove qtbase-5; add kstatusnotifieritem and qt5compat.
[arguments]: Set #:qtbase to qtbase.
Change-Id: I937d163a1dc5d693941b41006d735a94f8fa7369
---
gnu/packages/kde.scm | 10 ++++++----
1 file changed, 6 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/kde.scm b/gnu/packages/kde.scm
index 2c099e1bfb..ed044baaac 100644
--- a/gnu/packages/kde.scm
+++ b/gnu/packages/kde.scm
@@ -1414,14 +1414,14 @@ to perform data analysis.")
(define-public kdf
(package
(name "kdf")
- (version "23.04.3")
+ (version "24.05.2")
(source (origin
(method url-fetch)
(uri (string-append "mirror://kde/stable/release-service/"
version "/src/kdf-" version ".tar.xz"))
(sha256
(base32
- "11ndcbfkq5fhb1lfij0mmm43fw49sh0z3nw644sll0smcwic76aa"))))
+ "1gp0r0dj58zq5rflw7yb42znjwvbq3aa0xqz5dfbxf7m3widri6g"))))
(build-system qt-build-system)
(native-inputs
(list extra-cmake-modules kdoctools))
@@ -1434,15 +1434,17 @@ to perform data analysis.")
kio
knotifications
kwidgetsaddons
+ kstatusnotifieritem
kxmlgui
- qtbase-5))
+ qt5compat))
+ (arguments (list #:qtbase qtbase))
(home-page "https://kde.org/applications/system/kdk")
(synopsis "View Disk Usage")
(description "KDiskFree displays the available file devices (hard drive
partitions, floppy and CD drives, etc.) along with information on their
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+)))
+ (license license:gpl2+)))
(define-public ktimer
(package
- 213/465: gnu: kpmcore: Update to 24.05.2., (continued)
- 213/465: gnu: kpmcore: Update to 24.05.2., guix-commits, 2024/07/17
- 221/465: gnu: kblocks: Update to 24.05.2., guix-commits, 2024/07/17
- 224/465: gnu: kgoldrunner: Update to 24.05.2., guix-commits, 2024/07/17
- 227/465: gnu: kblackbox: Update to 24.05.2., guix-commits, 2024/07/17
- 229/465: gnu: ksnakeduel: Update to 24.05.2., guix-commits, 2024/07/17
- 230/465: gnu: kollision: Update to 24.05.2., guix-commits, 2024/07/17
- 231/465: gnu: knavalbattle: Update to 24.05.2., guix-commits, 2024/07/17
- 451/465: gnu: telegram-desktop: Fix build., guix-commits, 2024/07/17
- 462/465: service: plasma-desktop: Add kwallet dbus., guix-commits, 2024/07/17
- 147/465: gnu: plasma-systemmonitor: Update to 6.1.2., guix-commits, 2024/07/17
- 162/465: gnu: kdf: Update to 24.05.2.,
guix-commits <=
- 183/465: gnu: yakuake: Update to 24.05.2., guix-commits, 2024/07/17
- 189/465: gnu: khelpcenter: Update to 24.05.2., guix-commits, 2024/07/17
- 192/465: gnu: kspaceduel: Update to 24.05.2., guix-commits, 2024/07/17
- 202/465: gnu: knetwalk: Update to 24.05.2., guix-commits, 2024/07/17
- 204/465: gnu: kbreakout: Update to 24.05.2., guix-commits, 2024/07/17
- 209/465: gnu: kate: Update to 24.05.2., guix-commits, 2024/07/17
- 211/465: gnu: kopeninghours: Update to 24.05.2., guix-commits, 2024/07/17
- 214/465: gnu: grantleetheme: Update to 24.05.2., guix-commits, 2024/07/17
- 222/465: gnu: ksudoku: Update to 24.05.2., guix-commits, 2024/07/17
- 225/465: gnu: kdiamond: Update to 24.05.2., guix-commits, 2024/07/17