z572 pushed a commit to branch kde-team
in repository guix.
commit 7ffe0a1e2fabfc397ae07aef57f091edb6a9574f
Author: Zheng Junjie <[email protected]>
AuthorDate: Sun Jul 7 21:38:45 2024 +0800
gnu: kcalutils: Update to 24.05.2.
* gnu/packages/kde-pim.scm (kcalutils): Update to 24.05.2.
[inputs]: Remove qtbase-5; add ktexttemplate.
[arguments]: Set #:qtbase to qtbase.
Change-Id: Ifab1b8a84be1e47839dde85bbe32211a0ee1c2c4
---
gnu/packages/kde-pim.scm | 15 ++++++++-------
1 file changed, 8 insertions(+), 7 deletions(-)
diff --git a/gnu/packages/kde-pim.scm b/gnu/packages/kde-pim.scm
index f0e09d1a8c..128e20e654 100644
--- a/gnu/packages/kde-pim.scm
+++ b/gnu/packages/kde-pim.scm
@@ -782,19 +782,20 @@ calendaring applications.")
(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
+ grantlee
kcalendarcore
kcodecs
kconfig
@@ -805,11 +806,11 @@ calendaring applications.")
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")