notklaatu / stopgo

Stop-motion animation software. This is a publish-only repository mirroring Gitlab.
http://makerbox.org.nz/stopgo
Other
17 stars 5 forks source link

Include AppStream data in AppImage #24

Closed probonopd closed 7 years ago

probonopd commented 8 years ago

usr/share/metainfo/stopgo-appdata.xml not found; please generate one.

For more information, please see https://www.freedesktop.org/wiki/Distributions/AppStream/

Below is a template.

<?xml version="1.0" encoding="UTF-8"?>
<component type="desktop">
  <id>stopgo.desktop</id>
  <pkgname>stopgo</pkgname>
  <name>StopGo</name>
  <summary>Create stop motion animation</summary>
  <developer_name>XXX: Insert Company or Developer Name</developer_name>
  <description>
  <p>
   This should be long prose.
  </p>
  <p>
   This should a second paragraph.
  </p>
</description>
  <metadata_license>XXX: Insert SPDX value here</metadata_license>
  <project_license>XXX: Insert SPDX value here</project_license>
  <url type="bugtracker">XXX: http://www.homepage.com/where-to-report_bug.html</url>
  <url type="donation">XXX: http://www.homepage.com/donation.html</url>
  <url type="faq">XXX: http://www.homepage.com/faq.html</url>
  <url type="help">XXX: http://www.homepage.com/docs/</url>
  <url type="homepage">XXX: http://www.homepage.com/</url>
  <screenshots>
    <screenshot type="default">
      <caption>XXX: Describe another screenshot</caption>
      <image height="630" width="1120">XXX: http://www.my-screenshot.png</image>
    </screenshot>
    <screenshot>
      <caption>XXX: Describe the default screenshot</caption>
      <image height="630" width="1120">XXX: http://www.my-screenshot-default.png</image>
    </screenshot>
  </screenshots>
</component>
notklaatu commented 8 years ago

thanks for the heads-up.

notklaatu commented 7 years ago

79d72fa Include AppStream data in AppImage - Issue 24