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>
|