This file is indexed.

/usr/lib/x86_64-linux-gnu/pkgconfig/girara-gtk3.pc is in libgirara-dev 0.1.9-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
project=girara-gtk3
version=0.1.9
includedir=/usr/include
libdir=/usr/lib/x86_64-linux-gnu
GTK_VERSION=3

LIB_PATH=-L${libdir}
INC_PATH=-I${includedir}

Name: ${project}
Description: User interface libray
Version: ${version}
URL: http://pwmt.org/projects/libgirara
Cflags: ${INC_PATH}
Libs: -l${project} ${LIB_PATH}
Requires.private: gtk+-${GTK_VERSION}.0