[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
82/373: gnu: kdav: Update to 6.3.0.
From: |
guix-commits |
Subject: |
82/373: gnu: kdav: Update to 6.3.0. |
Date: |
Mon, 8 Jul 2024 08:04:29 -0400 (EDT) |
z572 pushed a commit to branch kde-team
in repository guix.
commit 9a5c27da6007bc7753af7a9bd81a9b9b797df153
Author: Zheng Junjie <zhengjunjie@iscas.ac.cn>
AuthorDate: Sat Jul 6 10:09:53 2024 +0800
gnu: kdav: Update to 6.3.0.
* gnu/packages/kde-frameworks.scm (kdav): Update to 6.3.0.
[inputs]: Remove kcoreaddons, qtbase-5, and qtxmlpatterns.
[propagated-inputs]: Add kcoreaddons.
[arguments]: Set #:qtbase to qtbase.
Change-Id: Ica348f700bda694218e6f7521001663aa2f28dec
---
gnu/packages/kde-frameworks.scm | 23 +++++++++++++----------
1 file changed, 13 insertions(+), 10 deletions(-)
diff --git a/gnu/packages/kde-frameworks.scm b/gnu/packages/kde-frameworks.scm
index ef23a96e70..44f66669be 100644
--- a/gnu/packages/kde-frameworks.scm
+++ b/gnu/packages/kde-frameworks.scm
@@ -3945,7 +3945,7 @@ offers abstract functionality to deal with scripts.")
(define-public kdav
(package
(name "kdav")
- (version "5.114.0")
+ (version "6.3.0")
(source
(origin
(method url-fetch)
@@ -3953,20 +3953,23 @@ offers abstract functionality to deal with scripts.")
(version-major+minor version) "/"
name "-" version ".tar.xz"))
(sha256
- (base32 "11959fxz24snk2l31kw8w96wah0s2fjimimrxh6xhppiy5qp2fp2"))))
+ (base32 "1f99nw6jsrka5hpp4ad13mgwprmzivv2h46vg2arjlr5x0csk4mh"))))
(build-system qt-build-system)
(native-inputs
(list extra-cmake-modules))
+ (propagated-inputs (list kcoreaddons))
(inputs
- (list kcoreaddons ki18n kio qtbase-5 qtxmlpatterns))
+ (list ki18n kio))
(arguments
- (list #:phases #~(modify-phases %standard-phases
- (replace 'check
- (lambda* (#:key tests? #:allow-other-keys)
- (when tests?
- ;; Seems to require network.
- (invoke "ctest" "-E"
- "(kdav-davcollectionsmultifetchjobtest|\
+ (list
+ #:qtbase qtbase
+ #:phases #~(modify-phases %standard-phases
+ (replace 'check
+ (lambda* (#:key tests? #:allow-other-keys)
+ (when tests?
+ ;; Seems to require network.
+ (invoke "ctest" "-E"
+ "(kdav-davcollectionsmultifetchjobtest|\
kdav-davitemfetchjob)")))))))
(home-page "https://invent.kde.org/frameworks/kdav")
(synopsis "DAV protocol implementation with KJobs")
- 116/373: gnu: kpipewire: Update to 6.1.2., (continued)
- 116/373: gnu: kpipewire: Update to 6.1.2., guix-commits, 2024/07/08
- 118/373: gnu: libksysguard: Update to 6.1.2., guix-commits, 2024/07/08
- 125/373: gnu: drkonqi: Update to 6.1.2., guix-commits, 2024/07/08
- 129/373: gnu: kscreenlocker: Update to 6.1.2., guix-commits, 2024/07/08
- 136/373: gnu: kirigami-addons: Update to 1.3.0., guix-commits, 2024/07/08
- 143/373: gnu: plasma-welcome: Update to 6.1.2., guix-commits, 2024/07/08
- 147/373: gnu: ksystemstats: Update to 6.1.2., guix-commits, 2024/07/08
- 151/373: gnu: discover: Update to 6.1.2., guix-commits, 2024/07/08
- 154/373: gnu: plasma-integration: Update to 6.1.2., guix-commits, 2024/07/08
- 59/373: gnu: knotifications: Update to 6.3.0., guix-commits, 2024/07/08
- 82/373: gnu: kdav: Update to 6.3.0.,
guix-commits <=
- 91/373: gnu: kwayland: Update to 6.1.2., guix-commits, 2024/07/08
- 93/373: gnu: kdeclarative: Update to 6.3.0., guix-commits, 2024/07/08
- 101/373: gnu: kfilemetadata: Update to 6.3.0., guix-commits, 2024/07/08
- 103/373: gnu: oxygen-sounds: Update to 6.1.2., guix-commits, 2024/07/08
- 104/373: gnu: kwrited: Update to 6.1.2., guix-commits, 2024/07/08
- 109/373: gnu: kmenuedit: Update to 6.1.2., guix-commits, 2024/07/08
- 111/373: gnu: kwallet-pam: Update to 6.1.2., guix-commits, 2024/07/08
- 115/373: gnu: ksshaskpass: Update to 6.1.2., guix-commits, 2024/07/08
- 119/373: gnu: kscreen: Update to 6.1.2., guix-commits, 2024/07/08
- 126/373: gnu: kde-gtk-config: Update to 6.1.2., guix-commits, 2024/07/08