/usr/lib/pkgconfig/gimp-2.0.pc is in libgimp2.0-dev 2.8.22-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 15 16 17 | prefix=/usr
exec_prefix=${prefix}
libdir=/usr/lib
includedir=${prefix}/include
datarootdir=${prefix}/share
gimpdatadir=${datarootdir}/gimp/2.0
gimplibdir=/usr/lib/gimp/2.0
gimpsysconfdir=/etc/gimp/2.0
gimplocaledir=${datarootdir}/locale
Name: GIMP
Description: GIMP Library
Version: 2.8.22
Requires: gdk-pixbuf-2.0 >= 2.24.1 cairo >= 1.10.2
Libs: -L${libdir} -lgimp-2.0 -lgimpmath-2.0 -lgimpconfig-2.0 -lgimpcolor-2.0 -lgimpbase-2.0
Cflags: -I${includedir}/gimp-2.0
|