unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Raghav Gururajan <raghavgururajan@disroot.org>
To: 38832@debbugs.gnu.org
Subject: [bug#38832] gnu: Add gnome-getting-started-docs
Date: Tue, 31 Dec 2019 10:24:53 -0500	[thread overview]
Message-ID: <f344482bf8cdbf0f93f79c14817715c5a0645f8f.camel@disroot.org> (raw)

[-- Attachment #1: Type: text/plain, Size: 105 bytes --]

Hello Guix!

Please find the attached patch to add gnome-getting-started-docs.

Thank you!

Regards,
RG.

[-- Attachment #2: 0001-gnu-Add-gnome-getting-started-docs.patch --]
[-- Type: text/x-patch, Size: 1952 bytes --]

From d4267ddcc5f46a720393265e8a3405e21cb0a1db Mon Sep 17 00:00:00 2001
From: Raghav Gururajan <raghavgururajan@disroot.org>
Date: Tue, 31 Dec 2019 10:21:20 -0500
Subject: [PATCH] gnu: Add gnome-getting-started-docs.

* gnu/packages/gnome.scm (gnome-getting-started-docs). New variable.
---
 gnu/packages/gnome.scm | 25 +++++++++++++++++++++++++
 1 file changed, 25 insertions(+)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 69f4ce5cf0..51c561e3ed 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -346,6 +346,31 @@ uses duplicity as the backend, which supports incremental backups and storage
 either on a local, or remote machine via a number of methods.")
     (license license:gpl3+)))
 
+(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 a new user get started in GNOME desktop")
+   (description "GNOME Getting Started Docs contains the Getting Started guide
+which is packaged and shipped as gnome-getting-started-docs
+in the core GNOME distribution.")
+   (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
   ;; recent versions of the build tools.  The latest activity on the
-- 
2.24.1


                 reply	other threads:[~2019-12-31 15:26 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=f344482bf8cdbf0f93f79c14817715c5a0645f8f.camel@disroot.org \
    --to=raghavgururajan@disroot.org \
    --cc=38832@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).