diff options
Diffstat (limited to 'data/com.github.theironrobin.siglo.appdata.xml.in')
-rw-r--r-- | data/com.github.theironrobin.siglo.appdata.xml.in | 50 |
1 files changed, 50 insertions, 0 deletions
diff --git a/data/com.github.theironrobin.siglo.appdata.xml.in b/data/com.github.theironrobin.siglo.appdata.xml.in new file mode 100644 index 0000000..e24c5fc --- /dev/null +++ b/data/com.github.theironrobin.siglo.appdata.xml.in @@ -0,0 +1,50 @@ +<?xml version="1.0" encoding="UTF-8"?> +<component type="desktop"> + <id>com.github.theironrobin.siglo.desktop</id> + <name>Siglo</name> + <summary>Sync PineTime with your PinePhone</summary> + <metadata_license>CC0-1.0</metadata_license> + <project_license>MPL-2.0</project_license> + <developer_name>Alex R</developer_name> + <description> + <p> + Features: + <ul> + <li>Scan for one or more InfiniTime devices</li> + <li>Sync the time</li> + <li>Update your firmware—either manually or directly from the InfiniTime release page</li> + <li>Optionally Keep Paired for Chatty notifications (currently broken in flatpak)</li> + </ul> + </p> + <p> + Supports all Phosh-based PinePhone distros. + </p> + </description> + <categories> + <category>Utility</category> + </categories> + <url type="homepage">https://github.com/theironrobin/siglo</url> + <screenshots> + <screenshot> + <image type="source">https://ironrobin.net/images/siglo-screenshot-1.png</image> + </screenshot> + <screenshot> + <image type="source">https://ironrobin.net/images/siglo-screenshot-2.png</image> + </screenshot> + <screenshot> + <image type="source">https://ironrobin.net/images/siglo-screenshot-3.png</image> + </screenshot> + </screenshots> + <releases> + <release version="0.9.9" date="2022-07-04"/> + <release version="0.9.6" date="2021-10-07"/> + <release version="0.9.5" date="2021-10-07"/> + <release version="0.9.4" date="2021-09-09"/> + <release version="0.8.12" date="2021-08-06"/> + </releases> + <content_rating type="oars-1.1" /> + <custom> + <value key="Purism::form_factor">workstation</value> + <value key="Purism::form_factor">mobile</value> + </custom> +</component> |