5fc6376e6bc1e978970c2f488cb3b2621dc044f5
xmlcatalog.exe
The `mingw-w64-libxml2` package brings its own `xmlcatalog.exe`. When
running e.g. `pacman -S docbook-xsl` while `MSYSTEM=MINGW64`, this
results in an `/etc/xml/catalog` that contains Windows-style paths.
Not what we want.
Let's make sure that we use the `xmlcatalog.exe` from the `libxml2`
package instead.
This is a companion to 2aefebb325 (docbook-{xml,xsl}: make sure to use
the _correct_ `xmlcatalog.exe`, 2019-11-08).
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
MSYS2-packages
Package scripts for MSYS2.
To build these, run msys2_shell.cmd then from the bash prompt. Packages from the base-devel group is an implicit build time dependency. Make sure it is installed before attempting to build any package:
pacman -S --needed base-devel
cd ${package-name}
makepkg
To install the built package(s).
pacman -U ${package-name}*.pkg.tar.xz
License
MSYS2-packages is licensed under BSD 3-Clause "New" or "Revised" License. A full copy of the license is provided in LICENSE.
Description
Releases
1
srcinfo-cache
Latest
Languages
Shell
90.5%
C
4.3%
Python
1.6%
Roff
1.2%
Perl
1.1%
Other
1.2%