aboutsummaryrefslogtreecommitdiff
path: root/test cases/frameworks/6 gettext/data3/com.mesonbuild.test.intlprog.metainfo.xml
blob: 7fb4d1fc959d3a4ff467bea1609d92039c98724b (plain)
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
<?xml version="1.0" encoding="UTF-8"?>
<component type="console-application">
  <id>com.mesonbuild.test.intlprog</id>

  <name>Test</name>
  <summary>Application</summary>

  <metadata_license>FSFAP</metadata_license>
  <project_license>FSFAP</project_license>

  <description>
    <p>
      Test Application
    </p>
    <p>
      International greeting.
    </p>
    <p>
      This is <code>text</code> with <em>embedded XML tags</em>. Nice!
    </p>
  </description>

  <icon type="stock">meson-unittest-intlprog</icon>

  <categories>
    <category>Development</category>
    <category>Building</category>
  </categories>

  <provides>
    <binary>intlprog</binary>
  </provides>
</component>