[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
43/373: gnu: kcoreaddons: Update to 6.3.0.
From: |
guix-commits |
Subject: |
43/373: gnu: kcoreaddons: Update to 6.3.0. |
Date: |
Mon, 8 Jul 2024 08:04:23 -0400 (EDT) |
z572 pushed a commit to branch kde-team
in repository guix.
commit 46b06e385010cb57e5b1da9d5cc7d0e4e559a913
Author: Zheng Junjie <zhengjunjie@iscas.ac.cn>
AuthorDate: Sat Jul 6 00:22:39 2024 +0800
gnu: kcoreaddons: Update to 6.3.0.
* gnu/packages/kde-frameworks.scm (kcoreaddons): Update to 6.3.0.
[arguments]: Set #:qtbase to qtbase.
[inputs]: Remove qtbase-5; add qtdeclarative.
[native-inputs]: Remove qttools-5; add qttools.
Change-Id: I0de3532e4401ec0cdf06dd9b36f5988820497547
---
gnu/packages/kde-frameworks.scm | 14 ++++++--------
1 file changed, 6 insertions(+), 8 deletions(-)
diff --git a/gnu/packages/kde-frameworks.scm b/gnu/packages/kde-frameworks.scm
index 01b077677f..bc29caef36 100644
--- a/gnu/packages/kde-frameworks.scm
+++ b/gnu/packages/kde-frameworks.scm
@@ -661,7 +661,7 @@ propagate their changes to their respective configuration
files.")
(define-public kcoreaddons
(package
(name "kcoreaddons")
- (version "5.114.0")
+ (version "6.3.0")
(source (origin
(method url-fetch)
(uri (string-append
@@ -670,15 +670,13 @@ propagate their changes to their respective configuration
files.")
name "-" version ".tar.xz"))
(sha256
(base32
- "1wv3s3xsiii96k17nzs2fb0ih2lyg52krf58v44nlk9wfi4wmnqx"))))
- (build-system cmake-build-system)
- (native-inputs
- (list extra-cmake-modules qttools-5 shared-mime-info))
- ;; TODO: FAM: File alteration notification http://oss.sgi.com/projects/fam
- (inputs
- (list qtbase-5))
+ "0mn7qmfcics12w979q7gis3yn1w79fhzrxl30pv5y5x1qax97fxq"))))
+ (build-system qt-build-system)
+ (native-inputs (list extra-cmake-modules qttools shared-mime-info))
+ (inputs (list qtdeclarative))
(arguments
(list
+ #:qtbase qtbase
#:phases
#~(modify-phases %standard-phases
(add-before 'check 'blacklist-failing-test
- 27/373: gnu: bluez-qt: Update to 6.3.0., (continued)
- 27/373: gnu: bluez-qt: Update to 6.3.0., guix-commits, 2024/07/08
- 30/373: gnu: kcalendarcore: Update to 6.3.0., guix-commits, 2024/07/08
- 31/373: gnu: kcodecs: Update to 6.3.0., guix-commits, 2024/07/08
- 34/373: gnu: kwidgetsaddons: Update to 6.3.0., guix-commits, 2024/07/08
- 35/373: gnu: kholidays: Update to 6.3.0., guix-commits, 2024/07/08
- 50/373: gnu: prison: Update to 6.3.0., guix-commits, 2024/07/08
- 45/373: gnu: kdnssd: Update to 6.3.0., guix-commits, 2024/07/08
- 49/373: gnu: oxygen-icons: Update to 6.0.0., guix-commits, 2024/07/08
- 36/373: gnu: ki18n: Update to 6.3.0., guix-commits, 2024/07/08
- 41/373: gnu: ksyntaxhighlighting: Update to 6.3.0., guix-commits, 2024/07/08
- 43/373: gnu: kcoreaddons: Update to 6.3.0.,
guix-commits <=
- 38/373: gnu: kitemmodels: Update to 6.3.0., guix-commits, 2024/07/08
- 57/373: gnu: kdoctools: Update to 6.3.0., guix-commits, 2024/07/08
- 52/373: gnu: solid: Update to 6.3.0., guix-commits, 2024/07/08
- 37/373: gnu: kidletime: Update to 6.3.0., guix-commits, 2024/07/08
- 53/373: gnu: sonnet: Update to 6.3.0., guix-commits, 2024/07/08
- 54/373: gnu: threadweaver: Update to 6.3.0., guix-commits, 2024/07/08
- 48/373: gnu: networkmanager-qt: Update to 6.3.0., guix-commits, 2024/07/08
- 40/373: gnu: kplotting: Update to 6.3.0., guix-commits, 2024/07/08
- 32/373: gnu: plasma-wayland-protocols: Update to 1.13.0., guix-commits, 2024/07/08
- 58/373: gnu: kimageformats: Update to 6.3.0., guix-commits, 2024/07/08