This file is indexed.

/usr/share/metainfo/org.winehq.wine.appdata.xml is in wine 1.8.7-2.

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
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
<?xml version="1.0" encoding="UTF-8"?>
<!-- Copyright (c) 2017 Jens Reyer <jre.winesim@gmail.com> -->
<component type="desktop-application">
  <id>org.winehq.wine</id>
  <metadata_license>FSFAP</metadata_license>
  <project_license>LGPL-2.1+</project_license>
  <name>Wine</name>
  <summary>Run Windows applications on Linux, BSD, Solaris and Mac OS X</summary>

  <description>
    <p>
      Wine (originally an acronym for "Wine Is Not an Emulator") is a compatibility
      layer capable of running Windows applications on several POSIX-compliant
      operating systems, such as Linux, Mac OSX, &amp; BSD. Instead of simulating
      internal Windows logic like a virtual machine or emulator, Wine translates
      Windows API calls into POSIX calls on-the-fly, eliminating the performance
      and memory penalties of other methods and allowing you to cleanly integrate
      Windows applications into your desktop.
    </p>
  </description>

  <icon type="stock">wine-stable</icon>

  <url type="homepage">https://www.winehq.org/</url>
  <url type="bugtracker">https://bugs.winehq.org/</url>
  <url type="faq">https://wiki.winehq.org/FAQ</url>
  <url type="help">https://wiki.winehq.org/</url>
  <url type="donation">https://www.winehq.org/donate</url>
  <url type="translate">https://wiki.winehq.org/Translating</url>

  <categories>
    <category>Utility</category>
    <category>System</category>
    <category>Emulator</category>
  </categories>

  <releases>
    <release version="1.8.7" date="2017-02-28">
      <description>
        <p>Various bug fixes.</p>
        <p>A few more cards added to the GPU description table.</p>
        <p>Turkish translation updates.</p>
      </description>
    </release>
  </releases>

  <mimetypes>
    <mimetype>application/x-ms-dos-executable</mimetype>
    <mimetype>application/x-msi</mimetype>
    <mimetype>application/x-ms-shortcut</mimetype>
  </mimetypes>
</component>