@antonio-rojas
Copy link
Contributor

With 0.14:

 $ appstreamcli dump org.kde.krita
<?xml version="1.0" encoding="utf-8"?>
<component type="desktop-application">
  <id>org.kde.krita</id>
  <name>Krita</name>
  <name xml:lang="es">Krita</name>
  <summary>Digital Painting, Creative Freedom</summary>
  <summary xml:lang="es">Pintura digital, libertad creativa</summary>
  <project_license>GPL-3.0-only</project_license>
  <developer_name>Krita Foundation</developer_name>
  <developer_name xml:lang="es">Fundación Krita</developer_name>
  <project_group>KDE</project_group>
  <pkgname>krita</pkgname>
  <launchable type="desktop-id">org.kde.krita.desktop</launchable>
  <icon type="cached" width="48" height="48">krita_krita.png</icon>
  <icon type="cached" width="64" height="64">krita_krita.png</icon>
  <icon type="cached" width="128" height="128">krita_krita.png</icon>
  <icon type="stock">krita</icon>
  <url type="homepage">https://www.krita.org/</url>
  <url type="bugtracker">https://docs.krita.org/en/untranslatable_pages/reporting_bugs.html</url>
  <url type="faq">https://docs.krita.org/KritaFAQ.html</url>
  <url type="help">https://docs.krita.org/</url>
  <url type="donation">https://krita.org/support-us/donations/</url>
  <categories>
    <category>Graphics</category>
    <category>2DGraphics</category>
    <category>RasterGraphics</category>
  </categories>
  <provides>
    <mediatype>application/x-krita</mediatype>
    <mediatype>image/openraster</mediatype>
    <mediatype>application/x-krita-paintoppreset</mediatype>
    <binary>krita</binary>
    <id>org.kde.krita.desktop</id>
  </provides>
  <screenshots>
    <screenshot type="default">
      <caption>Krita is a full-featured digital painting studio</caption>
      <caption xml:lang="es">Krita es un completo estudio de dibujo digital</caption>
      <image type="source">https://cdn.kde.org/screenshots/krita/2018-03-17_screenshot_001.png</image>
    </screenshot>
    <screenshot type="default">
      <caption>The startup window now also gives you the latest news about Krita</caption>
      <caption xml:lang="es">La ventana de bienvenida también le proporciona ahora las últimas noticias sobre Krita</caption>
      <image type="source">https://cdn.kde.org/screenshots/krita/2018-03-17_screenshot_002.png</image>
    </screenshot>
    <screenshot type="default">
      <caption>There are over ten immensely powerful brush engines</caption>
      <caption xml:lang="es">Existen unos diez inmensamente potentes motores de pinceles</caption>
      <image type="source">https://cdn.kde.org/screenshots/krita/2018-03-17_screenshot_003.png</image>
    </screenshot>
    <screenshot type="default">
      <caption>Create and use gamut masks to give your images a coherent feel</caption>
      <caption xml:lang="es">Cree y use gamas para proporcionar a sus imágenes un aspecto coherente</caption>
      <image type="source">https://cdn.kde.org/screenshots/krita/2018-03-17_screenshot_004.png</image>
    </screenshot>
    <screenshot type="default">
      <caption>Into animation? Krita provides everything you need for traditional, hand-drawn animation</caption>
      <caption xml:lang="es">¿Trabaja con animación? Krita proporciona todo lo necesario para la animación manual tradicional</caption>
      <image type="source">https://cdn.kde.org/screenshots/krita/2018-03-17_screenshot_005.png</image>
    </screenshot>
    <screenshot type="default">
      <caption>If you're new to digital painting, there's an extensive, up-to-date manual</caption>
      <caption xml:lang="es">Si está empezando con el dibujo digital, dispone de un extenso y actualizado manual</caption>
      <image type="source">https://cdn.kde.org/screenshots/krita/2018-03-17_screenshot_006.png</image>
    </screenshot>
  </screenshots>
  <releases>
    <release type="stable" version="4.4.1" date="2020-10-28T00:00:00Z"/>
  </releases>
  <content_rating type="oars-1.1"/>
</component>

Notice the missing description.
With 0.13, and using the same metadata:

 $ appstreamcli dump org.kde.krita
