GNU bug report logs - #67346
[PATCH gnome-team] gnu: gnome-shell: Update to 44.5.

Previous Next

Package: guix-patches;

Reported by: Vivien Kraus <vivien <at> planete-kraus.eu>

Date: Tue, 21 Nov 2023 21:31:02 UTC

Severity: normal

Tags: patch

Done: Liliana Marie Prikler <liliana.prikler <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 67346 in the body.
You can then email your comments to 67346 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#67346; Package guix-patches. (Tue, 21 Nov 2023 21:31:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Vivien Kraus <vivien <at> planete-kraus.eu>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Tue, 21 Nov 2023 21:31:02 GMT) Full text and rfc822 format available.

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

From: Vivien Kraus <vivien <at> planete-kraus.eu>
To: guix-patches <at> gnu.org
Cc: rg <at> raghavgururajan.name, liliana.prikler <at> gmail.com,
 maxim.cournoyer <at> gmail.com
Subject: [PATCH gnome-team] gnu: gnome-shell: Update to 44.5.
Date: Tue, 21 Nov 2023 22:19:53 +0100
* gnu/packages/gnome.scm (gnome-shell): Update to 44.5.

Change-Id: I28a0f4b8ad3d31decbc915c2be4f47f64b98e09c
---
 gnu/packages/gnome.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index ab485cffb1..ac76d0f94d 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -9144,7 +9144,7 @@ (define-public gnome-control-center
 (define-public gnome-shell
   (package
     (name "gnome-shell")
-    (version "44.3")
+    (version "44.5")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://gnome/sources/" name "/"
@@ -9152,7 +9152,7 @@ (define-public gnome-shell
                                   name "-" version ".tar.xz"))
               (sha256
                (base32
-                "1grizh3fbks5dgizaj38300cz97ay81q0hlk1pvawkpfq9qlnsam"))))
+                "0daaj95afk4hgsryyi99n2g4iizss6llg13hgm197m8x73hgqsn1"))))
     (build-system meson-build-system)
     (arguments
      (let ((disallowed-references

base-commit: 1cc3b7e80f60a2a5a6a1400ed0b025efeae7a523
-- 
2.41.0




Information forwarded to guix-patches <at> gnu.org:
bug#67346; Package guix-patches. (Sun, 03 Dec 2023 13:16:01 GMT) Full text and rfc822 format available.

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

From: Vivien Kraus <vivien <at> planete-kraus.eu>
To: 67346 <at> debbugs.gnu.org
Cc: rg <at> raghavgururajan.name, liliana.prikler <at> gmail.com,
 maxim.cournoyer <at> gmail.com
Subject: [PATCH gnome-team v2] gnu: gnome-shell: Update to 44.7.
Date: Tue, 21 Nov 2023 22:19:53 +0100
* gnu/packages/gnome.scm (gnome-shell): Update to 44.7.

Change-Id: I28a0f4b8ad3d31decbc915c2be4f47f64b98e09c
---
 gnu/packages/gnome.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index d354327497..cbc381178f 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -9148,7 +9148,7 @@ (define-public gnome-control-center
 (define-public gnome-shell
   (package
     (name "gnome-shell")
-    (version "44.3")
+    (version "44.7")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://gnome/sources/" name "/"
@@ -9156,7 +9156,7 @@ (define-public gnome-shell
                                   name "-" version ".tar.xz"))
               (sha256
                (base32
-                "1grizh3fbks5dgizaj38300cz97ay81q0hlk1pvawkpfq9qlnsam"))))
+                "0gvhlvcw6rd8xa71qfxw39kyqgnv15x8xv8my6h5215kx3il1acb"))))
     (build-system meson-build-system)
     (arguments
      (let ((disallowed-references

base-commit: e21f0cb7b7a87992004193cd56638ad961fe5928
-- 
2.41.0




Information forwarded to guix-patches <at> gnu.org:
bug#67346; Package guix-patches. (Sun, 03 Dec 2023 13:30:03 GMT) Full text and rfc822 format available.

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

From: Vivien Kraus <vivien <at> planete-kraus.eu>
To: 67346 <at> debbugs.gnu.org
Cc: rg <at> raghavgururajan.name, liliana.prikler <at> gmail.com,
 maxim.cournoyer <at> gmail.com
Subject: [PATCH gnome-team v3] gnu: gnome-shell: Update to 44.7.
Date: Tue, 21 Nov 2023 22:19:53 +0100
* gnu/packages/gnome.scm (gnome-shell): Update to 44.7.
[inputs]: Add bash-minimal.

Change-Id: I28a0f4b8ad3d31decbc915c2be4f47f64b98e09c
---
Sorry, I forgot to check the guix lint output.

 gnu/packages/gnome.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index d354327497..e121adf9cd 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -9148,7 +9148,7 @@ (define-public gnome-control-center
 (define-public gnome-shell
   (package
     (name "gnome-shell")
-    (version "44.3")
+    (version "44.7")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://gnome/sources/" name "/"
@@ -9156,7 +9156,7 @@ (define-public gnome-shell
                                   name "-" version ".tar.xz"))
               (sha256
                (base32
-                "1grizh3fbks5dgizaj38300cz97ay81q0hlk1pvawkpfq9qlnsam"))))
+                "0gvhlvcw6rd8xa71qfxw39kyqgnv15x8xv8my6h5215kx3il1acb"))))
     (build-system meson-build-system)
     (arguments
      (let ((disallowed-references
@@ -9296,6 +9296,7 @@ (define-public gnome-shell
            xorg-server-for-tests))
     (inputs
      (list accountsservice
+           bash-minimal
            docbook-xsl
            evolution-data-server
            gcr

base-commit: e21f0cb7b7a87992004193cd56638ad961fe5928
-- 
2.41.0




Information forwarded to guix-patches <at> gnu.org:
bug#67346; Package guix-patches. (Sun, 03 Dec 2023 16:34:02 GMT) Full text and rfc822 format available.

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

From: Maxim Cournoyer <maxim.cournoyer <at> gmail.com>
To: Vivien Kraus <vivien <at> planete-kraus.eu>
Cc: 67346 <at> debbugs.gnu.org, liliana.prikler <at> gmail.com, rg <at> raghavgururajan.name
Subject: Re: [PATCH gnome-team v2] gnu: gnome-shell: Update to 44.7.
Date: Sun, 03 Dec 2023 11:33:21 -0500
> * gnu/packages/gnome.scm (gnome-shell): Update to 44.7.
>
> Change-Id: I28a0f4b8ad3d31decbc915c2be4f47f64b98e09c

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

-- 
Thanks,
Maxim




Information forwarded to guix-patches <at> gnu.org:
bug#67346; Package guix-patches. (Sun, 03 Dec 2023 16:35:02 GMT) Full text and rfc822 format available.

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

From: Maxim Cournoyer <maxim.cournoyer <at> gmail.com>
To: Vivien Kraus <vivien <at> planete-kraus.eu>
Cc: 67346 <at> debbugs.gnu.org, liliana.prikler <at> gmail.com, rg <at> raghavgururajan.name
Subject: Re: [PATCH gnome-team v3] gnu: gnome-shell: Update to 44.7.
Date: Sun, 03 Dec 2023 11:33:56 -0500
Vivien Kraus <vivien <at> planete-kraus.eu> writes:

> * gnu/packages/gnome.scm (gnome-shell): Update to 44.7.
> [inputs]: Add bash-minimal.

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

-- 
Thanks,
Maxim




Reply sent to Liliana Marie Prikler <liliana.prikler <at> gmail.com>:
You have taken responsibility. (Tue, 19 Dec 2023 22:56:02 GMT) Full text and rfc822 format available.

Notification sent to Vivien Kraus <vivien <at> planete-kraus.eu>:
bug acknowledged by developer. (Tue, 19 Dec 2023 22:56:02 GMT) Full text and rfc822 format available.

Message #22 received at 67346-done <at> debbugs.gnu.org (full text, mbox):

From: Liliana Marie Prikler <liliana.prikler <at> gmail.com>
To: Maxim Cournoyer <maxim.cournoyer <at> gmail.com>, Vivien Kraus
 <vivien <at> planete-kraus.eu>
Cc: rg <at> raghavgururajan.name, 67346-done <at> debbugs.gnu.org
Subject: Re: [PATCH gnome-team v3] gnu: gnome-shell: Update to 44.7.
Date: Tue, 19 Dec 2023 23:55:43 +0100
Am Sonntag, dem 03.12.2023 um 11:33 -0500 schrieb Maxim Cournoyer:
> Vivien Kraus <vivien <at> planete-kraus.eu> writes:
> 
> > * gnu/packages/gnome.scm (gnome-shell): Update to 44.7.
> > [inputs]: Add bash-minimal.
> 
> Reviewed-by: Maxim Cournoyer <maxim.cournoyer <at> gmail.com>
Pushed at last.




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

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

Previous Next


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