unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#61908] [PATCH 1/2] teams: Add Xfce and LXQt teams.
@ 2023-03-02  6:55 iyzsong--- via Guix-patches via
  2023-03-02  6:57 ` [bug#61908] [PATCH 2/2] teams: Add 宋文武 to xfce and lxqt teams iyzsong--- via Guix-patches via
  2023-03-13 13:04 ` [bug#61908] [PATCH 1/2] teams: Add Xfce and LXQt teams Ludovic Courtès
  0 siblings, 2 replies; 4+ messages in thread
From: iyzsong--- via Guix-patches via @ 2023-03-02  6:55 UTC (permalink / raw)
  To: 61908; +Cc: 宋文武

From: 宋文武 <iyzsong@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")))
+
 \f
 (define-member (person "Eric Bavier"
                        "bavier@posteo.net")
-- 
2.39.1





^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [bug#61908] [PATCH 2/2] teams: Add 宋文武 to xfce and lxqt teams.
  2023-03-02  6:55 [bug#61908] [PATCH 1/2] teams: Add Xfce and LXQt teams iyzsong--- via Guix-patches via
@ 2023-03-02  6:57 ` iyzsong--- via Guix-patches via
  2023-03-13 13:04 ` [bug#61908] [PATCH 1/2] teams: Add Xfce and LXQt teams Ludovic Courtès
  1 sibling, 0 replies; 4+ messages in thread
From: iyzsong--- via Guix-patches via @ 2023-03-02  6:57 UTC (permalink / raw)
  To: 61908; +Cc: 宋文武

From: 宋文武 <iyzsong@member.fsf.org>

* etc/teams.scm.in ("宋文武"): Add xfce and lxqt.
---
 etc/teams.scm.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/etc/teams.scm.in b/etc/teams.scm.in
index abe084af63..e582993450 100644
--- a/etc/teams.scm.in
+++ b/etc/teams.scm.in
@@ -547,7 +547,7 @@ (define-member (person "Raghav Gururajan"
 
 (define-member (person "宋文武"
                        "iyzsong@envs.net")
-  games localization)
+  games localization lxqt xfce)
 
 (define-member (person "Vagrant Cascadian"
                        "vagrant@reproducible-builds.org")
-- 
2.39.1





^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [bug#61908] [PATCH 1/2] teams: Add Xfce and LXQt teams.
  2023-03-02  6:55 [bug#61908] [PATCH 1/2] teams: Add Xfce and LXQt teams iyzsong--- via Guix-patches via
  2023-03-02  6:57 ` [bug#61908] [PATCH 2/2] teams: Add 宋文武 to xfce and lxqt teams iyzsong--- via Guix-patches via
@ 2023-03-13 13:04 ` Ludovic Courtès
  2023-03-14 10:00   ` bug#61908: " 宋文武 via Guix-patches via
  1 sibling, 1 reply; 4+ messages in thread
From: Ludovic Courtès @ 2023-03-13 13:04 UTC (permalink / raw)
  To: iyzsong; +Cc: 宋文武, 61908

Hi!

iyzsong@envs.net skribis:

> From: 宋文武 <iyzsong@member.fsf.org>
>
> * etc/teams.scm.in (xfce, lxqt): New teams.

[...]

> * etc/teams.scm.in ("宋文武"): Add xfce and lxqt.

LGTM!

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

Thanks,
Ludo’.




^ permalink raw reply	[flat|nested] 4+ messages in thread

* bug#61908: [PATCH 1/2] teams: Add Xfce and LXQt teams.
  2023-03-13 13:04 ` [bug#61908] [PATCH 1/2] teams: Add Xfce and LXQt teams Ludovic Courtès
@ 2023-03-14 10:00   ` 宋文武 via Guix-patches via
  0 siblings, 0 replies; 4+ messages in thread
From: 宋文武 via Guix-patches via @ 2023-03-14 10:00 UTC (permalink / raw)
  To: Ludovic Courtès; +Cc: 61908-done

Ludovic Courtès <ludo@gnu.org> writes:

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

Yes, sound fun :)




^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2023-03-14 10:02 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-03-02  6:55 [bug#61908] [PATCH 1/2] teams: Add Xfce and LXQt teams iyzsong--- via Guix-patches via
2023-03-02  6:57 ` [bug#61908] [PATCH 2/2] teams: Add 宋文武 to xfce and lxqt teams iyzsong--- via Guix-patches via
2023-03-13 13:04 ` [bug#61908] [PATCH 1/2] teams: Add Xfce and LXQt teams Ludovic Courtès
2023-03-14 10:00   ` bug#61908: " 宋文武 via Guix-patches via

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).