<?xml version="1.0" encoding="utf-8"?>
<component type="desktop-application">
  <id>org.kde.krita</id>
  <name>Krita</name>
  <name xml:lang="es">Krita</name>
  <summary>Digital Painting, Creative Freedom</summary>
  <summary xml:lang="es">Pintura digital, libertad creativa</summary>
  <project_license>GPL-3.0-only</project_license>
  <project_group>KDE</project_group>
  <developer_name>Krita Foundation</developer_name>
  <developer_name xml:lang="es">Fundación Krita</developer_name>
  <description>
    <p>Krita is the full-featured digital art studio.</p>
    <p xml:lang="es">Krita es un estudio de arte digital completo</p>
    <p>It is perfect for sketching and painting, and presents an end–to–end solution for creating digital painting files from scratch by masters.</p>
    <p xml:lang="es">Es perfecto para diseñar y pintar, y ofrece una solución completa para crear desde cero archivos de pintura digital apta para profesionales.</p>
    <p>
      Krita is a great choice for creating concept art, comics, textures for rendering and matte paintings. Krita supports many colorspaces like RGB and CMYK
      at 8 and 16 bits integer channels, as well as 16 and 32 bits floating point channels.
    </p>
    <p xml:lang="es">Krita es una gran elección para crear arte conceptual, cómics, texturas para renderizar y «matte paintings». Krita permite el uso de muchos espacios de color, como, por ejemplo, RGB y CMYK, tanto en canales de enteros de 8 y 16 bits, así como en canales de coma flotante de 16 y 32 bits.</p>
    <p>Have fun painting with the advanced brush engines, amazing filters and many handy features that make Krita enormously productive.</p>
    <p xml:lang="es">Diviértase pintando con los avanzados motores de pinceles, los espectaculares filtros y muchas funcionalidades prácticas que hacen que Krita sea enormemente productivo.</p>
  </description>
  <pkgname>krita</pkgname>
  <categories>
    <category>Graphics</category>
    <category>2DGraphics</category>
    <category>RasterGraphics</category>
  </categories>
  <url type="homepage">https://www.krita.org/</url>
  <url type="bugtracker">https://docs.krita.org/en/untranslatable_pages/reporting_bugs.html</url>
  <url type="faq">https://docs.krita.org/KritaFAQ.html</url>
  <url type="help">https://docs.krita.org/</url>
  <url type="donation">https://krita.org/support-us/donations/</url>
  <icon type="cached" width="48" height="48">krita_krita.png</icon>
  <icon type="cached" width="64" height="64">krita_krita.png</icon>
  <icon type="cached" width="128" height="128">krita_krita.png</icon>
  <icon type="stock">krita</icon>
  <launchable type="desktop-id">org.kde.krita.desktop</launchable>
  <screenshots>
    <screenshot type="default">
      <caption>Krita is a full-featured digital painting studio</caption>
      <caption xml:lang="es">Krita es un completo estudio de dibujo digital</caption>
      <image type="source">https://cdn.kde.org/screenshots/krita/2018-03-17_screenshot_001.png</image>
    </screenshot>
    <screenshot type="default">
      <caption>The startup window now also gives you the latest news about Krita</caption>
      <caption xml:lang="es">La ventana de bienvenida también le proporciona ahora las últimas noticias sobre Krita</caption>
      <image type="source">https://cdn.kde.org/screenshots/krita/2018-03-17_screenshot_002.png</image>
    </screenshot>
    <screenshot type="default">
      <caption>There are over ten immensely powerful brush engines</caption>
      <caption xml:lang="es">Existen unos diez inmensamente potentes motores de pinceles</caption>
      <image type="source">https://cdn.kde.org/screenshots/krita/2018-03-17_screenshot_003.png</image>
    </screenshot>
    <screenshot type="default">
      <caption>Create and use gamut masks to give your images a coherent feel</caption>
      <caption xml:lang="es">Cree y use gamas para proporcionar a sus imágenes un aspecto coherente</caption>
      <image type="source">https://cdn.kde.org/screenshots/krita/2018-03-17_screenshot_004.png</image>
    </screenshot>
    <screenshot type="default">
      <caption>Into animation? Krita provides everything you need for traditional, hand-drawn animation</caption>
      <caption xml:lang="es">¿Trabaja con animación? Krita proporciona todo lo necesario para la animación manual tradicional</caption>
      <image type="source">https://cdn.kde.org/screenshots/krita/2018-03-17_screenshot_005.png</image>
    </screenshot>
    <screenshot type="default">
      <caption>If you're new to digital painting, there's an extensive, up-to-date manual</caption>
      <caption xml:lang="es">Si está empezando con el dibujo digital, dispone de un extenso y actualizado manual</caption>
      <image type="source">https://cdn.kde.org/screenshots/krita/2018-03-17_screenshot_006.png</image>
    </screenshot>
  </screenshots>
  <releases>
    <release type="stable" version="4.4.1" date="2020-10-28T00:00:00Z"/>
  </releases>
  <mimetypes>
    <mimetype>application/x-krita</mimetype>
    <mimetype>image/openraster</mimetype>
    <mimetype>application/x-krita-paintoppreset</mimetype>
  </mimetypes>
  <provides>
    <binary>krita</binary>
    <id>org.kde.krita.desktop</id>
  </provides>
  <content_rating type="oars-1.1"/>
</component>