[PATCH gnome-team] gnu: gnome-shell: Update to 44.5.

  • Done
  • quality assurance status badge
Details
3 participants
  • Liliana Marie Prikler
  • Maxim Cournoyer
  • Vivien Kraus
Owner
unassigned
Submitted by
Vivien Kraus
Severity
normal

Debbugs page

Vivien Kraus wrote 1 years ago
(address . guix-patches@gnu.org)
eff9917d4d88b204321b088b539f095344bdcd93.1700602191.git.vivien@planete-kraus.eu
* 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(-)

Toggle diff (26 lines)
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
Vivien Kraus wrote 1 years ago
[PATCH gnome-team v2] gnu: gnome-shell: Update to 44.7.
(address . 67346@debbugs.gnu.org)
73fff69705417ebb70f7855bb9d2f0e43cf36cd7.1701609237.git.vivien@planete-kraus.eu
* 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(-)

Toggle diff (26 lines)
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
Vivien Kraus wrote 1 years ago
[PATCH gnome-team v3] gnu: gnome-shell: Update to 44.7.
(address . 67346@debbugs.gnu.org)
04269e14fd910e222cb0eed428c2ddcf5cf7e8eb.1701610043.git.vivien@planete-kraus.eu
* 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(-)

Toggle diff (34 lines)
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
Maxim Cournoyer wrote 1 years ago
Re: [PATCH gnome-team v2] gnu: gnome-shell: Update to 44.7.
(name . Vivien Kraus)(address . vivien@planete-kraus.eu)
87a5qr4566.fsf@gmail.com
Toggle quote (4 lines)
> * gnu/packages/gnome.scm (gnome-shell): Update to 44.7.
>
> Change-Id: I28a0f4b8ad3d31decbc915c2be4f47f64b98e09c

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

--
Thanks,
Maxim
Maxim Cournoyer wrote 1 years ago
Re: [PATCH gnome-team v3] gnu: gnome-shell: Update to 44.7.
(name . Vivien Kraus)(address . vivien@planete-kraus.eu)
875y1f4557.fsf@gmail.com
Vivien Kraus <vivien@planete-kraus.eu> writes:

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

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

--
Thanks,
Maxim
Liliana Marie Prikler wrote 1 years ago
ceeb79c799b066908c640ba6547355ab45821941.camel@gmail.com
Am Sonntag, dem 03.12.2023 um 11:33 -0500 schrieb Maxim Cournoyer:
Toggle quote (6 lines)
> Vivien Kraus <vivien@planete-kraus.eu> writes:
>
> > * gnu/packages/gnome.scm (gnome-shell): Update to 44.7.
> > [inputs]: Add bash-minimal.
>
> Reviewed-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
Pushed at last.
Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 67346@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 67346
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help