On 3/25/19 3:36 PM, Bruce Dubbs via blfs-dev wrote:
On 3/25/19 2:27 PM, Armin K. via blfs-dev wrote:
On 23.3.2019. 10:24, Pierre Labastie via blfs-dev wrote:

Maybe, we could just remove the --nonet from the xsltproc commands in
man/meson.build. Then man page generation would entail some network access,
but my guess is that it would build (not tried).

We could also install the namespaced versions, with the appropriate xml
catalog entries... Depends on how many packages need the namespaces, but this
number is likely to increase in the future.

Pierre


You are right, sourceforge.net is the correct URL. I even used that in
my install file [1]. The two lines above are from BLFS book, they looked
identical to the ones below. Even without docbook 5, you can build
colord man pages with the xslt commands below (note that xsl-current in
my install is a symlink, I hate playing with versions in .install files).

[1]
https://github.com/elkrejzi/pacman/blob/master/pkgbuild/docbook-xsl/docbook-xsl.install


For now we could add this to the docbook-xsl-nons-1.79.2 page:

xmlcatalog --noout --add "rewriteSystem" \
    "http://docbook.sourceforge.net/release/xsl-ns/current"; \
    "/usr/share/xml/docbook/xsl-stylesheets-current" /etc/xml/catalog

 xmlcatalog --noout --add "rewriteURI" \
     "http://docbook.sourceforge.net/release/xsl-ns/current"; \
     "/usr/share/xml/docbook/xsl-stylesheets-current" /etc/xml/catalog

cd /usr/share/xml/docbook/
ln -s xsl-stylesheets-nons-1.79.2 xsl-stylesheets-current

The question is, should we?

  -- Bruce


I don't honestly see a reason to. That's one of the few packages I don't like messing with, just because of the complexity. Colord has good documentation upstream as well [1] and [2]

[1] https://www.freedesktop.org/software/colord/

[2] https://www.freedesktop.org/software/colord/gtk-doc/

--
http://lists.linuxfromscratch.org/listinfo/blfs-dev
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to