Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Appdata #524

Merged
merged 7 commits into from
Jan 30, 2020
Merged
Show file tree
Hide file tree
Changes from 4 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion debian/yubioath-desktop.install
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
resources/yubioath-desktop.desktop usr/share/applications
resources/com.yubico.yubioath.desktop usr/share/applications
resources/icons/com.yubico.yubioath.svg usr/share/pixmaps
2 changes: 1 addition & 1 deletion docker/xenial-appimage/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ RUN mkdir -p yubioath-desktop/appDir/usr \
&& dpkg -x libykpers*.deb appDir/ \
&& qmake \
&& make \
&& cp resources/yubioath-desktop.desktop appDir/ \
&& cp resources/com.yubico.yubioath.desktop appDir/ \
&& cp resources/icons/com.yubico.yubioath.svg appDir/ \
&& cp ./yubioath-desktop appDir/usr/bin/ \
&& wget -c "https://github.com/probonopd/linuxdeployqt/releases/download/continuous/linuxdeployqt-continuous-x86_64.AppImage" \
Expand Down
35 changes: 35 additions & 0 deletions resources/com.yubico.yubioath.appdata.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
<?xml version="1.0" encoding="UTF-8"?>
<component type="desktop-application">
<id>com.yubico.yubioath</id>
<launchable type="desktop-id">com.yubico.yubioath.desktop</launchable>

<metadata_license>CC0-1.0</metadata_license>
ai marked this conversation as resolved.
Show resolved Hide resolved
<project_license>BSD-2-Clause</project_license>

<name>Yubico Authenticator</name>
<summary>Graphical interface for displaying OATH codes with a YubiKey</summary>
<url type="homepage">https://developers.yubico.com/yubioath-desktop/</url>

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It could use a bugtracker url

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This repository, as well as the URL to open a support ticket ( https://support.yubico.com/support/tickets/new ) is fine to include.

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Replaced ccad977

<content_rating type="oars-1.1"/>
ai marked this conversation as resolved.
Show resolved Hide resolved

<developer_name>Yubico</developer_name>

<description>
<p>Generating Open Authentication (OATH) time-based TOTP and event-based HOTP one-time password codes, with the help of a YubiKey that protects the shared secrets.</p>
<p>Features:</p>
<ul>
<li>Add a credential by scanning a QR code on the screen</li>
<li>Favorite your most used credentials for easy access</li>
<li>Keep your secret seeds safe by storing them on a YubiKey</li>
<li>Require a touch on YubiKey to generate the code</li>
<li>Protect your credentials with a device password</li>
<li>Connect an external smart card reader and use the YubiKey over NFC</li>
</ul>
</description>

<screenshots>
​<screenshot type="default">
<image type="source" width="850" height="393">https://raw.githubusercontent.com/Yubico/yubioath-desktop/master/screenshot.png</image>
<caption>Different modes and themes</caption>
</screenshot>
</screenshots>
</component>