GNU bug report logs - #64635
[PATCH] etc: Add a Qt team.

Previous Next

Package: guix-patches;

Reported by: Maxim Cournoyer <maxim.cournoyer <at> gmail.com>

Date: Sat, 15 Jul 2023 03:38: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 64635 in the body.
You can then email your comments to 64635 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 guix-patches <at> gnu.org:
bug#64635; Package guix-patches. (Sat, 15 Jul 2023 03:38:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Maxim Cournoyer <maxim.cournoyer <at> gmail.com>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Sat, 15 Jul 2023 03:38:02 GMT) Full text and rfc822 format available.

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

From: Maxim Cournoyer <maxim.cournoyer <at> gmail.com>
To: guix-patches <at> gnu.org,
	maxim.cournoyer <at> gmail.com
Subject: [PATCH] etc: Add a Qt team.
Date: Fri, 14 Jul 2023 23:37:04 -0400
* 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 <at> gmail.com")
-  gnome telephony)
+  gnome qt telephony)
 
 
 (define (find-team name)

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





Information forwarded to guix-patches <at> gnu.org:
bug#64635; Package guix-patches. (Sat, 15 Jul 2023 07:16:02 GMT) Full text and rfc822 format available.

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

From: Liliana Marie Prikler <liliana.prikler <at> gmail.com>
To: Maxim Cournoyer <maxim.cournoyer <at> gmail.com>, 64635 <at> debbugs.gnu.org
Subject: Re: [PATCH] etc: Add a Qt team.
Date: Sat, 15 Jul 2023 09:15:27 +0200
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 <at> 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

Information forwarded to guix-patches <at> gnu.org:
bug#64635; Package guix-patches. (Sun, 16 Jul 2023 02:55:01 GMT) Full text and rfc822 format available.

Message #11 received at 64635 <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: 64635 <at> debbugs.gnu.org
Subject: Re: [PATCH] etc: Add a Qt team.
Date: Sat, 15 Jul 2023 22:54:41 -0400
Hello,

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

bug closed, send any further explanations to 64635 <at> debbugs.gnu.org and Maxim Cournoyer <maxim.cournoyer <at> gmail.com> Request was from Maxim Cournoyer <maxim.cournoyer <at> gmail.com> to control <at> debbugs.gnu.org. (Tue, 25 Jul 2023 17:07: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, 23 Aug 2023 11:24:07 GMT) Full text and rfc822 format available.

This bug report was last modified 2 years and 14 days ago.

Previous Next


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