This file is indexed.

/usr/lib/cmake/packagekit-qt2/packagekit-qt2-config.cmake is in libpackagekit-qt2-dev 0.7.2-4ubuntu3.

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
# - Config information for PackageKit-Qt2
# This file defines:
#
#  PACKAGEKIT_QT2_INCLUDE_DIR - the PackageKitQt2 include directory
#  PACKAGEKIT_QT2_LIBRARIES - Link these to use PackageKitQt2

SET(prefix "/usr")
SET(exec_prefix "${prefix}")
SET(PACKAGEKIT_QT2_LIBRARIES "${exec_prefix}/lib/libpackagekit-qt2.so" CACHE FILEPATH "Libraries for PackageKit-Qt2")
SET(PACKAGEKIT_QT2_INCLUDE_DIR "${prefix}/include/PackageKit/packagekit-qt2" CACHE PATH "Include path for PackageKit-Qt2")
SET(PACKAGEKIT_QT2_FOUND "TRUE")