guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

282/402: gnu: gnome-getting-started-docs: Update package definition.


From: guix-commits
Subject: 282/402: gnu: gnome-getting-started-docs: Update package definition.
Date: Tue, 18 Aug 2020 16:48:03 -0400 (EDT)

dannym pushed a commit to branch wip-desktop
in repository guix.

commit 160318a8e1c9cf78c2b05b82c8be146502a02127
Author: Raghav Gururajan <raghavgururajan@disroot.org>
AuthorDate: Wed Aug 5 14:36:35 2020 -0400

    gnu: gnome-getting-started-docs: Update package definition.
    
    * gnu/packages/gnome.scm (gnome-getting-started-docs) [version]:
    Update to 3.36.2.
    [source]<origin>[sha256]: Modify base32.
    [synopsis]: Modify.
    [description]: Modify.
    
    Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
---
 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 5e683df..0590281 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -1997,31 +1997,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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]