-
Notifications
You must be signed in to change notification settings - Fork 39
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
67 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,52 @@ | ||
<?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> | ||
<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/596b9a8b17234303a9d4d2ea1d3107cb5442253e/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> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters