[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
58/80: gnu: gnome-initial-setup: Update to 40.4.
From: |
guix-commits |
Subject: |
58/80: gnu: gnome-initial-setup: Update to 40.4. |
Date: |
Tue, 28 Sep 2021 07:21:37 -0400 (EDT) |
mothacehe pushed a commit to branch wip-gnome40
in repository guix.
commit c47656ce2d23b8fc065b1cbe84db5e5cf953be08
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)
- 34/80: gnu: file-roller: Update to 3.40.0., (continued)
- 34/80: gnu: file-roller: Update to 3.40.0., guix-commits, 2021/09/28
- 46/80: gnu: eog-plugins: Update to 3.26.7., guix-commits, 2021/09/28
- 37/80: gnu: gnome-maps: Update to 40.5., guix-commits, 2021/09/28
- 35/80: gnu: gnome-characters: Update to 40.0., guix-commits, 2021/09/28
- 28/80: gnu: nautilus: Update to 40.2., guix-commits, 2021/09/28
- 48/80: gnu: mutter: Update to 40.5., guix-commits, 2021/09/28
- 41/80: gnu: gnome-weather: Update to 40.1., guix-commits, 2021/09/28
- 40/80: gnu: simple-scan: Update to 40.5., guix-commits, 2021/09/28
- 39/80: gnu: gnome-terminal: Update to 3.40.3., guix-commits, 2021/09/28
- 59/80: gnu: gnome-control-center: Update to 40.1., guix-commits, 2021/09/28
- 58/80: gnu: gnome-initial-setup: Update to 40.4.,
guix-commits <=
- 53/80: gnu: gnome-user-share: Update to 3.34.0., guix-commits, 2021/09/28
- 56/80: gnu: gnome-color-manager: Update to 3.36.0., guix-commits, 2021/09/28
- 52/80: gnu: gvfs: Update to 1.48.1., guix-commits, 2021/09/28
- 50/80: gnu: graphene: Update to 1.10.6., guix-commits, 2021/09/28
- 63/80: gnu: gnome-online-miners: Fix build., guix-commits, 2021/09/28
- 67/80: gnu: gnome-shell: Update to 40.5., guix-commits, 2021/09/28
- 68/80: gnu: gnome-mines: Update to 40.0., guix-commits, 2021/09/28
- 69/80: gnu: gnome-sudoku: Update to 40.2., guix-commits, 2021/09/28
- 70/80: gnu: devhelp: Update to 40.1., guix-commits, 2021/09/28
- 77/80: gnu: Add guix-icons., guix-commits, 2021/09/28