Fix CI builds

This commit is contained in:
Bart De Vries 2021-05-05 16:30:53 +02:00
parent 7e29417db7
commit 55eb616d61
2 changed files with 4 additions and 3 deletions

View File

@ -5,7 +5,7 @@
android:layout_width="fill_parent" android:layout_width="fill_parent"
android:layout_height="fill_parent" android:layout_height="fill_parent"
android:scaleType="fitXY" android:scaleType="fitXY"
android:src="@drawable/alligator"/> android:src="@drawable/kasts"/>
</item> </item>
</layer-list> </layer-list>

View File

@ -5,14 +5,14 @@
<summary>Podcast application for mobile devices</summary> <summary>Podcast application for mobile devices</summary>
<metadata_license>CC0-1.0</metadata_license> <metadata_license>CC0-1.0</metadata_license>
<project_license>GPL-2.0+</project_license> <project_license>GPL-2.0+</project_license>
<developer_name>KDE Community</developer_name> <developer_name>The KDE Community</developer_name>
<description> <description>
<p>Kasts is a mobile podcast application</p> <p>Kasts is a mobile podcast application</p>
</description> </description>
<provides> <provides>
<binary>kasts</binary> <binary>kasts</binary>
</provides> </provides>
<developer_name>The KDE Community</developer_name> <!-- Commenting out screenshots as this has not been done yet
<screenshots> <screenshots>
<screenshot type="default"> <screenshot type="default">
<caption>Kasts feed list on the desktop</caption> <caption>Kasts feed list on the desktop</caption>
@ -23,5 +23,6 @@
<image>https://cdn.kde.org/screenshots/kasts/kasts-mobile.png</image> <image>https://cdn.kde.org/screenshots/kasts/kasts-mobile.png</image>
</screenshot> </screenshot>
</screenshots> </screenshots>
-->
<launchable type="desktop-id">org.kde.kasts.desktop</launchable> <launchable type="desktop-id">org.kde.kasts.desktop</launchable>
</component> </component>