* [PATCH] gnu: Add docbook-xml-4.2
@ 2014-11-02 17:26 Federico Beffa
2014-11-02 17:35 ` Andreas Enge
0 siblings, 1 reply; 3+ messages in thread
From: Federico Beffa @ 2014-11-02 17:26 UTC (permalink / raw)
To: Guix-devel
[-- 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
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH] gnu: Add docbook-xml-4.2
2014-11-02 17:26 [PATCH] gnu: Add docbook-xml-4.2 Federico Beffa
@ 2014-11-02 17:35 ` Andreas Enge
2014-11-03 16:59 ` Ludovic Courtès
0 siblings, 1 reply; 3+ messages in thread
From: Andreas Enge @ 2014-11-02 17:35 UTC (permalink / raw)
To: Federico Beffa; +Cc: Guix-devel
On Sun, Nov 02, 2014 at 06:26:59PM +0100, Federico Beffa wrote:
> Add version 4.2. It is needed by dconf.
This looks very safe (although we will end up with four versions of it!).
Andreas
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] gnu: Add docbook-xml-4.2
2014-11-02 17:35 ` Andreas Enge
@ 2014-11-03 16:59 ` Ludovic Courtès
0 siblings, 0 replies; 3+ messages in thread
From: Ludovic Courtès @ 2014-11-03 16:59 UTC (permalink / raw)
To: Andreas Enge; +Cc: Guix-devel, Federico Beffa
Andreas Enge <andreas@enge.fr> skribis:
> On Sun, Nov 02, 2014 at 06:26:59PM +0100, Federico Beffa wrote:
>> Add version 4.2. It is needed by dconf.
>
> This looks very safe
Yes, please push.
> (although we will end up with four versions of it!).
Right, but it seems inherent to DocBook and document systems in general:
unlike software, documents are rarely “ported” to the new “APIs”.
Ludo’.
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2014-11-03 16:59 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-11-02 17:26 [PATCH] gnu: Add docbook-xml-4.2 Federico Beffa
2014-11-02 17:35 ` Andreas Enge
2014-11-03 16:59 ` Ludovic Courtès
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.