unofficial mirror of guix-devel@gnu.org 
 help / color / mirror / code / Atom feed
* [PATCH] etc: Add gnome team.
@ 2023-03-17 17:37 Liliana Marie Prikler
  2023-03-19 13:59 ` [bug#62244] " Raghav Gururajan
  2023-03-29  1:08 ` bug#62244: " Maxim Cournoyer
  0 siblings, 2 replies; 3+ messages in thread
From: Liliana Marie Prikler @ 2023-03-17 17:37 UTC (permalink / raw)
  To: guix-patches, guix-devel

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain, Size: 1928 bytes --]

* 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@gmail.com")
-  emacs games)
+  emacs games gnome)
 
 (define-member (person "Ricardo Wurmus"
                        "rekado@elephly.net")
-- 
2.39.2



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

* Re: [bug#62244] [PATCH] etc: Add gnome team.
  2023-03-17 17:37 [PATCH] etc: Add gnome team Liliana Marie Prikler
@ 2023-03-19 13:59 ` Raghav Gururajan
  2023-03-29  1:08 ` bug#62244: " Maxim Cournoyer
  1 sibling, 0 replies; 3+ messages in thread
From: Raghav Gururajan @ 2023-03-19 13:59 UTC (permalink / raw)
  To: Liliana Marie Prikler, 62244, guix-devel
  Cc: Maxim Cournoyer, Efraim Flashner, Tobias Geerinckx-Rice


[-- Attachment #1.1: Type: text/plain, Size: 2188 bytes --]

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@gmail.com")
> -  emacs games)
> +  emacs games gnome)
>   
>   (define-member (person "Ricardo Wurmus"
>                          "rekado@elephly.net")


[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 236 bytes --]

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

* Re: bug#62244: [PATCH] etc: Add gnome team.
  2023-03-17 17:37 [PATCH] etc: Add gnome team Liliana Marie Prikler
  2023-03-19 13:59 ` [bug#62244] " Raghav Gururajan
@ 2023-03-29  1:08 ` Maxim Cournoyer
  1 sibling, 0 replies; 3+ messages in thread
From: Maxim Cournoyer @ 2023-03-29  1:08 UTC (permalink / raw)
  To: Liliana Marie Prikler
  Cc: 62244, guix-devel, Raghav Gururajan, Efraim Flashner,
	Tobias Geerinckx-Rice

Hello,

Liliana Marie Prikler <liliana.prikler@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


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

end of thread, other threads:[~2023-03-29  1:08 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-03-17 17:37 [PATCH] etc: Add gnome team Liliana Marie Prikler
2023-03-19 13:59 ` [bug#62244] " Raghav Gururajan
2023-03-29  1:08 ` bug#62244: " Maxim Cournoyer

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).