Archived
1
0
Fork 0

gnu: gnome: Update synopsis and description.

Gnome no longer considers itself “The GNU desktop environment”™, so let's
reflect that.

* gnu/packages/gnome.scm (gnome-meta-package)[synopsis]: Shorten to “Graphical
desktop environment”.
[description]: Adjust accordingly.
This commit is contained in:
Liliana Marie Prikler 2024-02-17 09:19:28 +01:00
parent a7ab8e4f48
commit a13f69f0d6
No known key found for this signature in database
GPG key ID: 442A84B8C70E2F87

View file

@ -10174,11 +10174,11 @@ Refer to its propagated inputs instead.\n"
#$(package-name this-package)) #$(package-name this-package))
(mkdir #$output)))) (mkdir #$output))))
(home-page "https://www.gnome.org") (home-page "https://www.gnome.org")
(synopsis "The GNU desktop environment") (synopsis "Graphical desktop environment")
(description "\ (description "GNOME is a graphical desktop environment.
GNOME is the graphical desktop for GNU. It includes a wide variety of It includes a wide variety of applications with a common interface for
applications for browsing the web, editing text and images, creating browsing the web, editing text and images, creating documents and diagrams,
documents and diagrams, playing media, scanning, and much more.") playing media, scanning, and much more.")
(license license:gpl2+) (license license:gpl2+)
(properties `((hidden? . #t)))))) (properties `((hidden? . #t))))))
(package (inherit base) (package (inherit base)