[DESKTOP] Add flathub meta files
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
[Desktop Entry]
|
||||
Exec=cpuinfo
|
||||
Icon=com.kgurgul.cpuinfo
|
||||
Name=CPU Info
|
||||
Type=Application
|
||||
Categories=Utility
|
||||
@@ -0,0 +1,53 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<component type="desktop-application">
|
||||
<id>com.kgurgul.cpuinfo</id>
|
||||
<name>CPU Info</name>
|
||||
<summary>Information about device hardware and software</summary>
|
||||
<metadata_license>CC0-1.0</metadata_license>
|
||||
<project_license>Apache-2.0</project_license>
|
||||
<description>
|
||||
<p>CPU Info provide main information about hardware and software of your device. Because of
|
||||
the flatpak nature not all features will be available. Currently supported:
|
||||
</p>
|
||||
<ul>
|
||||
<li>CPU specification</li>
|
||||
<li>GPU specification</li>
|
||||
<li>RAM and storage state</li>
|
||||
<li>Displays ids</li>
|
||||
<li>OS details</li>
|
||||
<li>Sensors data</li>
|
||||
<li>Hardware info</li>
|
||||
<li>CPU temperature</li>
|
||||
</ul>
|
||||
</description>
|
||||
<developer id="com.kgurgul">
|
||||
<name>Kamil Gurgul</name>
|
||||
</developer>
|
||||
<url type="homepage">https://github.com/kamgurgul/cpu-info</url>
|
||||
<url type="bugtracker">https://github.com/kamgurgul/cpu-info/issues</url>
|
||||
<launchable type="desktop-id">com.kgurgul.cpuinfo.desktop</launchable>
|
||||
<content_rating type="oars-1.1" />
|
||||
<screenshots>
|
||||
<screenshot type="default">
|
||||
<image>
|
||||
https://github.com/kamgurgul/cpu-info/blob/jvm-1.2.0/info/screenshots/Linux_1.png?raw=true
|
||||
</image>
|
||||
<caption>CPU specification</caption>
|
||||
</screenshot>
|
||||
<screenshot>
|
||||
<image>
|
||||
https://github.com/kamgurgul/cpu-info/blob/jvm-1.2.0/info/screenshots/Linux_2.png?raw=true
|
||||
</image>
|
||||
<caption>Storage info</caption>
|
||||
</screenshot>
|
||||
<screenshot>
|
||||
<image>
|
||||
https://github.com/kamgurgul/cpu-info/blob/jvm-1.2.0/info/screenshots/Linux_3.png?raw=true
|
||||
</image>
|
||||
<caption>Temperature info</caption>
|
||||
</screenshot>
|
||||
</screenshots>
|
||||
<releases>
|
||||
<release date="2024-08-22" version="1.2.0" />
|
||||
</releases>
|
||||
</component>
|
||||
Reference in New Issue
Block a user