GNU bug report logs - #62244
[PATCH] etc: Add gnome team.

Previous Next

Package: guix-patches;

Reported by: Liliana Marie Prikler <liliana.prikler <at> gmail.com>

Date: Fri, 17 Mar 2023 17:53:02 UTC

Severity: normal

Tags: patch

Done: Maxim Cournoyer <maxim.cournoyer <at> gmail.com>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 62244 in the body.
You can then email your comments to 62244 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to rg <at> raghavgururajan.name, maxim.cournoyer <at> gmail.com, efraim <at> flashner.co.il, me <at> tobias.gr, guix-patches <at> gnu.org:
bug#62244; Package guix-patches. (Fri, 17 Mar 2023 17:53:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Liliana Marie Prikler <liliana.prikler <at> gmail.com>:
New bug report received and forwarded. Copy sent to rg <at> raghavgururajan.name, maxim.cournoyer <at> gmail.com, efraim <at> flashner.co.il, me <at> tobias.gr, guix-patches <at> gnu.org. (Fri, 17 Mar 2023 17:53:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Liliana Marie Prikler <liliana.prikler <at> gmail.com>
To: guix-patches <at> gnu.org, guix-devel <at> gnu.org
Subject: [PATCH] etc: Add gnome team.
Date: Fri, 17 Mar 2023 18:37:11 +0100
* etc/teams.scm.in (gnome): New team.
("Liliana Marie Prikler"): Add to gnome.
---
Hi folks,

to get effort for GNOME 44 rolling while also recognizing the burden this
puts on folks, I've decided to add a gnome team to our teams.scm.

To those in Debbugs CC – you know who you are ;) – I've added you to CC,
because you've contributed changes to the mentioned scope since 2022.
If you'd like to be added to the team from the first commit, please
reply; otherwise feel free to add yourself at your convenience.

Cheers

 etc/teams.scm.in | 17 ++++++++++++++++-
 1 file changed, 16 insertions(+), 1 deletion(-)

