[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
19/332: gnu: kwidgetsaddons: Use G-expressions.
From: |
guix-commits |
Subject: |
19/332: gnu: kwidgetsaddons: Use G-expressions. |
Date: |
Thu, 3 Aug 2023 05:43:34 -0400 (EDT) |
iyzsong pushed a commit to branch kde-updates
in repository guix.
commit b5ed7b2201b8ca25f90a53e07edd529b4cba2d7c
Author: Zheng Junjie <873216071@qq.com>
AuthorDate: Wed Jul 12 11:54:12 2023 +0800
gnu: kwidgetsaddons: Use G-expressions.
* gnu/packages/kde-frameworks.scm (kwidgetsaddons)[arguments]:
Rewrite as G-expressions.
Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
---
gnu/packages/kde-frameworks.scm | 16 +++++++++-------
1 file changed, 9 insertions(+), 7 deletions(-)
diff --git a/gnu/packages/kde-frameworks.scm b/gnu/packages/kde-frameworks.scm
index 22046d1b8c..8526c39074 100644
--- a/gnu/packages/kde-frameworks.scm
+++ b/gnu/packages/kde-frameworks.scm
@@ -1148,13 +1148,15 @@ represented by a QPoint or a QSize.")
(inputs
(list qtbase-5))
(arguments
- `(#:phases
- (modify-phases %standard-phases
- (replace 'check
- (lambda* (#:key tests? #:allow-other-keys)
- (when tests?
- (setenv "XDG_CACHE_HOME" "/tmp/xdg-cache")
- (invoke "ctest" "-E" "(ksqueezedtextlabelautotest|\
+ (list
+ #:phases
+ #~(modify-phases %standard-phases
+ (replace 'check
+ (lambda* (#:key tests? #:allow-other-keys)
+ (when tests?
+ (setenv "XDG_CACHE_HOME" "/tmp/xdg-cache")
+ (invoke "ctest" "-E"
+ "(ksqueezedtextlabelautotest|\
kwidgetsaddons-kcolumnresizertest)")))))))
(home-page "https://community.kde.org/Frameworks")
(synopsis "Large set of desktop widgets")
- 23/332: gnu: modemmanager-qt: Use G-expressions., (continued)
- 23/332: gnu: modemmanager-qt: Use G-expressions., guix-commits, 2023/08/03
- 26/332: gnu: oxygen-icons: Update to 5.108.0., guix-commits, 2023/08/03
- 28/332: gnu: ki18n: Update to 5.108.0., guix-commits, 2023/08/03
- 31/332: gnu: kirigami: Update to 5.108.0., guix-commits, 2023/08/03
- 33/332: gnu: kitemviews: Update to 5.108.0., guix-commits, 2023/08/03
- 35/332: gnu: ksyntaxhighlighting: Update to 5.108.0., guix-commits, 2023/08/03
- 37/332: gnu: kcrash: Update to 5.108.0., guix-commits, 2023/08/03
- 38/332: gnu: kcontacts: Update to 5.108.0., guix-commits, 2023/08/03
- 45/332: gnu: kunitconversion: Update to 5.108.0., guix-commits, 2023/08/03
- 47/332: gnu: kdoctools: Update to 5.108.0., guix-commits, 2023/08/03
- 19/332: gnu: kwidgetsaddons: Use G-expressions.,
guix-commits <=
- 25/332: gnu: networkmanager-qt: Use G-expressions., guix-commits, 2023/08/03
- 29/332: gnu: ki18n: Use G-expressions., guix-commits, 2023/08/03
- 30/332: gnu: kidletime: Update to 5.108.0., guix-commits, 2023/08/03
- 34/332: gnu: kplotting: Update to 5.108.0., guix-commits, 2023/08/03
- 18/332: gnu: kwidgetsaddons: Update to 5.108.0., guix-commits, 2023/08/03
- 40/332: gnu: kjobwidgets: Update to 5.108.0., guix-commits, 2023/08/03
- 27/332: gnu: prison: Update to 5.108.0., guix-commits, 2023/08/03
- 36/332: gnu: kcompletion: Update to 5.108.0., guix-commits, 2023/08/03
- 39/332: gnu: kcontacts: Use G-expressions., guix-commits, 2023/08/03
- 41/332: gnu: knotifications: Update to 5.108.0., guix-commits, 2023/08/03