[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
170/347: gnu: filelight: Update to 24.02.2.
From: |
guix-commits |
Subject: |
170/347: gnu: filelight: 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 2cf7a95e930ac8a295f86ae82e7277becfed00fa
Author: Zheng Junjie <zhengjunjie@iscas.ac.cn>
AuthorDate: Tue May 7 14:26:22 2024 +0800
gnu: filelight: Update to 24.02.2.
* gnu/packages/kde-utils.scm (filelight): Update to 24.02.2.
[inputs]: Add kirigami-addons. Remove qtgraphicaleffects,
qtquickcontrols2-5. Use kirigami-6, kquickcharts-6, kxmlgui-6, kio-6,
ki18n-6,
kdeclarative-6, qqc2-desktop-style-6 and qtsvg replace kirigami,
kquickcharts,
kxmlgui, kio, ki18n, kdeclarative, qqc2-desktop-style and qtsvg-5.
[arguments]: Set #:qtbase to qtbase.
Change-Id: I7acae82ae95d50f2f924436ff8f53d390445db9f
---
gnu/packages/kde-utils.scm | 24 ++++++++++++------------
1 file changed, 12 insertions(+), 12 deletions(-)
diff --git a/gnu/packages/kde-utils.scm b/gnu/packages/kde-utils.scm
index 6001607ad6..b004bc476b 100644
--- a/gnu/packages/kde-utils.scm
+++ b/gnu/packages/kde-utils.scm
@@ -246,26 +246,26 @@ well as CD-ROM images.")
(define-public filelight
(package
(name "filelight")
- (version "23.04.3")
+ (version "24.02.2")
(source (origin
(method url-fetch)
(uri (string-append "mirror://kde/stable/release-service/"
version "/src/filelight-" version ".tar.xz"))
(sha256
(base32
- "1mwl1dkknvqw9hd5jsh4cdx1zd8f6rxca0vyq01wrx44q9p6dn1n"))))
+ "13mvd21p4m1kd2mamvdxx34yzvzr71hmlgb5qqs44zpwwzyvsl8m"))))
(build-system qt-build-system)
(native-inputs (list extra-cmake-modules))
- (inputs (list kirigami
- kquickcharts
- kxmlgui
- kio
- ki18n
- kdeclarative
- qqc2-desktop-style
- qtgraphicaleffects
- qtquickcontrols2-5
- qtsvg-5))
+ (inputs (list kirigami-6
+ kirigami-addons
+ kquickcharts-6
+ kxmlgui-6
+ kio-6
+ ki18n-6
+ kdeclarative-6
+ qqc2-desktop-style-6
+ qtsvg))
+ (arguments (list #:qtbase qtbase))
(home-page "https://apps.kde.org/filelight/")
(synopsis "Visualize the disk usage")
(description "Filelight is an application to visualize the disk usage on
- 139/347: gnu: kaccounts-integration: Update to 24.02.2., (continued)
- 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, 2024/06/28
- 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 <=
- 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
- 187/347: gnu: kquickcharts-6: Update to 6.3.0., guix-commits, 2024/06/28
- 189/347: gnu: attica-6: Update to 6.3.0., guix-commits, 2024/06/28
- 192/347: gnu: karchive-6: Update to 6.3.0., guix-commits, 2024/06/28
- 204/347: gnu: kirigami-6: Update to 6.3.0., guix-commits, 2024/06/28