diff --git a/etc/teams.scm.in b/etc/teams.scm.in
index e582993450..9698c8b04c 100644
--- a/etc/teams.scm.in
+++ b/etc/teams.scm.in
@@ -436,6 +436,21 @@ (define-team reproduciblebuilds
         "Reproducible Builds tooling and issues that affect any guix packages."
         #:scope (list "gnu/packages/diffoscope.scm")))
 
+(define-team gnome
+  (team 'gnome
+        #:name "Gnome team"
+        #:description
+        "The Gnome desktop environment, along with core technologies such as
+GLib/GIO, GTK, GStreamer and Webkit."
+        #:scope (list "gnu/packages/glib.scm"
+                      "gnu/packages/gstreamer.scm"
+                      "gnu/packages/gtk.scm"
+                      "gnu/packages/gnome.scm"
+                      "gnu/packages/gnome-xyz.scm"
+                      "gnu/packages/webkit.scm"
+                      "guix/build/glib-or-gtk-build-system.scm"
+                      "guix/build/meson-build-system.scm")))
+
 (define-team xfce
   (team 'xfce
         #:name "Xfce team"
@@ -511,7 +526,7 @@ (define-member (person "Florian Pelz"
 
 (define-member (person "Liliana Marie Prikler"
                        "liliana.prikler <at> gmail.com")
-  emacs games)
+  emacs games gnome)
 
 (define-member (person "Ricardo Wurmus"
                        "rekado <at> elephly.net")
-- 
2.39.2





Information forwarded to guix-patches <at> gnu.org:
bug#62244; Package guix-patches. (Sun, 19 Mar 2023 14:00:02 GMT) Full text and rfc822 format available.

Message #8 received at 62244 <at> debbugs.gnu.org (full text, mbox):

From: Raghav Gururajan <rg <at> raghavgururajan.name>
To: Liliana Marie Prikler <liliana.prikler <at> gmail.com>, 62244 <at> debbugs.gnu.org, 
 guix-devel <at> gnu.org
Cc: Tobias Geerinckx-Rice <me <at> tobias.gr>,
 Efraim Flashner <efraim <at> flashner.co.il>,
 Maxim Cournoyer <maxim.cournoyer <at> gmail.com>
Subject: Re: [bug#62244] [PATCH] etc: Add gnome team.
Date: Sun, 19 Mar 2023 09:59:38 -0400
[Message part 1 (text/plain, inline)]
Liliana,

Count me in. :-)

Regards,
RG.

On 17/03/23 13:37, Liliana Marie Prikler wrote:
> * etc/teams.scm.in (gnome): New team.
> ("Liliana Marie Prikler"): Add to gnome.
> ---
> Hi folks,
> 
> to get effort for GNOME 44 rolling while also recognizing the burden this
> puts on folks, I've decided to add a gnome team to our teams.scm.
> 
> To those in Debbugs CC – you know who you are ;) – I've added you to CC,
> because you've contributed changes to the mentioned scope since 2022.
> If you'd like to be added to the team from the first commit, please
> reply; otherwise feel free to add yourself at your convenience.
> 
> Cheers
> 
>   etc/teams.scm.in | 17 ++++++++++++++++-
>   1 file changed, 16 insertions(+), 1 deletion(-)
> 
> diff --git a/etc/teams.scm.in b/etc/teams.scm.in
> index e582993450..9698c8b04c 100644
> --- a/etc/teams.scm.in
> +++ b/etc/teams.scm.in
> @@ -436,6 +436,21 @@ (define-team reproduciblebuilds
>           "Reproducible Builds tooling and issues that affect any guix packages."
>           #:scope (list "gnu/packages/diffoscope.scm")))
>   
> +(define-team gnome
> +  (team 'gnome
> +        #:name "Gnome team"
> +        #:description
> +        "The Gnome desktop environment, along with core technologies such as
> +GLib/GIO, GTK, GStreamer and Webkit."
> +        #:scope (list "gnu/packages/glib.scm"
> +                      "gnu/packages/gstreamer.scm"
> +                      "gnu/packages/gtk.scm"
> +                      "gnu/packages/gnome.scm"
> +                      "gnu/packages/gnome-xyz.scm"
> +                      "gnu/packages/webkit.scm"
> +                      "guix/build/glib-or-gtk-build-system.scm"
> +                      "guix/build/meson-build-system.scm")))
> +
>   (define-team xfce
>     (team 'xfce
>           #:name "Xfce team"
> @@ -511,7 +526,7 @@ (define-member (person "Florian Pelz"
>   
>   (define-member (person "Liliana Marie Prikler"
>                          "liliana.prikler <at> gmail.com")
> -  emacs games)
> +  emacs games gnome)
>   
>   (define-member (person "Ricardo Wurmus"
>                          "rekado <at> elephly.net")

[OpenPGP_signature (application/pgp-signature, attachment)]

Information forwarded to guix-patches <at> gnu.org:
bug#62244; Package guix-patches. (Wed, 29 Mar 2023 01:09:02 GMT) Full text and rfc822 format available.

Message #11 received at 62244 <at> debbugs.gnu.org (full text, mbox):

From: Maxim Cournoyer <maxim.cournoyer <at> gmail.com>
To: Liliana Marie Prikler <liliana.prikler <at> gmail.com>
Cc: guix-devel <at> gnu.org, Raghav Gururajan <rg <at> raghavgururajan.name>,
 Tobias Geerinckx-Rice <me <at> tobias.gr>, 62244 <at> debbugs.gnu.org,
 Efraim Flashner <efraim <at> flashner.co.il>
Subject: Re: bug#62244: [PATCH] etc: Add gnome team.
Date: Tue, 28 Mar 2023 21:08:13 -0400
Hello,

Liliana Marie Prikler <liliana.prikler <at> gmail.com> writes:

> * etc/teams.scm.in (gnome): New team.
> ("Liliana Marie Prikler"): Add to gnome.
> ---
> Hi folks,
>
> to get effort for GNOME 44 rolling while also recognizing the burden this
> puts on folks, I've decided to add a gnome team to our teams.scm.
>
> To those in Debbugs CC – you know who you are ;) – I've added you to CC,
> because you've contributed changes to the mentioned scope since 2022.
> If you'd like to be added to the team from the first commit, please
> reply; otherwise feel free to add yourself at your convenience.

LGTM.  Count me in too!

-- 
Thanks,
Maxim




bug closed, send any further explanations to 62244 <at> debbugs.gnu.org and Liliana Marie Prikler <liliana.prikler <at> gmail.com> Request was from Maxim Cournoyer <maxim.cournoyer <at> gmail.com> to control <at> debbugs.gnu.org. (Tue, 18 Apr 2023 16:44:02 GMT) Full text and rfc822 format available.

bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Wed, 17 May 2023 11:24:08 GMT) Full text and rfc822 format available.

This bug report was last modified 1 year and 362 days ago.

Previous Next


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