mirror of
https://github.com/Steve-Tech/YAFI.git
synced 2026-04-19 16:50:36 +00:00
77 lines
3.9 KiB
XML
77 lines
3.9 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<component type="desktop-application">
|
|
<id>au.stevetech.yafi</id>
|
|
<metadata_license>CC0-1.0</metadata_license>
|
|
<project_license>GPL-2.0-or-later</project_license>
|
|
|
|
<name>Yet Another Framework Interface</name>
|
|
<summary>YAFI is another GUI for the Framework Laptop Embedded Controller</summary>
|
|
<description>
|
|
<p>It is written in Python with a GTK4 Adwaita theme, and uses the `CrOS_EC_Python` library to communicate with the EC.</p>
|
|
</description>
|
|
|
|
<developer id="au.stevetech">
|
|
<name>Stephen Horvath</name>
|
|
</developer>
|
|
|
|
<!-- Required: Should be a link to the upstream homepage for the component -->
|
|
<url type="homepage">https://github.com/Steve-Tech/YAFI</url>
|
|
<!-- Recommended: It is highly recommended for open-source projects to display the source code repository -->
|
|
<url type="vcs-browser">https://github.com/Steve-Tech/YAFI</url>
|
|
<!-- Should point to the software's bug tracking system, for users to report new bugs -->
|
|
<url type="bugtracker">https://github.com/Steve-Tech/YAFI/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://example.org/translate</url> -->
|
|
<!-- <url type="faq">https://example.org/faq</url> -->
|
|
<!-- Should provide a web link to an online user's reference, a software manual or help page -->
|
|
<!-- <url type="help">https://example.org/help</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://github.com/sponsors/Steve-Tech</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://example.org/contact</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://example.org/contribute</url> -->
|
|
|
|
<translation type="gettext">yafi</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">au.stevetech.yafi.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" />
|
|
|
|
<!-- Applications should set a brand color in both light and dark variants like so -->
|
|
<branding>
|
|
<color type="primary" scheme_preference="light">#ff00ff</color>
|
|
<color type="primary" scheme_preference="dark">#993d3d</color>
|
|
</branding>
|
|
|
|
<screenshots>
|
|
<screenshot type="default">
|
|
<image>https://github.com/Steve-Tech/YAFI/blob/main/docs/1-thermals.png</image>
|
|
<caption>Fan Control and Temperature Monitoring</caption>
|
|
</screenshot>
|
|
<screenshot>
|
|
<image>https://github.com/Steve-Tech/YAFI/blob/main/docs/2-leds.png</image>
|
|
<caption>LED Control</caption>
|
|
</screenshot>
|
|
<screenshot>
|
|
<image>https://github.com/Steve-Tech/YAFI/blob/main/docs/3-battery.png</image>
|
|
<caption>Battery Statistics</caption>
|
|
</screenshot>
|
|
<screenshot>
|
|
<image>https://github.com/Steve-Tech/YAFI/blob/main/docs/4-battery-limit.png</image>
|
|
<caption>Battery Limiting</caption>
|
|
</screenshot>
|
|
<screenshot>
|
|
<image>https://github.com/Steve-Tech/YAFI/blob/main/docs/4a-battery-ext.png</image>
|
|
<caption>Battery Extender</caption>
|
|
</screenshot>
|
|
<screenshot>
|
|
<image>https://github.com/Steve-Tech/YAFI/blob/main/docs/5-hardware.png</image>
|
|
<caption>Hardware Info</caption>
|
|
</screenshot>
|
|
</screenshots>
|
|
|
|
</component>
|