Skip to content

Commit

Permalink
Add AppStream metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
eszlari committed Aug 8, 2018
1 parent 7fb5f61 commit 2793dc3
Show file tree
Hide file tree
Showing 2 changed files with 57 additions and 0 deletions.
2 changes: 2 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,8 @@
os_files = [
# XDG application description
('share/applications', ['xdg/openshot-qt.desktop']),
# AppStream metadata
('share/metainfo', ['xdg/openshot-qt.appdata.xml']),
# XDG application icon
('share/pixmaps', ['xdg/openshot-qt.svg']),
# XDG desktop mime types cache
Expand Down
55 changes: 55 additions & 0 deletions xdg/openshot-qt.appdata.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,55 @@
<?xml version="1.0" encoding="UTF-8"?>
<component type="desktop-application">
<id>openshot-qt</id>
<launchable type="desktop-id">openshot-qt.desktop</launchable>
<metadata_license>CC0-1.0</metadata_license>
<project_license>GPL-3.0+</project_license>
<name>OpenShot</name>
<developer_name>OpenShot Studios, LLC</developer_name>
<summary>Video Editor</summary>
<description>
<p>
We designed OpenShot Video Editor to be an easy to use,
quick to learn, and surprisingly powerful video editor.
</p>
</description>
<provides>
<binary>openshot-qt</binary>
</provides>
<url type="homepage">https://www.openshot.org</url>
<url type="bugtracker">https://github.com/OpenShot/openshot-qt/issues</url>
<screenshots>
<screenshot type="default">
<image>https://www.openshot.org/static/img/gallery/ui-example.jpg</image>
</screenshot>
<screenshot>
<image>https://www.openshot.org/static/img/gallery/title-editor.jpg</image>
</screenshot>
</screenshots>
<content_rating type="oars-1.0">
<content_attribute id="violence-cartoon">none</content_attribute>
<content_attribute id="violence-fantasy">none</content_attribute>
<content_attribute id="violence-realistic">none</content_attribute>
<content_attribute id="violence-bloodshed">none</content_attribute>
<content_attribute id="violence-sexual">none</content_attribute>
<content_attribute id="drugs-alcohol">none</content_attribute>
<content_attribute id="drugs-narcotics">none</content_attribute>
<content_attribute id="drugs-tobacco">none</content_attribute>
<content_attribute id="sex-nudity">none</content_attribute>
<content_attribute id="sex-themes">none</content_attribute>
<content_attribute id="language-profanity">none</content_attribute>
<content_attribute id="language-humor">none</content_attribute>
<content_attribute id="language-discrimination">none</content_attribute>
<content_attribute id="social-chat">none</content_attribute>
<content_attribute id="social-info">none</content_attribute>
<content_attribute id="social-audio">none</content_attribute>
<content_attribute id="social-location">none</content_attribute>
<content_attribute id="social-contacts">none</content_attribute>
<content_attribute id="money-purchasing">none</content_attribute>
<content_attribute id="money-gambling">none</content_attribute>
</content_rating>
<releases>
<release version="2.4.2" date="2018-06-30"/>
<release version="2.4.1" date="2017-11-12"/>
</releases>
</component>

0 comments on commit 2793dc3

Please sign in to comment.