GNU bug report logs - #61908
[PATCH 1/2] teams: Add Xfce and LXQt teams.

Previous Next

Package: guix-patches;

Reported by: iyzsong <at> envs.net

Date: Thu, 2 Mar 2023 06:56:02 UTC

Severity: normal

Tags: patch

Done: 宋文武 <iyzsong <at> envs.net>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: iyzsong <at> envs.net
To: 61908 <at> debbugs.gnu.org
Cc: 宋文武 <iyzsong <at> member.fsf.org>
Subject: [bug#61908] [PATCH 1/2] teams: Add Xfce and LXQt teams.
Date: Thu,  2 Mar 2023 14:55:30 +0800
From: 宋文武 <iyzsong <at> member.fsf.org>

* etc/teams.scm.in (xfce, lxqt): New teams.
---
 etc/teams.scm.in | 12 ++++++++++++
 1 file changed, 12 insertions(+)

diff --git a/etc/teams.scm.in b/etc/teams.scm.in
index ff913673e8..abe084af63 100644
--- a/etc/teams.scm.in
+++ b/etc/teams.scm.in
@@ -436,6 +436,18 @@ (define-team reproduciblebuilds
         "Reproducible Builds tooling and issues that affect any guix packages."
         #:scope (list "gnu/packages/diffoscope.scm")))
 
+(define-team xfce
+  (team 'xfce
+        #:name "Xfce team"
+        #:description "Xfce desktop environment."
+        #:scope (list "gnu/packages/xfce.scm")))
+
+(define-team lxqt
+  (team 'lxqt
+        #:name "LXQt team"
+        #:description "LXQt desktop environment."
+        #:scope (list "gnu/packages/lxqt.scm")))
+
 
 (define-member (person "Eric Bavier"
                        "bavier <at> posteo.net")
-- 
2.39.1





This bug report was last modified 2 years and 72 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.