[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
58/76: gnu: gnome-initial-setup: Update to 40.4.
From: |
guix-commits |
Subject: |
58/76: gnu: gnome-initial-setup: Update to 40.4. |
Date: |
Mon, 27 Sep 2021 10:18:27 -0400 (EDT) |
mothacehe pushed a commit to branch wip-gnome40
in repository guix.
commit 692b6802d8072e4c4423fc65ac4de6c9bbd9dba3
Author: Mathieu Othacehe <othacehe@gnu.org>
AuthorDate: Sun Sep 26 08:05:51 2021 +0000
gnu: gnome-initial-setup: Update to 40.4.
* gnu/packages/gnome.scm (gnome-initial-setup): Update to 40.4.
[source]: Fix the URI.
[inputs]: Remove gnome-getting-started-docs. Add elogind.
---
gnu/packages/gnome.scm | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 7cc72ce..8534edb 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -1472,15 +1472,15 @@ extraction, and lookup for applications on the
desktop.")
(define-public gnome-initial-setup
(package
(name "gnome-initial-setup")
- (version "3.32.1")
+ (version "40.4")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnome/sources/gnome-initial-setup/"
- (version-major+minor version)
+ (version-major version)
"/gnome-initial-setup-" version ".tar.xz"))
(sha256
(base32
- "1gwhp7dalyc8zsb2pa66cmpdrj2d6drbq5p331sq6zp8ds10k9ry"))))
+ "06q3p4f8g9zr7a4mw3qr556mi0dg9qzrj8n46ybdz93fxs26aaj1"))))
(build-system meson-build-system)
(arguments
'(#:configure-flags '(;; Enable camera support for user selfie.
@@ -1506,10 +1506,10 @@ extraction, and lookup for applications on the
desktop.")
(inputs
`(("accountsservice" ,accountsservice)
;("adwaita-icon-theme" ,adwaita-icon-theme)
+ ("elogind" ,elogind)
("gdm" ,gdm)
("geoclue" ,geoclue)
("gnome-desktop" ,gnome-desktop)
- ("gnome-getting-started-docs" ,gnome-getting-started-docs)
("gnome-online-accounts" ,gnome-online-accounts)
("gnome-online-accounts:lib" ,gnome-online-accounts "lib")
("gstreamer" ,gstreamer)
- 36/76: gnu: gnome-clocks: Update to 40.0., (continued)
- 36/76: gnu: gnome-clocks: Update to 40.0., guix-commits, 2021/09/27
- 29/76: gnu: gnome-session: Update to 40.1., guix-commits, 2021/09/27
- 38/76: gnu: vte: Update to 0.64.2., guix-commits, 2021/09/27
- 41/76: gnu: gnome-weather: Update to 40.1., guix-commits, 2021/09/27
- 44/76: gnu: eog: Update to 40.3., guix-commits, 2021/09/27
- 48/76: gnu: mutter: Update to 40.5., guix-commits, 2021/09/27
- 49/76: gnu: Add fuse-3., guix-commits, 2021/09/27
- 51/76: gnu: libgdata: Update to 0.18.1., guix-commits, 2021/09/27
- 53/76: gnu: gnome-user-share: Update to 3.34.0., guix-commits, 2021/09/27
- 54/76: gnu: gnome-settings-daemon: Update to 40.0.1., guix-commits, 2021/09/27
- 58/76: gnu: gnome-initial-setup: Update to 40.4.,
guix-commits <=
- 56/76: gnu: gnome-color-manager: Update to 3.36.0., guix-commits, 2021/09/27
- 61/76: gnu: gdm: Update to 40.1., guix-commits, 2021/09/27
- 60/76: gnu: accountsservice: Update to 0.6.55., guix-commits, 2021/09/27
- 63/76: gnu: gnome-online-miners: Fix build., guix-commits, 2021/09/27
- 64/76: gnu: gnome-photos: Update to 40.0., guix-commits, 2021/09/27
- 65/76: gnu: gnome: Add gnome-music and gnome-photo., guix-commits, 2021/09/27
- 66/76: gnu: gnome: Remove gnome-getting-started-docs., guix-commits, 2021/09/27
- 69/76: gnu: gnome-sudoku: Update to 40.2., guix-commits, 2021/09/27
- 73/76: gnu: gegl: Add libraw support., guix-commits, 2021/09/27
- 72/76: gnu: gnome-tweaks: Update to 40.0., guix-commits, 2021/09/27