[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
94/332: gnu: kdav: Use G-expressions.
From: |
guix-commits |
Subject: |
94/332: gnu: kdav: Use G-expressions. |
Date: |
Thu, 3 Aug 2023 05:43:42 -0400 (EDT) |
iyzsong pushed a commit to branch kde-updates
in repository guix.
commit 5f6ebbda61a0d51612947ae440268ec1e5ecb919
Author: Zheng Junjie <873216071@qq.com>
AuthorDate: Thu Jul 13 23:20:58 2023 +0800
gnu: kdav: Use G-expressions.
* gnu/packages/kde-frameworks.scm (kdav)[arguments]:
Rewrite as G-expressions.
Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
---
gnu/packages/kde-frameworks.scm | 15 ++++++++-------
1 file changed, 8 insertions(+), 7 deletions(-)
diff --git a/gnu/packages/kde-frameworks.scm b/gnu/packages/kde-frameworks.scm
index b86b254625..49a7f9f4d6 100644
--- a/gnu/packages/kde-frameworks.scm
+++ b/gnu/packages/kde-frameworks.scm
@@ -3826,13 +3826,14 @@ offers abstract functionality to deal with scripts.")
(inputs
(list kcoreaddons ki18n kio qtbase-5 qtxmlpatterns))
(arguments
- `(#: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)")))))))
+ (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|\
+kdav-davitemfetchjob)")))))))
(home-page "https://invent.kde.org/frameworks/kdav")
(synopsis "DAV protocol implementation with KJobs")
(description "This is a DAV protocol implementation with KJobs. Calendars
- 329/332: gnu: plasma-pass: Update to 1.2.1., (continued)
- 329/332: gnu: plasma-pass: Update to 1.2.1., guix-commits, 2023/08/03
- 56/332: gnu: sonnet: Update to 5.108.0., guix-commits, 2023/08/03
- 62/332: gnu: plasma-wayland-protocols: Update to 1.10.0., guix-commits, 2023/08/03
- 65/332: gnu: kimageformats: Update to 5.108.0., guix-commits, 2023/08/03
- 72/332: gnu: kbookmarks: Update to 5.108.0., guix-commits, 2023/08/03
- 77/332: gnu: kdesu: Update to 5.108.0., guix-commits, 2023/08/03
- 82/332: gnu: kfilemetadata: Use G-expressions., guix-commits, 2023/08/03
- 84/332: gnu: kdeclarative: Update to 5.108.0., guix-commits, 2023/08/03
- 85/332: gnu: kdeclarative: Use G-expressions., guix-commits, 2023/08/03
- 87/332: gnu: kactivities-stats: Update to 5.108.0., guix-commits, 2023/08/03
- 94/332: gnu: kdav: Use G-expressions.,
guix-commits <=
- 104/332: gnu: baloo: Use G-expressions., guix-commits, 2023/08/03
- 107/332: gnu: plasma-framework: Use G-expressions., guix-commits, 2023/08/03
- 108/332: gnu: kde-frameworkintegration: Update to 5.108.0., guix-commits, 2023/08/03
- 110/332: gnu: grantlee: Update to 5.3.1., guix-commits, 2023/08/03
- 114/332: gnu: libkomparediff2: Update to 23.04.3., guix-commits, 2023/08/03
- 117/332: gnu: poxml: Update to 23.04.3., guix-commits, 2023/08/03
- 120/332: gnu: libkdegames: Update to 23.04.3., guix-commits, 2023/08/03
- 126/332: gnu: kpmcore: Update to 23.04.3., guix-commits, 2023/08/03
- 132/332: gnu: marble-qt: Use G-expressions., guix-commits, 2023/08/03
- 124/332: gnu: kdeconnect: Update to 23.04.3., guix-commits, 2023/08/03