mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: docbook2x: Import patches from debian.
* gnu/packages/docbook.scm (docbook2x)[source]: Import patches from debian. Prefer patching in source over 'patch-sources phase. Drop docbook-xml workaround. [arguments]<#:phases>: Drop 'patch-sources. [inputs]: Move after arguments. Remove docbook-xml-4.5. [natine-inputs]: Add autoconf, automake and libtool. * gnu/packages/patches/docbook2x-filename-handling.patch: New file. * gnu/packages/patches/docbook2x-fix-synopsis.patch: Ditto. * gnu/packages/patches/docbook2x-manpage-typo.patch: Ditto. * gnu/packages/patches/docbook2x-preprocessor-declaration.patch: Ditto. * gnu/packages/patches/docbook2x-static-datadir-evaluation.patch: Ditto. * gnu/local.mk: Register it. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
This commit is contained in:
parent
5b6c9ca520
commit
a373462233
7 changed files with 241 additions and 31 deletions
|
@ -0,0 +1,21 @@
|
|||
# Source: <https://sources.debian.org/patches/docbook2x/0.8.8-18/01_fix_static_datadir_evaluation.patch/>
|
||||
|
||||
Description:
|
||||
01_fix_static_datadir_evaluation.dpatch by Daniel Leidert (dale) <daniel.leidert@wgdd.de>
|
||||
All lines beginning with `## DP:' are a description of the patch.
|
||||
The evaluation of datadir results in "${prefix}/share" without
|
||||
evaluation of the ${prefix} variable with autoconf 2.60.
|
||||
|
||||
Index: docbook2X-0.8.8/configure.ac
|
||||
===================================================================
|
||||
--- docbook2X-0.8.8.orig/configure.ac
|
||||
+++ docbook2X-0.8.8/configure.ac
|
||||
@@ -148,7 +148,7 @@
|
||||
dnl they will reside and should use these static_* values.
|
||||
dnl Ensure that all static_* are fully expanded.
|
||||
|
||||
-eval static_datadir="$datadir"
|
||||
+eval eval static_datadir="$datadir"
|
||||
|
||||
eval static_bindir="$bindir"
|
||||
old_val=""
|
Loading…
Add table
Add a link
Reference in a new issue