[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
289/373: gnu: kcalutils: Update to 24.05.2.
From: |
guix-commits |
Subject: |
289/373: gnu: kcalutils: Update to 24.05.2. |
Date: |
Mon, 8 Jul 2024 08:05:02 -0400 (EDT) |
z572 pushed a commit to branch kde-team
in repository guix.
commit d77da86b9c3679af57149c338c973296ba3fe492
Author: Zheng Junjie <zhengjunjie@iscas.ac.cn>
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")
- 259/373: gnu: Add sddm-qt5., (continued)
- 259/373: gnu: Add sddm-qt5., guix-commits, 2024/07/08
- 256/373: gnu: kldap: Update to 24.05.2., guix-commits, 2024/07/08
- 257/373: gnu: kpimtextedit: Update to 24.05.2., guix-commits, 2024/07/08
- 268/373: gnu: kpimcommon: Update to 24.05.2., guix-commits, 2024/07/08
- 269/373: gnu: libgravatar: Update to 24.05.2., guix-commits, 2024/07/08
- 274/373: gnu: kolourpaint: Update to 24.05.2., guix-commits, 2024/07/08
- 275/373: gnu: fielding: Update to 0.1-pre-2.4ee9aea., guix-commits, 2024/07/08
- 276/373: gnu: Remove kmplayer., guix-commits, 2024/07/08
- 281/373: gnu: audiocd-kio: Update to 24.05.2., guix-commits, 2024/07/08
- 283/373: gnu: kid3: Update to 3.9.5., guix-commits, 2024/07/08
- 289/373: gnu: kcalutils: Update to 24.05.2.,
guix-commits <=
- 288/373: gnu: libksieve: Update to 24.05.2., guix-commits, 2024/07/08
- 294/373: gnu: akonadi-calendar: Update to 24.05.2., guix-commits, 2024/07/08
- 302/373: gnu: Remove kalendar., guix-commits, 2024/07/08
- 327/373: gnu: Add ki18n-5., guix-commits, 2024/07/08
- 335/373: gnu: Add kjobwidgets-5., guix-commits, 2024/07/08
- 338/373: gnu: Add solid-5., guix-commits, 2024/07/08
- 326/373: gnu: Add kconfig-5., guix-commits, 2024/07/08
- 323/373: gnu: Add karchive-5., guix-commits, 2024/07/08
- 334/373: gnu: Add kcompletion-5., guix-commits, 2024/07/08
- 320/373: gnu: okular: Update to 24.05.2., guix-commits, 2024/07/08