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
This commit is contained in:
Zheng Junjie 2024-07-05 23:46:56 +08:00
parent 80b47c3b5e
commit e09133f8e4
No known key found for this signature in database
GPG key ID: 3B5AA993E1A2DFF0

View file

@ -495,7 +495,7 @@ (define-public karchive
(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 @@ (define-public kcalendarcore
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"