[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
15/332: gnu: kcoreaddons: Use G-expressions.
From: |
guix-commits |
Subject: |
15/332: gnu: kcoreaddons: Use G-expressions. |
Date: |
Thu, 3 Aug 2023 05:43:33 -0400 (EDT) |
iyzsong pushed a commit to branch kde-updates
in repository guix.
commit 543032a888c9811d2e84d1eee59de8279f141ec2
Author: Zheng Junjie <873216071@qq.com>
AuthorDate: Wed Jul 12 11:25:35 2023 +0800
gnu: kcoreaddons: Use G-expressions.
* gnu/packages/kde-frameworks.scm (kcoreaddons)[arguments]:
Rewrite as G-expressions.
Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
---
gnu/packages/kde-frameworks.scm | 35 ++++++++++++++++++-----------------
1 file changed, 18 insertions(+), 17 deletions(-)
diff --git a/gnu/packages/kde-frameworks.scm b/gnu/packages/kde-frameworks.scm
index 7539e9807e..fe88629243 100644
--- a/gnu/packages/kde-frameworks.scm
+++ b/gnu/packages/kde-frameworks.scm
@@ -632,26 +632,27 @@ propagate their changes to their respective configuration
files.")
(build-system cmake-build-system)
(native-inputs
(list extra-cmake-modules qttools-5 shared-mime-info))
- ;; TODO: FAM: File alteration notification
http://oss.sgi.com/projects/fam
+ ;; TODO: FAM: File alteration notification http://oss.sgi.com/projects/fam
(inputs
(list qtbase-5))
(arguments
- `(#:phases
- (modify-phases %standard-phases
- (add-before 'check 'blacklist-failing-test
- (lambda _
- ;; Blacklist failing tests.
- (with-output-to-file "autotests/BLACKLIST"
- (lambda _
- ;; FIXME: Make it pass. Test failure caused by stout/stderr
- ;; being interleaved.
- (display "[test_channels]\n*\n")
- ;; FIXME
- (display "[test_inheritance]\n*\n")))))
- (add-before 'check 'check-setup
- (lambda _
- (setenv "HOME" (getcwd))
- (setenv "TMPDIR" (getcwd)))))))
+ (list
+ #:phases
+ #~(modify-phases %standard-phases
+ (add-before 'check 'blacklist-failing-test
+ (lambda _
+ ;; Blacklist failing tests.
+ (with-output-to-file "autotests/BLACKLIST"
+ (lambda _
+ ;; FIXME: Make it pass. Test failure caused by stout/stderr
+ ;; being interleaved.
+ (display "[test_channels]\n*\n")
+ ;; FIXME
+ (display "[test_inheritance]\n*\n")))))
+ (add-before 'check 'check-setup
+ (lambda _
+ (setenv "HOME" (getcwd))
+ (setenv "TMPDIR" (getcwd)))))))
(home-page "https://community.kde.org/Frameworks")
(synopsis "Qt addon library with a collection of non-GUI utilities")
(description "KCoreAddons provides classes built on top of QtCore to
- branch kde-updates created (now 0a4490e4fd), guix-commits, 2023/08/03
- 02/332: gnu: kconfig: Update to 5.108.0., guix-commits, 2023/08/03
- 07/332: gnu: breeze-icons: Update to 5.108.0., guix-commits, 2023/08/03
- 08/332: gnu: kapidox: Update to 5.108.0., guix-commits, 2023/08/03
- 09/332: gnu: kapidox: Use G-expressions., guix-commits, 2023/08/03
- 10/332: gnu: karchive: Update to 5.108.0., guix-commits, 2023/08/03
- 14/332: gnu: kcoreaddons: Update to 5.108.0., guix-commits, 2023/08/03
- 15/332: gnu: kcoreaddons: Use G-expressions.,
guix-commits <=
- 05/332: gnu: attica: Use G-expressions., guix-commits, 2023/08/03
- 03/332: gnu: kquickcharts: Update to 5.108.0., guix-commits, 2023/08/03
- 06/332: gnu: bluez-qt: Update to 5.108.0., guix-commits, 2023/08/03
- 01/332: gnu: extra-cmake-modules: Update to 5.108.0., guix-commits, 2023/08/03
- 17/332: gnu: kauth: Use G-expressions., guix-commits, 2023/08/03
- 22/332: gnu: modemmanager-qt: Update to 5.108.0., guix-commits, 2023/08/03
- 24/332: gnu: networkmanager-qt: Update to 5.108.0., guix-commits, 2023/08/03
- 32/332: gnu: kitemmodels: Update to 5.108.0., guix-commits, 2023/08/03
- 04/332: gnu: attica: Update to 5.108.0., guix-commits, 2023/08/03
- 11/332: gnu: kcalendarcore: Update to 5.108.0., guix-commits, 2023/08/03