/usr/lib/pkgconfig/gtksourceview-2.0.pc is in libgtksourceview2.0-dev 2.10.5-1ubuntu2.
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 | prefix=/usr
exec_prefix=${prefix}
libdir=${exec_prefix}/lib
includedir=${prefix}/include
Name: gtksourceview
Description: GTK+ 2.0 Source Editing Widget
Version: 2.10.5
Requires: gtk+-2.0 >= 2.12.0
Requires.private: libxml-2.0 >= 2.5.0
Libs: -L${libdir} -lgtksourceview-2.0
Cflags: -I${includedir}/gtksourceview-2.0
|