[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
54/332: gnu: kconfigwidgets: Use G-expressions.
From: |
guix-commits |
Subject: |
54/332: gnu: kconfigwidgets: Use G-expressions. |
Date: |
Thu, 3 Aug 2023 05:43:38 -0400 (EDT) |
iyzsong pushed a commit to branch kde-updates
in repository guix.
commit d84277f4de08479850c253b924d4c70fddf6049d
Author: Zheng Junjie <873216071@qq.com>
AuthorDate: Wed Jul 12 14:51:11 2023 +0800
gnu: kconfigwidgets: Use G-expressions.
* gnu/packages/kde-frameworks.scm (kconfigwidgets)[arguments]:
Rewrite as G-expressions.
Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
---
gnu/packages/kde-frameworks.scm | 28 +++++++++++++++-------------
1 file changed, 15 insertions(+), 13 deletions(-)
diff --git a/gnu/packages/kde-frameworks.scm b/gnu/packages/kde-frameworks.scm
index 9dc532a183..3b593fcd8b 100644
--- a/gnu/packages/kde-frameworks.scm
+++ b/gnu/packages/kde-frameworks.scm
@@ -2269,19 +2269,21 @@ KCModules can be created with the KConfigWidgets
framework.")
qtbase-5
qttools-5))
(arguments
- `(#:phases
- (modify-phases %standard-phases
- (add-after 'unpack 'patch
- (lambda _
- (substitute* "src/khelpclient.cpp"
- ;; make QDirIterator follow symlinks
- (("^\\s*(QDirIterator it\\(.*,
QDirIterator::Subdirectories)(\\);)" _ a b)
- (string-append a " | QDirIterator::FollowSymlinks" b)))))
- (replace 'check
- (lambda* (#:key tests? #:allow-other-keys)
- (when tests?
- (setenv "HOME" (getcwd))
- (invoke "ctest" "-E" "kstandardactiontest")))))))
+ (list
+ #:phases
+ #~(modify-phases %standard-phases
+ (add-after 'unpack 'patch
+ (lambda _
+ (substitute* "src/khelpclient.cpp"
+ ;; make QDirIterator follow symlinks
+ (("^\\s*(QDirIterator it\\(.*,
QDirIterator::Subdirectories)(\\);)" _ a b)
+ (string-append a " | QDirIterator::FollowSymlinks" b)))))
+ (replace 'check
+ (lambda* (#:key tests? #:allow-other-keys)
+ (when tests?
+ (setenv "HOME"
+ (getcwd))
+ (invoke "ctest" "-E" "kstandardactiontest")))))))
(home-page "https://community.kde.org/Frameworks")
(synopsis "Widgets for configuration dialogs")
(description "KConfigWidgets provides easy-to-use classes to create
- 27/332: gnu: prison: Update to 5.108.0., (continued)
- 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
- 43/332: gnu: kpty: Update to 5.108.0., guix-commits, 2023/08/03
- 42/332: gnu: knotifications: Use G-expressions., guix-commits, 2023/08/03
- 49/332: gnu: kpackage: Update to 5.108.0., guix-commits, 2023/08/03
- 50/332: gnu: kpackage: Use G-expressions., guix-commits, 2023/08/03
- 51/332: gnu: kguiaddons: Update to 5.108.0., guix-commits, 2023/08/03
- 52/332: gnu: kholidays: Update to 5.108.0., guix-commits, 2023/08/03
- 54/332: gnu: kconfigwidgets: Use G-expressions.,
guix-commits <=
- 57/332: gnu: solid: Update to 5.108.0., guix-commits, 2023/08/03
- 60/332: gnu: kjs: Update to 5.108.0., guix-commits, 2023/08/03
- 63/332: gnu: kwayland: Update to 5.108.0., guix-commits, 2023/08/03
- 69/332: gnu: kglobalaccel: Update to 5.108.0., guix-commits, 2023/08/03
- 48/332: gnu: kdoctools: Use G-expressions., guix-commits, 2023/08/03
- 80/332: gnu: qqc2-desktop-style: Update to 5.108.0., guix-commits, 2023/08/03
- 96/332: gnu: kmediaplayer: Update to 5.108.0., guix-commits, 2023/08/03
- 103/332: gnu: baloo: Update to 5.108.0., guix-commits, 2023/08/03
- 105/332: gnu: knewstuff: Update to 5.108.0., guix-commits, 2023/08/03
- 115/332: gnu: qca: Update to 2.3.6., guix-commits, 2023/08/03