unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#38833] gnu: Add gnome-user-docs.
@ 2019-12-31 16:06 Raghav Gururajan
  2020-01-01 16:21 ` bug#38833: gnu: Add gnome-user-docs and gnome-getting-started-docs Tobias Geerinckx-Rice via Guix-patches via
  0 siblings, 1 reply; 2+ messages in thread
From: Raghav Gururajan @ 2019-12-31 16:06 UTC (permalink / raw)
  To: 38833

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

Hello Guix!

Please find the attached patch to add gnome-user-docs.

Thank you!

Regards,
RG.

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

From 1bd0fb2d082b2757a2f9cff3ab1708456d46c8a8 Mon Sep 17 00:00:00 2001
From: Raghav Gururajan <raghavgururajan@disroot.org>
Date: Tue, 31 Dec 2019 11:03:46 -0500
Subject: [PATCH] gnu: Add gnome-user-docs.

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

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 51c561e3ed..90ac8893e2 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -346,6 +346,33 @@ 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-user-docs
+  (package
+   (name "gnome-user-docs")
+   (version "3.32.3")
+   (source (origin
+            (method url-fetch)
+            (uri (string-append "mirror://gnome/sources/gnome-user-docs/"
+                                (version-major+minor version)
+                                "/gnome-user-docs-" version ".tar.xz"))
+            (sha256
+             (base32
+              "0dvsl0ldg8rf7yq0r4dv1pn41s7gjgcqp7agkbflkbmhrl6vbhig"))))
+   (build-system gnu-build-system)
+   (native-inputs
+    `(("gettext" ,gettext-minimal)
+      ("itstool" ,itstool)
+      ("pkg-config" ,pkg-config)
+      ("xmllint" ,libxml2)))
+   (synopsis "User documentation for GNOME desktop")
+   (description "GNOME User Docs contains documents which are
+packaged and shipped as gnome-getting-started-docs in the core
+GNOME distribution. The documents are targeted for end-users
+and system administrators of GNOME and have general
+GNOME applicability.")
+   (home-page "https://live.gnome.org/DocumentationProject")
+   (license license:cc-by3.0)))
+
 (define-public gnome-getting-started-docs
   (package
    (name "gnome-getting-started-docs")
-- 
2.24.1


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#38833: gnu: Add gnome-user-docs and gnome-getting-started-docs.
  2019-12-31 16:06 [bug#38833] gnu: Add gnome-user-docs Raghav Gururajan
@ 2020-01-01 16:21 ` Tobias Geerinckx-Rice via Guix-patches via
  0 siblings, 0 replies; 2+ messages in thread
From: Tobias Geerinckx-Rice via Guix-patches via @ 2020-01-01 16:21 UTC (permalink / raw)
  To: 38833-done, 38832-done

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

Raghav,

I've pushed these as 823b77fb0d22c21d74820d959ab07e0d63af2bfb & 
al. with a tweak to the commit message (‘(…):’, not ‘(…).’, please 
adjust your snippet/workflow :-) and fleshed-out descriptions from 
my & Debian's hand.

Thanks!

T G-R

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 832 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-01-01 16:22 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-12-31 16:06 [bug#38833] gnu: Add gnome-user-docs Raghav Gururajan
2020-01-01 16:21 ` bug#38833: gnu: Add gnome-user-docs and gnome-getting-started-docs Tobias Geerinckx-Rice via Guix-patches via

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).