/usr/lib/pkgconfig/mathview-frontend-custom-reader.pc is in libgtkmathview-dev 0.8.0-7.
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 (custom frontend)
Version: 0.8.0
Requires: glib-2.0 mathview-core
Libs: -L${libdir} -lmathview_frontend_custom_reader
Cflags: -I${includedir}/gtkmathview -DGMV_ENABLE_BOXML=1 -DGMV_HAVE_HASH_MAP=1 -DGMV_HAVE_EXT_HASH_MAP=1
|