File: validate_relationissues.xml

package info (click to toggle)
appstream 1.1.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 18,408 kB
  • sloc: ansic: 51,906; xml: 10,459; cpp: 4,721; python: 538; sh: 260; makefile: 24
file content (36 lines) | stat: -rw-r--r-- 1,157 bytes parent folder | download | duplicates (3)
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
<?xml version="1.0" encoding="UTF-8"?>

<!-- NOTE: This file is part of AppStream's testsuite, and is supposed
to contain a lot of issues for the validator to catch -->

<component type="desktop-application">
  <id>org.example.goodid</id>
  <metadata_license>FSFAP</metadata_license>
  <project_license>FSFAP</project_license>

  <name>A name</name>
  <summary>A very pointless, but long-enough summary test, without end dot</summary>

  <description>
    <p>
      A first, equally pointless but decently long explanatory paragraph, that just goes on in order
      to satisfy the validator's length requirement for a first paragraph.
    </p>
  </description>

  <requires>
    <kernel compare="gt" version="4.16">linux</kernel>
  </requires>

  <recommends>
    <control>telekinesis</control>
    <control compare="gt">keyboard</control>
    <id compare="gl" version="1.0">org.example.test</id>
    <display_length>bleh</display_length>
    <display_length>600</display_length>
    <display_length side="alpha">768</display_length>
    <kernel compare="gt" version="4.16">linux</kernel>
  </recommends>

  <content_rating type="oars-1.1" />
</component>