gnu: kcalutils: Update to 24.05.2.

* gnu/packages/kde-pim.scm (kcalutils): Update to 24.05.2.
[inputs]: Remove grantlee and qtbase-5; add ktexttemplate.
[arguments]: Set #:qtbase to qtbase.

Change-Id: Ifab1b8a84be1e47839dde85bbe32211a0ee1c2c4
This commit is contained in:
Zheng Junjie 2024-07-07 21:38:45 +08:00
parent 1540ee063b
commit e840fa3f06
No known key found for this signature in database
GPG key ID: 3B5AA993E1A2DFF0

View file

@ -768,19 +768,19 @@ (define-public kcalendarsupport
(define-public kcalutils
(package
(name "kcalutils")
(version "23.04.3")
(version "24.05.2")
(source
(origin
(method url-fetch)
(uri (string-append "mirror://kde/stable/release-service/" version
"/src/kcalutils-" version ".tar.xz"))
(sha256
(base32 "1j7f5ai25zcxggw3dvky624asxim5bkd6a35rcdzkjhj1qwk3vll"))))
(base32 "1hiygvhw9nmqsz7pca6za9as06m8l0wsv78ski6gcjwzpi7qh0vq"))))
(build-system qt-build-system)
(native-inputs
(list extra-cmake-modules libxml2)) ;; xmllint required for tests
(inputs
(list grantlee
(list breeze-icons ; default icon set, required for tests
kcalendarcore
kcodecs
kconfig
@ -791,11 +791,11 @@ (define-public kcalutils
kidentitymanagement
kpimtextedit
ktextwidgets
kwidgetsaddons
breeze-icons ; default icon set, required for tests
qtbase-5))
ktexttemplate
kwidgetsaddons))
(arguments
`(#:tests? #f)) ;; TODO: seem to pull in some wrong theme
(list #:qtbase qtbase
#:tests? #f)) ;; TODO: seem to pull in some wrong theme
(home-page "https://api.kde.org/kdepim/kcalutils/html/index.html")
(synopsis "Library with utility functions for the handling of calendar
data")