all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Federico Beffa <beffa@ieee.org>
To: Guix-devel <guix-devel@gnu.org>
Subject: [PATCH] gnu: Add docbook-xml-4.2
Date: Sun, 2 Nov 2014 18:26:59 +0100	[thread overview]
Message-ID: <CAKrPhPOBZRauieS45ve2RFzGgJNV7S0cJQ6PVRHdQ0MwMLFYTw@mail.gmail.com> (raw)

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

Add version 4.2.  It is needed by dconf.

Regards,
Fede

[-- Attachment #2: 0001-gnu-Add-docbook-xml-4.2.patch --]
[-- Type: text/x-patch, Size: 1184 bytes --]

From 9d2aebbaa396c2143666f171833d79efeefa4746 Mon Sep 17 00:00:00 2001
From: Federico Beffa <beffa@fbengineering.ch>
Date: Sun, 2 Nov 2014 18:23:32 +0100
Subject: [PATCH] gnu: Add docbook-xml-4.2

* gnu/packages/docbook.scm (docbook-xml-4.2): New variable.
---
 gnu/packages/docbook.scm | 11 +++++++++++
 1 file changed, 11 insertions(+)

diff --git a/gnu/packages/docbook.scm b/gnu/packages/docbook.scm
index dc2e3da..3ec0377 100644
--- a/gnu/packages/docbook.scm
+++ b/gnu/packages/docbook.scm
@@ -94,6 +94,17 @@ by no means limited to these applications.)  This package provides XML DTDs.")
                (base32
                 "0r1l2if1z4wm2v664sqdizm4gak6db1kx9y50jq89m3gxaa8l1i3"))))))
 
+(define-public docbook-xml-4.2
+  (package (inherit docbook-xml)
+   (version "4.2")
+    (source (origin
+              (method url-fetch)
+              (uri (string-append "http://www.docbook.org/xml/" version
+                                  "/docbook-xml-" version ".zip"))
+              (sha256
+               (base32
+                "18hgwvmywh6a5jh38szjmg3hg2r4v5lb6r3ydc3rd8cp9wg61i5c"))))))
+
 (define-public docbook-xsl
   (package
     (name "docbook-xsl")
-- 
1.8.4


             reply	other threads:[~2014-11-02 17:27 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-11-02 17:26 Federico Beffa [this message]
2014-11-02 17:35 ` [PATCH] gnu: Add docbook-xml-4.2 Andreas Enge
2014-11-03 16:59   ` Ludovic Courtès

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

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

  git send-email \
    --in-reply-to=CAKrPhPOBZRauieS45ve2RFzGgJNV7S0cJQ6PVRHdQ0MwMLFYTw@mail.gmail.com \
    --to=beffa@ieee.org \
    --cc=guix-devel@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 external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.