This file is indexed.

/usr/share/metainfo/com.github.jnumm.pegsolitaire.appdata.xml is in pegsolitaire 0.1.1-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
18
19
20
21
22
23
24
25
26
27
28
29
30
31
<?xml version="1.0" encoding="UTF-8"?>
<!-- Copyright (C) 2018 Juhani Numminen -->
<component type="desktop-application">
  <id>com.github.jnumm.pegsolitaire</id>
  <metadata_license>FSFAP</metadata_license>
  <project_license>GPL-2.0+</project_license>
  <name>Peg Solitaire</name>
  <name xml:lang="de">Peg Solitaire</name>
  <summary>Play an educational puzzle game similar to Hi-Q</summary>
  <summary xml:lang="de">Spiele ein lehrreiches Knobelspiel ähnlich wie Hi-Q</summary>
  <description>
    <p>
      Peg Solitaire is a board game for one player involving movement of pegs on
      a board with holes. The game fills the entire board with pegs except for
      the central hole. The objective is, making valid moves, to empty the entire
      board except for a solitary peg in the central hole.
    </p>
  </description>
  <launchable type="desktop-id">pegsolitaire.desktop</launchable>
  <screenshots>
    <screenshot type="default">
      <image>https://raw.githubusercontent.com/jnumm/pegsolitaire/screenshots/pegsolitaire-default.png</image>
    </screenshot>
  </screenshots>
  <url type="homepage">https://github.com/jnumm/pegsolitaire</url>
  <update_contact>juhaninumminen0@gmail.com</update_contact>
  <provides>
    <binary>pegsolitaire</binary>
  </provides>
  <translation type="gettext">pegsolitaire</translation>
</component>