mirror of https://github.com/KDE/kasts.git
29 lines
1000 B
XML
29 lines
1000 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<component type="desktop-application">
|
|
<id>org.kde.kasts</id>
|
|
<name>Kasts</name>
|
|
<summary>Podcast application for mobile devices</summary>
|
|
<metadata_license>CC0-1.0</metadata_license>
|
|
<project_license>GPL-2.0+</project_license>
|
|
<developer_name>The KDE Community</developer_name>
|
|
<description>
|
|
<p>Kasts is a mobile podcast application</p>
|
|
</description>
|
|
<provides>
|
|
<binary>kasts</binary>
|
|
</provides>
|
|
<!-- Commenting out screenshots as this has not been done yet
|
|
<screenshots>
|
|
<screenshot type="default">
|
|
<caption>Kasts feed list on the desktop</caption>
|
|
<image>https://cdn.kde.org/screenshots/kasts/kasts-desktop.png</image>
|
|
</screenshot>
|
|
<screenshot type="default">
|
|
<caption>Kasts on a phone</caption>
|
|
<image>https://cdn.kde.org/screenshots/kasts/kasts-mobile.png</image>
|
|
</screenshot>
|
|
</screenshots>
|
|
-->
|
|
<launchable type="desktop-id">org.kde.kasts.desktop</launchable>
|
|
</component>
|