[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
29/332: gnu: ki18n: Use G-expressions.
From: |
guix-commits |
Subject: |
29/332: gnu: ki18n: Use G-expressions. |
Date: |
Thu, 3 Aug 2023 05:43:35 -0400 (EDT) |
iyzsong pushed a commit to branch kde-updates
in repository guix.
commit cea5b64c2619191f2bd292005fba5ab52dd44b83
Author: Zheng Junjie <873216071@qq.com>
AuthorDate: Wed Jul 12 12:54:04 2023 +0800
gnu: ki18n: Use G-expressions.
* gnu/packages/kde-frameworks.scm (ki18n)[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 cc4ca9a229..390c2cc7d9 100644
--- a/gnu/packages/kde-frameworks.scm
+++ b/gnu/packages/kde-frameworks.scm
@@ -833,13 +833,14 @@ other special events for a geographical region.")
(inputs
(list qtbase-5 qtdeclarative-5 qtscript iso-codes))
(arguments
- `(#:phases
- (modify-phases %standard-phases
- (replace 'check
- (lambda* (#:key tests? #:allow-other-keys)
- (when tests?
- (setenv "HOME" (getcwd))
- (invoke "ctest" "-E"
"(kcountrytest|kcountrysubdivisiontest)")))))))
+ (list #:phases #~(modify-phases %standard-phases
+ (replace 'check
+ (lambda* (#:key tests? #:allow-other-keys)
+ (when tests?
+ (setenv "HOME"
+ (getcwd))
+ (invoke "ctest" "-E"
+ "(kcountrytest|kcountrysubdivisiontest)")))))))
(home-page "https://community.kde.org/Frameworks")
(synopsis "KDE Gettext-based UI text internationalization")
(description "KI18n provides functionality for internationalizing user
- 28/332: gnu: ki18n: Update to 5.108.0., (continued)
- 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, 2023/08/03
- 25/332: gnu: networkmanager-qt: Use G-expressions., guix-commits, 2023/08/03
- 29/332: gnu: ki18n: Use G-expressions.,
guix-commits <=
- 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
- 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