File: org.freedesktop.appstream.compose.metainfo.xml

package info (click to toggle)
appstream 1.1.2-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 18,448 kB
  • sloc: ansic: 51,878; xml: 10,459; cpp: 4,721; python: 538; sh: 264; makefile: 24
file content (44 lines) | stat: -rw-r--r-- 1,795 bytes parent folder | download | duplicates (4)
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
<?xml version="1.0" encoding="UTF-8"?>
<!-- Copyright 2020-2022 Matthias Klumpp -->
<component type="addon">
  <id>org.freedesktop.appstream.compose</id>
  <extends>org.freedesktop.appstream.cli</extends>

  <metadata_license>FSFAP</metadata_license>
  <project_license>LGPL-2.1+</project_license>

  <name>AppStream Compose</name>
  <summary>Utility to compose AppStream catalog metadata from directory trees</summary>

  <description>
    <p>
      AppStream Compose expands the <em>appstreamcli</em> utility by a subcommand which
      allows it to construct AppStream catalog metadata from directory trees.
    </p>
    <p>
      The tool will also perform many related metadata generation actions, like resizing icons and
      screenshots and merging in data from referenced desktop-entry files as well as translation status
      information.
      It provides a fast way to test how the final processed metadata for an application that is shipped to users
      may look like.
    </p>
    <p>
      In addition to that, it allows to easily generate AppStream data for projects which do not need a more complex data
      generator like <code>appstream-generator</code>.
    </p>
  </description>

  <url type="homepage">https://www.freedesktop.org/wiki/Distributions/AppStream/</url>
  <url type="help">https://www.freedesktop.org/software/appstream/docs/chap-AppStream-ManualPages.html</url>
  <url type="bugtracker">https://github.com/ximion/appstream/issues</url>
  <url type="vcs-browser">https://github.com/ximion/appstream/</url>

  <project_group>Freedesktop</project_group>
  <developer id="org.freedesktop">
    <name translate="no">Matthias Klumpp</name>
  </developer>

  <translation type="gettext">appstream</translation>

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