[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
75/373: gnu: kjobwidgets: Update to 6.3.0.
From: |
guix-commits |
Subject: |
75/373: gnu: kjobwidgets: Update to 6.3.0. |
Date: |
Mon, 8 Jul 2024 08:04:28 -0400 (EDT) |
z572 pushed a commit to branch kde-team
in repository guix.
commit c7ed5c9c9dab913a84198b86f18e9dfed9b5a314
Author: Zheng Junjie <zhengjunjie@iscas.ac.cn>
AuthorDate: Sat Jul 6 01:35:02 2024 +0800
gnu: kjobwidgets: Update to 6.3.0.
* gnu/packages/kde-frameworks.scm (kjobwidgets): Update to 6.3.0.
[inputs]: Remove qtbase-5 and qtx11extras; add libxkbcommon, knotifications,
and qtbase.
[native-inputs]: Remove qttools-5; add qttools.
Change-Id: I4bb423653307f49273e982d2ba747f0b062fe032
---
gnu/packages/kde-frameworks.scm | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/kde-frameworks.scm b/gnu/packages/kde-frameworks.scm
index 9eb6a3b1d0..a19dd9ba23 100644
--- a/gnu/packages/kde-frameworks.scm
+++ b/gnu/packages/kde-frameworks.scm
@@ -1950,7 +1950,7 @@ formats.")
(define-public kjobwidgets
(package
(name "kjobwidgets")
- (version "5.114.0")
+ (version "6.3.0")
(source (origin
(method url-fetch)
(uri (string-append
@@ -1959,12 +1959,12 @@ formats.")
name "-" version ".tar.xz"))
(sha256
(base32
- "1ymlqi5cqcs79nj1vff8pqwgvy0dxj5vv7l529w3a3n315hkrny8"))))
+ "1n08y5kv3n2179hgqiq3y7illjs6n6i3w33r492cgykrji5jvvjz"))))
(build-system cmake-build-system)
(native-inputs
- (list extra-cmake-modules qttools-5))
+ (list extra-cmake-modules qttools))
(inputs
- (list kcoreaddons kwidgetsaddons qtbase-5 qtx11extras))
+ (list libxkbcommon kcoreaddons knotifications kwidgetsaddons qtbase))
(home-page "https://community.kde.org/Frameworks")
(synopsis "Widgets for showing progress of asynchronous jobs")
(description "KJobWIdgets provides widgets for showing progress of
- 47/373: gnu: modemmanager-qt: Update to 6.3.0., (continued)
- 47/373: gnu: modemmanager-qt: Update to 6.3.0., guix-commits, 2024/07/08
- 39/373: gnu: kitemviews: Update to 6.3.0., guix-commits, 2024/07/08
- 55/373: gnu: kcontacts: Update to 6.3.0., guix-commits, 2024/07/08
- 56/373: gnu: kcrash: Update to 6.3.0., guix-commits, 2024/07/08
- 65/373: gnu: kauth: Update to 6.3.0., guix-commits, 2024/07/08
- 66/373: gnu: kcompletion: Update to 6.3.0., guix-commits, 2024/07/08
- 60/373: gnu: kpty: Update to 6.3.0., guix-commits, 2024/07/08
- 61/373: gnu: kunitconversion: Update to 6.3.0., guix-commits, 2024/07/08
- 69/373: gnu: kiconthemes: Update to 6.3.0., guix-commits, 2024/07/08
- 74/373: gnu: kbookmarks: Update to 6.3.0., guix-commits, 2024/07/08
- 75/373: gnu: kjobwidgets: Update to 6.3.0.,
guix-commits <=
- 76/373: gnu: kded: Update to 6.3.0., guix-commits, 2024/07/08
- 78/373: gnu: purpose: Update to 6.3.0., guix-commits, 2024/07/08
- 79/373: gnu: kpackage: Update to 6.3.0., guix-commits, 2024/07/08
- 81/373: gnu: kde-frameworkintegration: Update to 6.3.0., guix-commits, 2024/07/08
- 83/373: gnu: Remove kinit-bootstrap., guix-commits, 2024/07/08
- 85/373: gnu: qqc2-desktop-style: Update to 6.3.0., guix-commits, 2024/07/08
- 89/373: gnu: kparts: Update to 6.3.0., guix-commits, 2024/07/08
- 90/373: gnu: ktexteditor: Update to 6.3.0., guix-commits, 2024/07/08
- 92/373: gnu: Add plasma-activities., guix-commits, 2024/07/08
- 95/373: gnu: Add libplasma., guix-commits, 2024/07/08