Fix: .metainfo.xml: use modern tags, correct icon/screenshot paths
This commit is contained in:
parent
ed414c9923
commit
96b4e40b08
1 changed files with 25 additions and 13 deletions
|
|
@ -1,44 +1,55 @@
|
||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<!-- SPDX-License-Identifier: GPL-3.0-or-later -->
|
<!-- SPDX-License-Identifier: GPL-3.0-or-later -->
|
||||||
<!-- resources/app.metainfo.xml -->
|
<!-- resources/app.metainfo.xml -->
|
||||||
<!-- AppStream metadata for software centers (e.g., COSMIC Store, GNOME Software, KDE Discover). -->
|
<!-- AppStream metadata for software centers (e.g., COSMIC Store, GNOME Software, KDE Discover). -->
|
||||||
|
|
||||||
<?xml version="1.0" encoding="UTF-8" ?>
|
|
||||||
<component type="desktop-application">
|
<component type="desktop-application">
|
||||||
<id>org.codeberg.wfx.Noctua</id>
|
<id>org.codeberg.wfx.Noctua</id>
|
||||||
<metadata_license>CC0-1.0</metadata_license>
|
<metadata_license>CC0-1.0</metadata_license>
|
||||||
<project_license>MPL-2.0</project_license>
|
<project_license>GPL-3.0-or-later</project_license>
|
||||||
<name>Noctua</name>
|
<name>Noctua</name>
|
||||||
<summary>A wise document and image viewer for the COSMIC™ desktop</summary>
|
<summary>A wise document and image viewer for the COSMIC™ desktop</summary>
|
||||||
|
|
||||||
<description>
|
<description>
|
||||||
<p>
|
<p>
|
||||||
Noctua is a lightweight, mouse, touch and keyboard-driven viewer for images, PDFs, and vector graphics.
|
Noctua is a lightweight, keyboard-driven viewer for images, PDFs, and vector graphics.
|
||||||
Built with Rust and libcosmic, it integrates seamlessly with COSMIC™ and GTK-based desktops.
|
Built with Rust and libcosmic, it integrates seamlessly with COSMIC™ and GTK-based desktops.
|
||||||
</p>
|
</p>
|
||||||
</description>
|
</description>
|
||||||
<icon type="remote" width="64" height="64" scale="1">
|
|
||||||
https://codeberg.org/wfx/comsic-image-viewer/raw/main/resources/icons/hicolor/scalable/apps/icon.svg
|
|
||||||
</icon>
|
|
||||||
<url type="vcs-browser">https://codeberg.org/wfx/comsic-image-viewer</url>
|
|
||||||
<launchable type="desktop-id">org.codeberg.wfx.Noctua.desktop</launchable>
|
<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>
|
||||||
|
|
||||||
<provides>
|
<provides>
|
||||||
<id>org.codeberg.wfx.Noctua</id>
|
<binary>noctua</binary>
|
||||||
<binaries>
|
<mediatype>image/png</mediatype>
|
||||||
<binary>noctua</binary>
|
<mediatype>image/jpeg</mediatype>
|
||||||
</binaries>
|
<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>
|
||||||
</provides>
|
</provides>
|
||||||
|
|
||||||
<requires>
|
<requires>
|
||||||
<display_length compare="ge">360</display_length>
|
<display_length compare="ge">360</display_length>
|
||||||
</requires>
|
</requires>
|
||||||
|
|
||||||
<supports>
|
<supports>
|
||||||
<control>keyboard</control>
|
<control>keyboard</control>
|
||||||
<control>pointing</control>
|
<control>pointing</control>
|
||||||
<control>touch</control>
|
<control>touch</control>
|
||||||
</supports>
|
</supports>
|
||||||
|
|
||||||
<categories>
|
<categories>
|
||||||
<category>Graphics</category>
|
<category>Graphics</category>
|
||||||
<category>Viewer</category>
|
<category>Viewer</category>
|
||||||
<category>Utility</category>
|
<category>Utility</category>
|
||||||
</categories>
|
</categories>
|
||||||
|
|
||||||
<keywords>
|
<keywords>
|
||||||
<keyword>image</keyword>
|
<keyword>image</keyword>
|
||||||
<keyword>document</keyword>
|
<keyword>document</keyword>
|
||||||
|
|
@ -46,5 +57,6 @@
|
||||||
<keyword>viewer</keyword>
|
<keyword>viewer</keyword>
|
||||||
<keyword>cosmic</keyword>
|
<keyword>cosmic</keyword>
|
||||||
</keywords>
|
</keywords>
|
||||||
<content_rating type="oars-1.1" />
|
|
||||||
|
<content_rating type="oars-1.1"/>
|
||||||
</component>
|
</component>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue