[blfs-dev] xcb-utils packages: /simplifying/automating/ the install

2020-04-17 Thread Kevin Buckley via blfs-dev
Apologies if this has been raised, considered, and discarded before. As things stand, the order in which the XCB-related packages are installed is as follows: * xcb-proto-1.13 * libxcb-1.13.1 * Xorg Libraries * xcb-util-0.4.0 * xcb-util-image-0.4.0 * xcb-util-keysyms-0.4.0 * xcb-util-rende

[blfs-dev] Mixed quoting styles in xref tag linkend attributes

2020-04-17 Thread Kevin Buckley via blfs-dev
Something I noticed recently, was that a small percentage of linkend attributes in xref tags have the target within single quotes, whereas the vast majority use double quotes, vis: 22992$ grep -r "linkend='" * | wc -l 68 22992$ grep -r "linkend=\"" * | wc -l 7855 Of the 68 occurences that the f