mirror of
https://github.com/libratbag/piper.git
synced 2026-02-20 15:43:51 -05:00
57 lines
2.0 KiB
XML
57 lines
2.0 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
||
<component type="desktop-application">
|
||
<id>org.freedesktop.Piper</id>
|
||
<developer id="io.github.libratbag">
|
||
<name>libratbag developers</name>
|
||
</developer>
|
||
<metadata_license>FSFAP</metadata_license>
|
||
<project_license>GPL-2.0-or-later</project_license>
|
||
<content_rating type="oars-1.1" />
|
||
<name translatable="no">Piper</name>
|
||
<summary>Gaming mouse configuration utility</summary>
|
||
<description>
|
||
<p>
|
||
Piper is a graphical user interface to configure gaming mice.
|
||
Configuration options include changing the resolution (DPI) of the
|
||
mouse, adding and removing profiles, setting LED colors and changing
|
||
button behaviors.
|
||
</p>
|
||
<p>
|
||
Piper requires libratbag’s ratbagd, the daemon to actually communicate with the
|
||
mice. Piper is merely a front end to ratbagd, ratbagd must be
|
||
installed and running when Piper is launched.
|
||
</p>
|
||
</description>
|
||
|
||
<launchable type="desktop-id">org.freedesktop.Piper.desktop</launchable>
|
||
|
||
<screenshots>
|
||
<screenshot type="default">
|
||
<caption>The button configuraton page</caption>
|
||
<image>https://github.com/libratbag/piper/raw/wiki/screenshots/flathub/piper-buttonpage.png</image>
|
||
</screenshot>
|
||
<screenshot>
|
||
<caption>The LED configuraton page</caption>
|
||
<image>https://github.com/libratbag/piper/raw/wiki/screenshots/flathub/piper-ledpage.png</image>
|
||
</screenshot>
|
||
<screenshot>
|
||
<caption>The resolution configuraton page</caption>
|
||
<image>https://github.com/libratbag/piper/raw/wiki/screenshots/flathub/piper-resolutionpage.png</image>
|
||
</screenshot>
|
||
</screenshots>
|
||
|
||
<url type="homepage">https://github.com/libratbag/piper/</url>
|
||
<url type="bugtracker">https://github.com/libratbag/piper/issues</url>
|
||
<url type="help">https://github.com/libratbag/piper/wiki</url>
|
||
|
||
<translation type="gettext">piper</translation>
|
||
|
||
<provides>
|
||
<binary>piper</binary>
|
||
</provides>
|
||
|
||
<releases>
|
||
<release version="@version@" date="@version_date@"/>
|
||
</releases>
|
||
</component>
|