Add empty OARS metadata and developer_name tag

Some AppStream parsers require them nowadays

Also add a developer_name tag that is required too
This commit is contained in:
AsciiWolf 2024-11-28 21:04:28 +00:00
parent f14af13061
commit 75203c9973

View file

@ -3,6 +3,7 @@
<id>com.rastersoft.devedeng</id> <id>com.rastersoft.devedeng</id>
<launchable type="desktop-id">devede_ng.py.desktop</launchable> <launchable type="desktop-id">devede_ng.py.desktop</launchable>
<name>DevedeNG</name> <name>DevedeNG</name>
<developer_name>Rastersoft</developer_name>
<summary>Allows to create video CDs and DVDs, suitable to be reproduced in home DVD players</summary> <summary>Allows to create video CDs and DVDs, suitable to be reproduced in home DVD players</summary>
<metadata_license>CC0-1.0</metadata_license> <metadata_license>CC0-1.0</metadata_license>
<project_license>GPL-3.0</project_license> <project_license>GPL-3.0</project_license>
@ -16,4 +17,5 @@
</screenshots> </screenshots>
<url type="bugtracker">https://gitlab.com/rastersoft/devedeng/issues</url> <url type="bugtracker">https://gitlab.com/rastersoft/devedeng/issues</url>
<url type="homepage">https://rastersoft.com/programas/devede.html</url> <url type="homepage">https://rastersoft.com/programas/devede.html</url>
<content_rating type="oars-1.1"/>
</component> </component>