Skip to content

Commit

Permalink
[meta] appstream metadata validates now
Browse files Browse the repository at this point in the history
  • Loading branch information
bertob committed Oct 29, 2017
1 parent f85456c commit 810f1a1
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 5 deletions.
16 changes: 11 additions & 5 deletions data/com.frac_tion.teleport.appdata.xml.in
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Copyleft 2017 Julian Sparber <[email protected]> -->
<component type="desktop">
<id>com.frac_tion.teleport.desktop</id>
<metadata_license>CC0</metadata_license>
Expand All @@ -16,8 +17,12 @@

<screenshots>
<screenshot type="default">
<caption>Screenshot of the Teleport window</caption>
<image width="1600" height="900">https://raw.githubusercontent.com/frac-tion/teleport/master/docs/screenshots/window.png</image>
<caption>Teleport window with multiple devices</caption>
<image width="1366" height="768">https://raw.githubusercontent.com/frac-tion/teleport/master/data/screenshots/window.png</image>
</screenshot>
<screenshot type="default">
<caption>Teleport notification</caption>
<image width="1366" height="768">https://raw.githubusercontent.com/frac-tion/teleport/master/data/screenshots/notification.png</image>
</screenshot>
</screenshots>

Expand All @@ -32,14 +37,15 @@
<kudo>Notifications</kudo>
</kudos>

<update_contact>jualin@sparber.net</update_contact>
<update_contact>julian@sparber.net</update_contact>
<translation type="gettext">teleport</translation>

<releases>
<release version="MVP" date="2017-10-26">
<release version="MVP" date="2017-10-29">
<description>
<p>
Basic version that only sends individual files.
This basic initial version sends files chose via the file chooser or
drag and drop. The Downloads directory can be set from the menu.
</p>
</description>
</release>
Expand Down
1 change: 1 addition & 0 deletions data/com.frac_tion.teleport.desktop.in
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
[Desktop Entry]
Name=Teleport
Comment=Share files on the local network
Exec=teleport
Icon=com.frac_tion.teleport
Type=Application
Expand Down

0 comments on commit 810f1a1

Please sign in to comment.