GNU bug report logs -
#61908
[PATCH 1/2] teams: Add Xfce and LXQt teams.
Previous Next
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
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
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.