[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
168/347: gnu: kdf: Update to 24.02.2.
From: |
guix-commits |
Subject: |
168/347: gnu: kdf: Update to 24.02.2. |
Date: |
Fri, 28 Jun 2024 09:58:53 -0400 (EDT) |
z572 pushed a commit to branch kde-team
in repository guix.
commit e5e8aa1b9e2b193e332f6d59c0b06fd161a66cc6
Author: Zheng Junjie <zhengjunjie@iscas.ac.cn>
AuthorDate: Tue May 7 14:05:50 2024 +0800
gnu: kdf: Update to 24.02.2.
* gnu/packages/kde.scm (kdf): Update to 24.02.2.
[native-inputs]: Use kdoctools-6 replace kdoctools.
[inputs]: Add kstatusnotifieritem, qt5compat. Remove qtbase-5. Use
kcmutils-6,
kconfigwidgets-6, kcoreaddons-6, ki18n-6, kiconthemes-6, kio-6,
knotifications-6, kwidgetsaddons-6 and kxmlgui-6 replace kcmutils,
kconfigwidgets, kcoreaddons, ki18n, kiconthemes, kio, knotifications,
kwidgetsaddons and kxmlgui.
[arguments]: Set #:qtbase to qtbase.
Change-Id: Iebd31fa05f55d04acf8c2f810f7b375154b9c2b4
---
gnu/packages/kde.scm | 30 ++++++++++++++++--------------
1 file changed, 16 insertions(+), 14 deletions(-)
diff --git a/gnu/packages/kde.scm b/gnu/packages/kde.scm
index e8464a27e0..537c553170 100644
--- a/gnu/packages/kde.scm
+++ b/gnu/packages/kde.scm
@@ -1414,35 +1414,37 @@ to perform data analysis.")
(define-public kdf
(package
(name "kdf")
- (version "23.04.3")
+ (version "24.02.2")
(source (origin
(method url-fetch)
(uri (string-append "mirror://kde/stable/release-service/"
version "/src/kdf-" version ".tar.xz"))
(sha256
(base32
- "11ndcbfkq5fhb1lfij0mmm43fw49sh0z3nw644sll0smcwic76aa"))))
+ "1mrr6rrxj1jiy7c7a6fxm37np015wbjpl6fs1nq3fpaf55i2wnib"))))
(build-system qt-build-system)
(native-inputs
- (list extra-cmake-modules kdoctools))
+ (list extra-cmake-modules kdoctools-6))
(inputs
- (list kcmutils
- kconfigwidgets
- kcoreaddons
- ki18n
- kiconthemes
- kio
- knotifications
- kwidgetsaddons
- kxmlgui
- qtbase-5))
+ (list kcmutils-6
+ kconfigwidgets-6
+ kcoreaddons-6
+ ki18n-6
+ kiconthemes-6
+ kio-6
+ knotifications-6
+ kwidgetsaddons-6
+ kstatusnotifieritem
+ kxmlgui-6
+ 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
- 272/347: gnu: kglobalacceld: Update to 6.1.1., (continued)
- 272/347: gnu: kglobalacceld: Update to 6.1.1., guix-commits, 2024/06/28
- 273/347: gnu: kinfocenter: Update to 6.1.1., guix-commits, 2024/06/28
- 282/347: gnu: libksysguard: Update to 6.1.1., guix-commits, 2024/06/28
- 283/347: gnu: kwallet-pam: Update to 6.1.1., guix-commits, 2024/06/28
- 287/347: gnu: milou: Update to 6.1.1., guix-commits, 2024/06/28
- 289/347: gnu: oxygen-sounds: Update to 6.1.1., guix-commits, 2024/06/28
- 162/347: gnu: kompare: Update to 24.02.2., guix-commits, 2024/06/28
- 155/347: gnu: Add qqc2-breeze-style., guix-commits, 2024/06/28
- 154/347: gnu: plasma-browser-integration: Update to 6.0.4., guix-commits, 2024/06/28
- 167/347: gnu: plasma: Update to 6.0.4., guix-commits, 2024/06/28
- 168/347: gnu: kdf: Update to 24.02.2.,
guix-commits <=
- 169/347: gnu: kcachegrind: Update to 24.02.2., guix-commits, 2024/06/28
- 174/347: gnu: libkgapi: Update to 24.02.2., guix-commits, 2024/06/28
- 175/347: gnu: Add grantlee-qt6., guix-commits, 2024/06/28
- 183/347: gnu: fcitx5-configtool: Enable qt6., guix-commits, 2024/06/28
- 184/347: gnu: Add libkscreen-5., guix-commits, 2024/06/28
- 115/347: gnu: libqaccessibilityclient: Update to 0.6.0., guix-commits, 2024/06/28
- 120/347: gnu: breeze-gtk: Update to 6.0.4.1., guix-commits, 2024/06/28
- 127/347: gnu: Add baloo-6., guix-commits, 2024/06/28
- 131/347: gnu: kirigami-addons: Update to 1.1.0., guix-commits, 2024/06/28
- 159/347: gnu: konsole: Update to 24.02.2., guix-commits, 2024/06/28