[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: gnome-initial-setup: Update description.
From: |
guix-commits |
Subject: |
branch master updated: gnu: gnome-initial-setup: Update description. |
Date: |
Sun, 12 Jan 2020 16:37:41 -0500 |
This is an automated email from the git hooks/post-receive script.
dannym pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new a65cc57 gnu: gnome-initial-setup: Update description.
a65cc57 is described below
commit a65cc579b95be6f1db35e7e69bfda1544f3419ab
Author: Danny Milosavljevic <address@hidden>
AuthorDate: Sun Jan 12 22:37:07 2020 +0100
gnu: gnome-initial-setup: Update description.
* gnu/packages/gnome.scm (gnome-initial-setup)[description]: Modify.
---
gnu/packages/gnome.scm | 9 ++++++---
1 file changed, 6 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 3a39956..ea70c9a 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -378,7 +378,9 @@ extraction, and lookup for applications on the desktop.")
"1gwhp7dalyc8zsb2pa66cmpdrj2d6drbq5p331sq6zp8ds10k9ry"))))
(build-system meson-build-system)
(arguments
- '(#:configure-flags '("-Dcheese=auto" "-Dsystemd=false")))
+ '(#:configure-flags '(;; Enable camera support for user selfie.
+ "-Dcheese=auto"
+ "-Dsystemd=false")))
(native-inputs
`(("gettext" ,gettext-minimal)
("glib:bin" ,glib "bin")
@@ -409,8 +411,9 @@ extraction, and lookup for applications on the desktop.")
("upower" ,upower)
("webkitgtk" ,webkitgtk)))
(synopsis "Initial setup wizard for GNOME desktop")
- (description "GNOME Initial Setup aims to provide a simple, easy,
-and safe way to prepare a new system.")
+ (description "This package provides a set-up wizard when a
+user logs into GNOME for the first time. It typically provides a
+tour of all gnome components and allows the user to set them up.")
(home-page "https://gitlab.gnome.org/GNOME/gnome-initial-setup")
(license license:gpl2)))
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: gnu: gnome-initial-setup: Update description.,
guix-commits <=