rebrand
This commit is contained in:
@@ -1,13 +1,13 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<component type="desktop-application">
|
||||
<id>gay.valhrafnaz.VoidManifest</id>
|
||||
<id>gay.valhrafnaz.Voidmanifest</id>
|
||||
<metadata_license>CC0-1.0</metadata_license>
|
||||
<project_license>AGPL-3.0-or-later</project_license>
|
||||
|
||||
<name>VoidManifest</name>
|
||||
<summary>A Warframe Companion</summary>
|
||||
<name>Void Manifest</name>
|
||||
<summary>A fan-made Warframe Companion for Linux</summary>
|
||||
<description>
|
||||
<p>This is a companion-app for Warframe players on Linux, written in phython and GTK4/ADW with the help of GNOME Builder and PyGObject.</p>
|
||||
<p>This is a fan-made, open-source companion app for Warframe players on Linux, written in python and GTK4 + Adwaita with the help of GNOME Builder and PyGObject.</p>
|
||||
</description>
|
||||
|
||||
<developer id="tld.vendor">
|
||||
@@ -15,28 +15,28 @@
|
||||
</developer>
|
||||
|
||||
<!-- Required: Should be a link to the upstream homepage for the component -->
|
||||
<url type="homepage">https://valhrafnaz.gay/gnomeframe</url>
|
||||
<url type="homepage">https://valhrafnaz.gay/voidmanifest</url>
|
||||
<!-- Recommended: It is highly recommended for open-source projects to display the source code repository -->
|
||||
<url type="vcs-browser">https://git.valhrafnaz.gay/valhrafnaz/VoidManifest</url>
|
||||
<!-- Should point to the software's bug tracking system, for users to report new bugs -->
|
||||
<url type="bugtracker">https://git.valhrafnaz.gay/valhrafnaz/VoidManifest/issues</url>
|
||||
<!-- Should link a FAQ page for this software, to answer some of the most-asked questions in detail -->
|
||||
<!-- URLs of this type should point to a webpage where users can submit or modify translations of the upstream project -->
|
||||
<url type="translate">https://valhrafnaz.gay/gnomeframe/translate</url>
|
||||
<url type="faq">https://valhrafnaz.gay/gnomeframe/faq</url>
|
||||
<url type="translate">https://valhrafnaz.gay/voidmanifest/translate</url>
|
||||
<url type="faq">https://valhrafnaz.gay/voidmanifest/faq</url>
|
||||
<!-- Should provide a web link to an online user's reference, a software manual or help page -->
|
||||
<url type="help">https://git.valhrafnaz.gay/valhrafnaz/VoidManifest/wiki</url>
|
||||
<!-- URLs of this type should point to a webpage showing information on how to donate to the described software project -->
|
||||
<url type="donation">https://valhrafnaz.gay/donate</url>
|
||||
<!-- This could for example be an HTTPS URL to an online form or a page describing how to contact the developer -->
|
||||
<url type="contact">https://valhrafnaz.gay/gnomeframe</url>
|
||||
<url type="contact">https://valhrafnaz.gay/voidmanifest</url>
|
||||
<!-- URLs of this type should point to a webpage showing information on how to contribute to the described software project -->
|
||||
<url type="contribute">https://git.valhrafnaz.gay/valhrafnaz/VoidManifest</url>
|
||||
|
||||
<translation type="gettext">gnomeframe</translation>
|
||||
<translation type="gettext">voidmanifest</translation>
|
||||
<!-- All graphical applications having a desktop file must have this tag in the MetaInfo.
|
||||
If this is present, appstreamcli compose will pull icons, keywords and categories from the desktop file. -->
|
||||
<launchable type="desktop-id">gay.valhrafnaz.VoidManifest.desktop</launchable>
|
||||
<launchable type="desktop-id">gay.valhrafnaz.Voidmanifest.desktop</launchable>
|
||||
<!-- Use the OARS website (https://hughsie.github.io/oars/generate.html) to generate these and make sure to use oars-1.1 -->
|
||||
<content_rating type="oars-1.1" />
|
||||
|
||||
@@ -48,26 +48,24 @@
|
||||
|
||||
<screenshots>
|
||||
<screenshot type="default">
|
||||
<image>https://example.org/example1.png</image>
|
||||
<image>https://valhrafnaz.gay/voidmanifest/promo1.png</image>
|
||||
<caption>A caption</caption>
|
||||
</screenshot>
|
||||
<screenshot>
|
||||
<image>https://example.org/example2.png</image>
|
||||
<image>https://valhrafnaz.gay/voidmanifest/promo2.png</image>
|
||||
<caption>A caption</caption>
|
||||
</screenshot>
|
||||
</screenshots>
|
||||
|
||||
<releases>
|
||||
<release version="1.0.1" date="2024-01-18">
|
||||
<url type="details">https://example.org/changelog.html#version_1.0.1</url>
|
||||
<url type="details">https://git.valhrafnaz.gay/valhrafnaz/VoidManifest/releases/</url>
|
||||
<description translate="no">
|
||||
<p>Release description</p>
|
||||
<ul>
|
||||
<li>List of changes</li>
|
||||
<li>List of changes</li>
|
||||
<li>Initial release</li>
|
||||
</ul>
|
||||
</description>
|
||||
</release>
|
||||
</releases>
|
||||
|
||||
</component>
|
||||
|
||||
Reference in New Issue
Block a user