~ruther/guix-local

ref: 1817f5cf4b04d2f2104dcb1de0f0db578aa02b85 guix-local/gnu d---------
1817f5cf — Bruno Victal 2 years ago
gnu: perf: Remove libxml2.

XML_CATALOG_FILES is already set within xmlto which is a requirement for
building the documentation.

Note: perf depends on zlib which was propagated by libxml2 so we must re-add
it here.

* gnu/packages/linux.scm (perf)[inputs]: Remove libxml2. Add zlib. Relocate
docbook-xsl, xmlto and asciidoc to …
[native-inputs]: … here.

Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
bb29bb20 — Bruno Victal 2 years ago
gnu: libstdc++-doc: Build libstdc++ info documentation.

* gnu/packages/patches/gcc-13.2.0-libstdc++-docbook-xsl-uri.patch: New file.
* gnu/packages/patches/gcc-13.2.0-libstdc++-info-install-fix.patch: Ditto.
* gnu/packages/patches/gcc-5.5.0-libstdc++-xmlcatalog.patch: Ditto.
* gnu/local.mk: Register them.
* gnu/packages/gcc.scm
(gcc-5)[source]: Use gcc-5.5.0-libstdc++-xmlcatalog.patch,
gcc-13.2.0-libstdc++-docbook-xsl-uri.patch and
gcc-13.2.0-libstdc++-info-install-fix.patch.
(gcc-9)[source]: Use gcc-13.2.0-libstdc++-docbook-xsl-uri.patch and
gcc-13.2.0-libstdc++-info-install-fix.patch.
(make-libstdc++-doc)[arguments]<#:phases>: Remove 'set-xsl-directory.
Adjust 'build and 'install for info documentation and to respect make-flags.
[native-inputs]: Add docbook2x.

Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
Change-Id: Ie3b9de0328a10efadb28d211c3fe03f9b7aaf87f
f9911209 — Bruno Victal 2 years ago
gnu: libstdc++-doc: Rewrite with G-Expressions.

* gnu/packages/gcc.scm (make-libstdc++-doc): Rewrite arguments with
G-Expressions.

Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
Change-Id: Idc8da964b7d777e0459c731625296ccd96546fa7
af765e47 — Bruno Victal 2 years ago
gnu: gtk-doc: Remove leftovers.

No longer needed, package passes tests without these parameters.

* gnu/packages/gtk.scm (gtk-doc)[arguments]<#:parallel-tests?>: Re-enable.
<#:phases>: Remove 'disable-failing-tests.

Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
443965fe — Bruno Victal 2 years ago
gnu: gtk-doc: Wrap XML_CATALOG_FILES.

Prefer XML catalog resolution over substitutions on XML files.

* gnu/packages/gtk.scm (gtk-doc)[arguments]<#:phases>: Remove
'patch-gtk-doc-scan. Wrap XML_CATALOG_FILES within 'wrap-executables.

Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
f9660a2c — Bruno Victal 2 years ago
gnu: gtk-doc: Rewrite with G-Expressions.

* gnu/packages/gtk.scm (gtk-doc): Rewrite with G-Expressions.

Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
ea6595ba — Bruno Victal 2 years ago
gnu: git: Drop docbook workarounds.

* gnu/packages/version-control.scm (git)[arguments]<#:phases>: Drop
docbook-xsl related substitution.
[native-inputs]: Add docbook-xml-4.5.

Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
ee33cb89 — Bruno Victal 2 years ago
gnu: gdcm: Build manpages.

* gnu/packages/bioinformatics.scm (gdcm)[arguments]<#:configure-flags>:
Re-enable manpages.
[native-inputs]: Add libxslt.

Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
cc30f853 — Bruno Victal 2 years ago
gnu: tunctl: Update comment.

The actual dependency is docbook-to-man which is a completely different
project [1]. (unrelated to docbook2x and docbook-utils)

[1]: <https://www.oasis-open.org/docbook/tools/dtm/>

* gnu/packages/networking.scm (tunctl): Update comment.

Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
b8a254ce — Bruno Victal 2 years ago
gnu: alsa-utils: Rewrite with G-Expressions.

* gnu/packages/linux.scm (alsa-utils)[arguments]: Rewrite with G-Expressions.
<#:phases>: Drop obsolete 'disable-broken-test phase. Drop trailing #t.

Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
55ce97b1 — Bruno Victal 2 years ago
gnu: alsa-utils: Build manpages.

* gnu/packages/linux.scm (alsa-utils)[arguments]<#:configure-flags>: Re-enable
xmlto for building manpages.
[inputs]: Move xmlto to …
[native-inputs]: … here and restyle. Add docbook-xml-4.2 and docbook-xsl.

Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
b1fde762 — Bruno Victal 2 years ago
gnu: libnotify: Split documentation.

* gnu/packages/gnome.scm (libnotify)[arguments]<#:phases>: Add 'move-doc
phase.
[outputs]: Add 'doc output.

Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
Change-Id: I59bd0bf321e42c6f64eb16844c14f4982ed2dd87
ab2dd041 — Bruno Victal 2 years ago
gnu: libnotify: Drop docbook workarounds.

* gnu/packages/gnome.scm (libnotify)[arguments]<#:phases>: Drop 'fix-docbook
phase.

Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
157cdce9 — Bruno Victal 2 years ago
gnu: iputils: Restyle description and native-inputs.

* gnu/packages/networking.scm (iputils)[native-inputs]: Reorder inputs.
[description]: Use @table over @itemize.

Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
4c9d88a1 — Bruno Victal 2 years ago
gnu: iputils: Use docbook-xml-5.0.1.

* gnu/packages/networking.scm (iputils)[native-inputs]: Use docbook-xml-5.0.1
over docbook-xml.

Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
04372ec0 — Bruno Victal 2 years ago
gnu: vmpk: Drop docbook workaround.

* gnu/packages/music.scm (vmpk)[arguments]<#:phases>: Drop 'fix-docbook
phase.
[native-inputs]: Add docbook-xml-4.4.

Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
3e8ef026 — Bruno Victal 2 years ago
gnu: drumstick: Drop docbook workaround.

* gnu/packages/music.scm (drumstick)[arguments]<#:phases>: Drop 'fix-docbook
phase.

Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
44d6542e — Bruno Victal 2 years ago
gnu: tdb: Build manpages.

* gnu/packages/databases.scm (tdb)[native-inputs]: Add docbook-xsl and
libxslt.

Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
28bfbdb7 — Bruno Victal 2 years ago
gnu: sssd: Drop xmllint workaround.

* gnu/packages/sssd.scm (sssd)[arguments]<#:make-flags>: Drop XMLLINT_FLAGS.
[native-inputs]: Add docbook-xml-4.4.

Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
33014590 — Bruno Victal 2 years ago
gnu: gnome-session: Remove libxml2.

Observations:
1. No longer required for XML_CATALOG_FILES.
   These are already adequately set within the used dependencies

2. It's not required for gnome-session but by libxkbcommon.
   libxkbcommon was fixed to convey this by use of a symlink.

2.1. Shouldn't count as a native-input but as a regular input.
     … since this is a dependency for xkbregistry (from libxkbcommon).

* gnu/packages/gnome.scm (gnome-session)[native-inputs]: Remove libxml2.

Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
Change-Id: Ie2300d1c24c03223a6adeba8bd7c415b5bc677b0
Next