Skip to content

Commit

Permalink
Formatting appdata.xml.in
Browse files Browse the repository at this point in the history
  • Loading branch information
0tkl committed Dec 5, 2024
1 parent accf04e commit ff922c7
Showing 1 changed file with 23 additions and 4 deletions.
27 changes: 23 additions & 4 deletions packages/desktop/aegisub.appdata.xml.in.in
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
<?xml version="1.0" encoding="UTF-8"?>
<component type="desktop">
<component type="desktop-application">
<id>aegisub.desktop</id>
<metadata_license>CC0-1.0</metadata_license>
<project_license>BSD-3-Clause AND MIT AND MPL-1.1</project_license>

<name>Aegisub</name>
<summary>A free, cross-platform open source tool for creating and modifying subtitles</summary>

<metadata_license>CC0-1.0</metadata_license>
<project_license>BSD-3-Clause AND MIT AND MPL-1.1</project_license>

<description>
<p>Aegisub is a free, cross-platform open source tool for creating and modifying subtitles. Aegisub makes it quick and easy to time subtitles to audio, and features many powerful tools for styling them, including a built-in real-time video preview.</p>
<p>Aegisub was originally created as a tool to make typesetting, particularly in anime fansubs, a less painful experience. At the time of the start of the project, many other programs that supported the Advanced Substation Alpha format lacked (and in many cases, still lack; development on several competing programs have since been dropped for various reasons completely unrelated to Aegisub) many vital functions, or were too buggy and/or unreliable to be really useful.</p>
Expand All @@ -22,11 +25,13 @@
<!-- XXX: appstreamcli validation warning: cid-desktopapp-is-not-rdns
If improving this, the <id> and filename should probably also be changed. -->
<launchable type="desktop-id">aegisub.desktop</launchable>

<kudos>
<kudo>HiDpiIcon</kudo>
<kudo>HighContrast</kudo>
<kudo>UserDocs</kudo>
</kudos>

<screenshots>
<screenshot type="default">
<caption>Typesetting</caption>
Expand All @@ -41,19 +46,33 @@
<image>https://aegisub.org/img/screenshots/unix/audio-timing.png</image>
</screenshot>
</screenshots>
<developer_name>Aegisub Group</developer_name>

<developer id="org.aegisub">
<name>Aegisub Group</name>
</developer>

<url type="bugtracker">https://github.com/Aegisub/Aegisub/issues</url>
<url type="faq">https://aegisub.org/docs/latest/faq</url>
<url type="help">https://aegisub.org/docs/latest</url>
<url type="homepage">https://aegisub.org</url>
<url type="translate">https://github.com/Aegisub/Aegisub</url>

<content_rating type="oars-1.0">
<content_attribute id="social-info">mild</content_attribute>
</content_rating>

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

<categories>
<category>AudioVideo</category>
<category>AudioVideoEditing</category>
<category>GTK</category>
</categories>

<provides>
<binary>aegisub</binary>
</provides>

<releases>
<!-- TODO: automatic replace at config time -->
<release version="3.2.2" date="2014-12-08"/>
Expand Down

0 comments on commit ff922c7

Please sign in to comment.