noctua/resources/org.codeberg.wfx.Noctua.metainfo.xml

63 lines
1.9 KiB
XML
Raw Normal View History

<?xml version="1.0" encoding="UTF-8"?>
2026-01-07 20:42:28 +01:00
<!-- SPDX-License-Identifier: GPL-3.0-or-later -->
2026-01-07 20:22:49 +01:00
<!-- resources/app.metainfo.xml -->
<!-- AppStream metadata for software centers (e.g., COSMIC Store, GNOME Software, KDE Discover). -->
<component type="desktop-application">
<id>org.codeberg.wfx.Noctua</id>
<metadata_license>CC0-1.0</metadata_license>
<project_license>GPL-3.0-or-later</project_license>
2026-01-07 20:22:49 +01:00
<name>Noctua</name>
<summary>A wise document and image viewer for the COSMIC™ desktop</summary>
2026-01-07 20:22:49 +01:00
<description>
<p>
Noctua is a lightweight, keyboard-driven viewer for images, PDFs, and vector graphics.
2026-01-07 20:22:49 +01:00
Built with Rust and libcosmic, it integrates seamlessly with COSMIC™ and GTK-based desktops.
</p>
</description>
2026-01-07 20:22:49 +01:00
<launchable type="desktop-id">org.codeberg.wfx.Noctua.desktop</launchable>
<url type="homepage">https://codeberg.org/wfx/noctua</url>
<url type="bugtracker">https://codeberg.org/wfx/noctua/issues</url>
<url type="vcs-browser">https://codeberg.org/wfx/noctua</url>
2026-01-07 20:22:49 +01:00
<provides>
<binary>noctua</binary>
<mediatype>image/png</mediatype>
<mediatype>image/jpeg</mediatype>
<mediatype>image/gif</mediatype>
<mediatype>image/webp</mediatype>
<mediatype>image/bmp</mediatype>
<mediatype>image/tiff</mediatype>
<mediatype>image/svg+xml</mediatype>
<mediatype>application/pdf</mediatype>
2026-01-07 20:22:49 +01:00
</provides>
2026-01-07 20:22:49 +01:00
<requires>
<display_length compare="ge">360</display_length>
</requires>
2026-01-07 20:22:49 +01:00
<supports>
<control>keyboard</control>
<control>pointing</control>
<control>touch</control>
</supports>
2026-01-07 20:22:49 +01:00
<categories>
<category>Graphics</category>
<category>Viewer</category>
<category>Utility</category>
</categories>
2026-01-07 20:22:49 +01:00
<keywords>
<keyword>image</keyword>
<keyword>document</keyword>
<keyword>pdf</keyword>
<keyword>viewer</keyword>
<keyword>cosmic</keyword>
</keywords>
<content_rating type="oars-1.1"/>
2026-01-07 20:22:49 +01:00
</component>