[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
30/373: gnu: kcalendarcore: Update to 6.3.0.
From: |
guix-commits |
Subject: |
30/373: gnu: kcalendarcore: Update to 6.3.0. |
Date: |
Mon, 8 Jul 2024 08:04:21 -0400 (EDT) |
z572 pushed a commit to branch kde-team
in repository guix.
commit b4748f6ef265c96e0c889e181af4f3434826adf2
Author: Zheng Junjie <zhengjunjie@iscas.ac.cn>
AuthorDate: Fri Jul 5 23:46:56 2024 +0800
gnu: kcalendarcore: Update to 6.3.0.
* gnu/packages/kde-frameworks.scm (kcalendarcore): Update to 6.3.0.
[arguments]: Remove 'disable-failing-test phase.
[inputs]: Remove qtbase-5; add qtbase.
Change-Id: I34f2bfaefef5e709e69779af41c532fd61adcdf9
---
gnu/packages/kde-frameworks.scm | 15 ++++-----------
1 file changed, 4 insertions(+), 11 deletions(-)
diff --git a/gnu/packages/kde-frameworks.scm b/gnu/packages/kde-frameworks.scm
index ec6935974e..54785b91db 100644
--- a/gnu/packages/kde-frameworks.scm
+++ b/gnu/packages/kde-frameworks.scm
@@ -495,7 +495,7 @@ GZip format, via a subclass of QIODevice.")
(define-public kcalendarcore
(package
(name "kcalendarcore")
- (version "5.114.0")
+ (version "6.3.0")
(source (origin
(method url-fetch)
(uri (string-append
@@ -504,24 +504,17 @@ GZip format, via a subclass of QIODevice.")
name "-" version ".tar.xz"))
(sha256
(base32
- "0aimda01zqw4fz5ldvz4vh767bi10r00kvm62n89nxhsq46wlk7p"))))
+ "1yqk2s52h6z9jlh2lg96agk273msrah6rxw10wr2cpnb0jv7dpyd"))))
(build-system cmake-build-system)
(native-inputs
(list extra-cmake-modules perl tzdata-for-tests))
- (inputs
- (list libical qtbase-5))
+ (inputs (list libical qtbase))
(arguments
(list
#:phases
#~(modify-phases %standard-phases
- (add-after 'unpack 'disable-failing-test
- (lambda _
- ;; Reported as https://bugs.kde.org/show_bug.cgi?id=484306
- (substitute* "autotests/CMakeLists.txt"
- (("testdateserialization")
- ""))))
(add-before 'check 'check-setup
- (lambda* (#:key inputs #:allow-other-keys) ;;; XXX: failing test
+ (lambda* (#:key inputs #:allow-other-keys)
(setenv "QT_QPA_PLATFORM" "offscreen")
(setenv "TZ" "Europe/Prague")
(setenv "TZDIR"
- 12/373: gnu: Add grantlee-qt6., (continued)
- 12/373: gnu: Add grantlee-qt6., guix-commits, 2024/07/08
- 17/373: gnu: libavif: Update to 1.0.4., guix-commits, 2024/07/08
- 19/373: gnu: Add polkit-qt6., guix-commits, 2024/07/08
- 16/373: gnu: Add wayland-protocols-next., guix-commits, 2024/07/08
- 18/373: gnu: polkit-qt: Update to 0.200.0., guix-commits, 2024/07/08
- 14/373: gnu: Add packagekit-qt6., guix-commits, 2024/07/08
- 25/373: gnu: phonon: Enable qt6., guix-commits, 2024/07/08
- 23/373: gnu: Add appstream-qt6., guix-commits, 2024/07/08
- 22/373: gnu: appstream: Update to 1.0.3., guix-commits, 2024/07/08
- 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 <=
- 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, 2024/07/08
- 38/373: gnu: kitemmodels: Update to 6.3.0., guix-commits, 2024/07/08