/usr/lib/pkgconfig/evolution-shell-3.0.pc is in evolution-dev 3.10.4-0ubuntu1.
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 15 16 17 18 19 20 21 22 23 | prefix=/usr
exec_prefix=${prefix}
libdir=${exec_prefix}/lib
libexecdir=/usr/lib
includedir=${prefix}/include
datarootdir=${prefix}/share
datadir=${datarootdir}
privlibdir=${libdir}/evolution/3.10
privlibexecdir=${libexecdir}/evolution/3.10
privincludedir=${includedir}/evolution-3.10
moduledir=${libdir}/evolution/3.10/modules
imagesdir=${datadir}/evolution/3.10/images
execversion=3.10
Name: evolution-shell
Description: libraries needed for Evolution shell components
Version: 3.10.4
Requires: gtk+-3.0 libebackend-1.2 webkitgtk-3.0 libgtkhtml-4.0 gtkhtml-editor-4.0
Requires.private: gnome-desktop-3.0
Libs: -L${privlibdir} -levolution-shell -levolution-util -Wl,-R${privlibdir}
Cflags: -I${privincludedir}
|