From c6a80558d787cfbb773061a2484b796a28121719 Mon Sep 17 00:00:00 2001 From: Raghav Gururajan Date: Wed, 5 Aug 2020 14:36:35 -0400 Subject: [PATCH 23/44] gnu: gnome-getting-started-docs: Update package definition. * gnu/packages/gnome.scm (gnome-getting-started-docs) [version]: Update to 3.36.2. [source][sha256]: Modify base32. [synopsis]: Modify. [description]: Modify. --- gnu/packages/gnome.scm | 47 ++++++++++++++++++++---------------------- 1 file changed, 22 insertions(+), 25 deletions(-) diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index 5522525780..3c9395ec56 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -1998,31 +1998,28 @@ and system administrators.") (define-public gnome-getting-started-docs (package - (name "gnome-getting-started-docs") - (version "3.32.2") - (source - (origin - (method url-fetch) - (uri (string-append "mirror://gnome/sources/gnome-getting-started-docs/" - (version-major+minor version) - "/gnome-getting-started-docs-" version ".tar.xz")) - (sha256 - (base32 "1v4k465mlzrhgcdddzs6bmm0yliyrfx6jg3gh0s17a08i0w5rbwq")))) - (build-system gnu-build-system) - (native-inputs - `(("gettext" ,gettext-minimal) - ("itstool" ,itstool) - ("pkg-config" ,pkg-config) - ("xmllint" ,libxml2))) - (synopsis "Help to get new users started with the GNOME desktop") - (description - "The GNOME Getting Started Documentation contains GNOME's intuitive -\"Getting Started\" tour, with video guides, that can be viewed with Yelp. - -It is normally used together with @command{gnome-initial-setup}, but is also -useful as a tutorial and users' guide for new or less experienced users.") - (home-page "https://live.gnome.org/DocumentationProject") - (license license:cc-by-sa3.0))) + (name "gnome-getting-started-docs") + (version "3.36.2") + (source + (origin + (method url-fetch) + (uri + (string-append "mirror://gnome/sources/gnome-getting-started-docs/" + (version-major+minor version) + "/gnome-getting-started-docs-" version ".tar.xz")) + (sha256 + (base32 "1ihxa9g687rbb4s2gxd2pf726adx98ahq4kfad868swl7a8vi504")))) + (build-system gnu-build-system) + (native-inputs + `(("gettext" ,gettext-minimal) + ("itstool" ,itstool) + ("pkg-config" ,pkg-config) + ("xmllint" ,libxml2))) + (synopsis "Help a new user get started in GNOME") + (description "GNOME-Getting-Started-Docs provides the Getting Started guide +for GNOME Desktop.") + (home-page "https://live.gnome.org/DocumentationProject") + (license license:cc-by-sa3.0))) (define-public dia ;; This version from GNOME's repository includes fixes for compiling with -- 2.28.0