This file is indexed.

/usr/lib/pkgconfig/m17n-gui.pc is in libm17n-dev 1.6.3-1.

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
prefix=/usr
exec_prefix=${prefix}
libdir=${exec_prefix}/lib
includedir=${prefix}/include
version=1.6.3

moduledir=${libdir}/m17n/1.0

Name: m17n-gui
Description: GUI API suport of the m17n library.
Version: ${version}
Requires: m17n-core = ${version}, m17n-shell = ${version}
Libs: -L${libdir} -lm17n-core -lm17n -lm17n-gui
Cflags: -I${includedir}