[meta] appstream metadata validates now
This commit is contained in:
@@ -1,4 +1,5 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<!-- Copyleft 2017 Julian Sparber <julian@sparber.net> -->
|
||||||
<component type="desktop">
|
<component type="desktop">
|
||||||
<id>com.frac_tion.teleport.desktop</id>
|
<id>com.frac_tion.teleport.desktop</id>
|
||||||
<metadata_license>CC0</metadata_license>
|
<metadata_license>CC0</metadata_license>
|
||||||
@@ -16,8 +17,12 @@
|
|||||||
|
|
||||||
<screenshots>
|
<screenshots>
|
||||||
<screenshot type="default">
|
<screenshot type="default">
|
||||||
<caption>Screenshot of the Teleport window</caption>
|
<caption>Teleport window with multiple devices</caption>
|
||||||
<image width="1600" height="900">https://raw.githubusercontent.com/frac-tion/teleport/master/docs/screenshots/window.png</image>
|
<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>
|
</screenshot>
|
||||||
</screenshots>
|
</screenshots>
|
||||||
|
|
||||||
@@ -32,14 +37,15 @@
|
|||||||
<kudo>Notifications</kudo>
|
<kudo>Notifications</kudo>
|
||||||
</kudos>
|
</kudos>
|
||||||
|
|
||||||
<update_contact>jualin@sparber.net</update_contact>
|
<update_contact>julian@sparber.net</update_contact>
|
||||||
<translation type="gettext">teleport</translation>
|
<translation type="gettext">teleport</translation>
|
||||||
|
|
||||||
<releases>
|
<releases>
|
||||||
<release version="MVP" date="2017-10-26">
|
<release version="MVP" date="2017-10-29">
|
||||||
<description>
|
<description>
|
||||||
<p>
|
<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>
|
</p>
|
||||||
</description>
|
</description>
|
||||||
</release>
|
</release>
|
||||||
|
|||||||
@@ -1,5 +1,6 @@
|
|||||||
[Desktop Entry]
|
[Desktop Entry]
|
||||||
Name=Teleport
|
Name=Teleport
|
||||||
|
Comment=Share files on the local network
|
||||||
Exec=teleport
|
Exec=teleport
|
||||||
Icon=com.frac_tion.teleport
|
Icon=com.frac_tion.teleport
|
||||||
Type=Application
|
Type=Application
|
||||||
|
|||||||
Reference in New Issue
Block a user