[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
79/332: gnu: kemoticons: Use G-expressions.
From: |
guix-commits |
Subject: |
79/332: gnu: kemoticons: Use G-expressions. |
Date: |
Wed, 2 Aug 2023 10:36:46 -0400 (EDT) |
iyzsong pushed a commit to branch kde-updates
in repository guix.
commit b8aa7f16e022132b9ef15228ab950f8bd7aba61d
Author: Zheng Junjie <873216071@qq.com>
AuthorDate: Thu Jul 13 14:57:14 2023 +0800
gnu: kemoticons: Use G-expressions.
* gnu/packages/kde-frameworks.scm (kemoticons)[arguments]:
Rewrite as G-expressions.
Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
---
gnu/packages/kde-frameworks.scm | 14 +++++++-------
1 file changed, 7 insertions(+), 7 deletions(-)
diff --git a/gnu/packages/kde-frameworks.scm b/gnu/packages/kde-frameworks.scm
index 53a5a42fd1..8b34f944ad 100644
--- a/gnu/packages/kde-frameworks.scm
+++ b/gnu/packages/kde-frameworks.scm
@@ -2472,13 +2472,13 @@ with su and ssh respectively.")
(inputs
(list karchive kconfig kcoreaddons qtbase-5))
(arguments
- `(#:phases
- (modify-phases %standard-phases
- (add-before 'check 'check-setup
- (lambda _
- (setenv "HOME" (getcwd))
- ;; make Qt render "offscreen", required for tests
- (setenv "QT_QPA_PLATFORM" "offscreen"))))))
+ (list #:phases #~(modify-phases %standard-phases
+ (add-before 'check 'check-setup
+ (lambda _
+ (setenv "HOME"
+ (getcwd))
+ ;; make Qt render "offscreen", required for tests
+ (setenv "QT_QPA_PLATFORM" "offscreen"))))))
(home-page "https://community.kde.org/Frameworks")
(synopsis "Convert text emoticons to graphical emoticons")
(description "KEmoticons converts emoticons from text to a graphical
- 194/332: gnu: xdg-desktop-portal-kde: Update to 5.27.6., (continued)
- 194/332: gnu: xdg-desktop-portal-kde: Update to 5.27.6., guix-commits, 2023/08/02
- 204/332: build: qt-utils: Wrap QML2_IMPORT_PATH with 'prefix' location., guix-commits, 2023/08/02
- 216/332: gnu: kbreakout: Update to 23.04.3., guix-commits, 2023/08/02
- 220/332: gnu: kblocks: Update to 23.04.3., guix-commits, 2023/08/02
- 238/332: gnu: bovo: Update to 23.04.3., guix-commits, 2023/08/02
- 243/332: gnu: kreversi: Update to 23.04.3., guix-commits, 2023/08/02
- 247/332: gnu: konversation: Update to 23.04.3., guix-commits, 2023/08/02
- 252/332: gnu: Add kpipewire., guix-commits, 2023/08/02
- 251/332: gnu: libktorrent: Update to 23.04.3., guix-commits, 2023/08/02
- 78/332: gnu: kemoticons: Update to 5.108.0., guix-commits, 2023/08/02
- 79/332: gnu: kemoticons: Use G-expressions.,
guix-commits <=
- 98/332: gnu: purpose: Use G-expressions., guix-commits, 2023/08/02
- 86/332: gnu: kactivities: Update to 5.108.0., guix-commits, 2023/08/02
- 85/332: gnu: kdeclarative: Use G-expressions., guix-commits, 2023/08/02
- 99/332: gnu: kxmlrpcclient: Update to 5.108.0., guix-commits, 2023/08/02
- 119/332: gnu: libkexiv2: Update to 23.04.3., guix-commits, 2023/08/02
- 73/332: gnu: ktextwidgets: Update to 5.108.0., guix-commits, 2023/08/02
- 138/332: gnu: dolphin-plugins: Update to 23.04.3., guix-commits, 2023/08/02
- 126/332: gnu: kpmcore: Update to 23.04.3., guix-commits, 2023/08/02
- 127/332: gnu: kpmcore: Use G-expressions., guix-commits, 2023/08/02
- 148/332: gnu: breeze: Update to 5.27.6., guix-commits, 2023/08/02