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: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: 宋文武 <iyzsong <at> envs.net>
Cc: tracker <at> debbugs.gnu.org
Subject: bug#61908: closed ([PATCH 1/2] teams: Add Xfce and LXQt teams.)
Date: Tue, 14 Mar 2023 10:01:02 +0000
[Message part 1 (text/plain, inline)]
Your message dated Tue, 14 Mar 2023 18:00:06 +0800
with message-id <87bkkv1wm1.fsf_-_ <at> envs.net>
and subject line Re: bug#61908: [PATCH 1/2] teams: Add Xfce and LXQt teams.
has caused the debbugs.gnu.org bug report #61908,
regarding [PATCH 1/2] teams: Add Xfce and LXQt teams.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)


-- 
61908: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=61908
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: iyzsong <at> envs.net
To: guix-patches <at> gnu.org
Cc: 宋文武 <iyzsong <at> member.fsf.org>
Subject: [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



[Message part 3 (message/rfc822, inline)]
From: 宋文武 <iyzsong <at> envs.net>
To: Ludovic Courtès <ludo <at> gnu.org>
Cc: 61908-done <at> debbugs.gnu.org
Subject: Re: bug#61908: [PATCH 1/2] teams: Add Xfce and LXQt teams.
Date: Tue, 14 Mar 2023 18:00:06 +0800
Ludovic Courtès <ludo <at> gnu.org> writes:

> Now you need to recruit people on those teams.  :-)

Yes, sound fun :)


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.