Skip to content

Commit

Permalink
Add an AppStream file
Browse files Browse the repository at this point in the history
  • Loading branch information
zefr0x committed Nov 20, 2023
1 parent 596b9a8 commit 8538d65
Showing 1 changed file with 53 additions and 0 deletions.
53 changes: 53 additions & 0 deletions me.jtheoof.swappy.metainfo.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,53 @@
<?xml version="1.0" encoding="utf-8"?>
<component type="desktop">
<id>me.jtheoof.swappy</id>
<metadata_license>CC0-1.0</metadata_license>
<project_license>MIT</project_license>
<name>swappy</name>
<summary>Wayland native snapshot editing tool, inspired by Snappy on macOS</summary>
<icon type="remote" width="128" height="128">https://github.com/jtheoof/swappy/raw/master/res/icons/hicolor/scalable/apps/swappy.svg</icon>
<description>
<p>A Wayland native snapshot and image editing tool, inspired by Snappy on macOS. Works great with grim, slurp and sway. But can easily work with other screen copy tools that can output a final image to stdout.</p>
</description>
<categories>
<category>Utility</category>
<category>Graphics</category>
</categories>
<keywords>
<keyword>wayland</keyword>
<keyword>snapshot</keyword>
<keyword>annotation</keyword>
<keyword>editing</keyword>
</keywords>
<content_rating type="oars-1.1" />
<url type="homepage">https://github.com/jtheoof/swappy</url>
<url type="help">https://github.com/jtheoof/swappy</url>
<url type="bugtracker">https://github.com/jtheoof/swappy/issues</url>
<url type="translate">https://github.com/jtheoof/swappy?tab=readme-ov-file#i18n</url>
<url type="vcs-browser">https://github.com/jtheoof/swappy</url>
<url type="contribute">https://github.com/jtheoof/swappy?tab=readme-ov-file#contributing</url>
<provides>
<binary>swappy</binary>
<mediatype>image/png</mediatype>
<mediatype>image/jpeg</mediatype>
</provides>
<developer id="io.github.jtheoof">
<name>Jeremy Attali</name>
<url>https://github.com/jtheoof</url>
</developer>
<screenshots>
<screenshot type="default">
<image type="source" width="1347" height="672">https://raw.githubusercontent.com/jtheoof/swappy/master/docs/images/screenshot-1.0.0.png</image>
</screenshot>
</screenshots>
<branding>
<color type="primary" scheme_preference="light">#008080</color>
<color type="primary" scheme_preference="dark">#f78a00</color>
</branding>
<releases>
<release version="1.5.1" date="2022-11-20" urgency="low">
<url>https://github.com/jtheoof/swappy/blob/master/CHANGELOG.md#151-2022-11-20</url>
</release>
</releases>
<translation type="gettext">swappy</translation>
</component>

0 comments on commit 8538d65

Please sign in to comment.