z572 pushed a commit to branch kde-team
in repository guix.

commit e840fa3f0606d7555096adcd45ae99aed3f4fa72
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 grantlee and qtbase-5; add ktexttemplate.
    [arguments]: Set #:qtbase to qtbase.
    
    Change-Id: Ifab1b8a84be1e47839dde85bbe32211a0ee1c2c4
---
 gnu/packages/kde-pim.scm | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/gnu/packages/kde-pim.scm b/gnu/packages/kde-pim.scm
index fbfcc9b224..375a2ccd17 100644
--- a/gnu/packages/kde-pim.scm
+++ b/gnu/packages/kde-pim.scm
@@ -768,19 +768,19 @@ 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
            kcalendarcore
            kcodecs
            kconfig
@@ -791,11 +791,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")

Reply via email to