all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#64635] [PATCH] etc: Add a Qt team.
@ 2023-07-15  3:37 Maxim Cournoyer
  2023-07-15  7:15 ` Liliana Marie Prikler
  0 siblings, 1 reply; 3+ messages in thread
From: Maxim Cournoyer @ 2023-07-15  3:37 UTC (permalink / raw)
  To: 64635, maxim.cournoyer

* etc/teams.scm.in (qt): New variable.
(person): Register myself to it.
---
 etc/teams.scm.in | 13 ++++++++++++-
 1 file changed, 12 insertions(+), 1 deletion(-)

diff --git a/etc/teams.scm.in b/etc/teams.scm.in
index 8c4ee24119..3f5a6c4db3 100644
--- a/etc/teams.scm.in
+++ b/etc/teams.scm.in
@@ -128,6 +128,17 @@ (define-team haskell
               "guix/import/stackage.scm"
               "guix/scripts/import/hackage.scm")))
 
+(define-team qt
+  (team 'qt
+        #:name "Qt team"
+        #:description
+        "The Qt toolkit/library and the qt-build-system,
+as well as some packages using Qt."
+        #:scope (list "gnu/packages/qt.scm"
+                      "guix/build-system/qt.scm"
+                      "guix/build/qt-build-system.scm"
+                      "guix/build/qt-utils.scm")))
+
 (define-team r
   (team 'r
         #:name "R team"
@@ -599,7 +610,7 @@ (define-member (person "Zhu Zihao"
 
 (define-member (person "Maxim Cournoyer"
                        "maxim.cournoyer@gmail.com")
-  gnome telephony)
+  gnome qt telephony)
 
 \f
 (define (find-team name)

base-commit: 88027480b537b391b5089fb06889835510f33e59
prerequisite-patch-id: 7a36c1b4e73078e106ee0e0caad75a30edbbb799
-- 
2.40.1





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

* [bug#64635] [PATCH] etc: Add a Qt team.
  2023-07-15  3:37 [bug#64635] [PATCH] etc: Add a Qt team Maxim Cournoyer
@ 2023-07-15  7:15 ` Liliana Marie Prikler
  2023-07-16  2:54   ` Maxim Cournoyer
  0 siblings, 1 reply; 3+ messages in thread
From: Liliana Marie Prikler @ 2023-07-15  7:15 UTC (permalink / raw)
  To: Maxim Cournoyer, 64635

Am Freitag, dem 14.07.2023 um 23:37 -0400 schrieb Maxim Cournoyer:
> * etc/teams.scm.in (qt): New variable.
> (person): Register myself to it.
Should probably be '("Maxim Cournoyer"): Add to qt team.'
> ---
>  etc/teams.scm.in | 13 ++++++++++++-
>  1 file changed, 12 insertions(+), 1 deletion(-)
> 
> diff --git a/etc/teams.scm.in b/etc/teams.scm.in
> index 8c4ee24119..3f5a6c4db3 100644
> --- a/etc/teams.scm.in
> +++ b/etc/teams.scm.in
> @@ -128,6 +128,17 @@ (define-team haskell
>                "guix/import/stackage.scm"
>                "guix/scripts/import/hackage.scm")))
>  
> +(define-team qt
> +  (team 'qt
> +        #:name "Qt team"
> +        #:description
> +        "The Qt toolkit/library and the qt-build-system,
> +as well as some packages using Qt."
> +        #:scope (list "gnu/packages/qt.scm"
> +                      "guix/build-system/qt.scm"
> +                      "guix/build/qt-build-system.scm"
> +                      "guix/build/qt-utils.scm")))
> +
>  (define-team r
>    (team 'r
>          #:name "R team"
> @@ -599,7 +610,7 @@ (define-member (person "Zhu Zihao"
>  
>  (define-member (person "Maxim Cournoyer"
>                         "maxim.cournoyer@gmail.com")
> -  gnome telephony)
> +  gnome qt telephony)
You might want to ask others to join before pushing, same for the
telephony group.  While there still remains a chance that people will
miss it, doing things solo tends to cause a lot of work.

Cheers

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

* [bug#64635] [PATCH] etc: Add a Qt team.
  2023-07-15  7:15 ` Liliana Marie Prikler
@ 2023-07-16  2:54   ` Maxim Cournoyer
  0 siblings, 0 replies; 3+ messages in thread
From: Maxim Cournoyer @ 2023-07-16  2:54 UTC (permalink / raw)
  To: Liliana Marie Prikler; +Cc: 64635

Hello,

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

> Am Freitag, dem 14.07.2023 um 23:37 -0400 schrieb Maxim Cournoyer:
>> * etc/teams.scm.in (qt): New variable.
>> (person): Register myself to it.
> Should probably be '("Maxim Cournoyer"): Add to qt team.'

Sure!  Done.

>> ---
>>  etc/teams.scm.in | 13 ++++++++++++-
>>  1 file changed, 12 insertions(+), 1 deletion(-)
>> 
>> diff --git a/etc/teams.scm.in b/etc/teams.scm.in
>> index 8c4ee24119..3f5a6c4db3 100644
>> --- a/etc/teams.scm.in
>> +++ b/etc/teams.scm.in
>> @@ -128,6 +128,17 @@ (define-team haskell
>>                "guix/import/stackage.scm"
>>                "guix/scripts/import/hackage.scm")))
>>  
>> +(define-team qt
>> +  (team 'qt
>> +        #:name "Qt team"
>> +        #:description
>> +        "The Qt toolkit/library and the qt-build-system,
>> +as well as some packages using Qt."
>> +        #:scope (list "gnu/packages/qt.scm"
>> +                      "guix/build-system/qt.scm"
>> +                      "guix/build/qt-build-system.scm"
>> +                      "guix/build/qt-utils.scm")))
>> +
>>  (define-team r
>>    (team 'r
>>          #:name "R team"
>> @@ -599,7 +610,7 @@ (define-member (person "Zhu Zihao"
>>  
>>  (define-member (person "Maxim Cournoyer"
>>                         "maxim.cournoyer@gmail.com")
>> -  gnome telephony)
>> +  gnome qt telephony)
> You might want to ask others to join before pushing, same for the
> telephony group.  While there still remains a chance that people will
> miss it, doing things solo tends to cause a lot of work.

I've reached out to guix-devel; we'll see!

-- 
Thanks,
Maxim

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

end of thread, other threads:[~2023-07-16  2:55 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-07-15  3:37 [bug#64635] [PATCH] etc: Add a Qt team Maxim Cournoyer
2023-07-15  7:15 ` Liliana Marie Prikler
2023-07-16  2:54   ` Maxim Cournoyer

Code repositories for project(s) associated with this external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.