/usr/lib/pkgconfig/mathview-frontend-libxml2-reader.pc is in libgtkmathview-dev 0.8.0-13.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 | # This is a comment
prefix=/usr
exec_prefix=${prefix}
libdir=${exec_prefix}/lib
includedir=${prefix}/include
datarootdir=${prefix}/share
datadir=${datarootdir}
Name: MathView
Description: MathML rendering engine (libxml2 reader frontend)
Version: 0.8.0
Requires: glib-2.0 libxml-2.0 mathview-core
Libs: -lxml2 -L${libdir} -lmathview_frontend_libxml2_reader
Cflags: -I/usr/include/libxml2 -I${includedir}/gtkmathview -DGMV_ENABLE_BOXML=1 -DGMV_HAVE_HASH_MAP=1 -DGMV_HAVE_EXT_HASH_MAP=1
|