This should make both the runtime and the sdk correctly show up in gnome-software. I am not sure what to do with the license field; I've left it as GPL-2.0+ for now, matching what the freedesktop and gnome runtimes are doing, but it's clearly not correct (we include many libraries with many different licenses, not just GPL-2.0+). I've left a FIXME in the appdata files for now.
20 lines
686 B
XML
20 lines
686 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<component type="runtime">
|
|
<id>org.fedoraproject.Platform</id>
|
|
<metadata_license>CC0</metadata_license>
|
|
<!-- FIXME -->
|
|
<project_license>GPL-2.0+</project_license>
|
|
<name>Fedora Platform</name>
|
|
<summary>Shared libraries</summary>
|
|
<releases>
|
|
<release version="31" date="2019-10-29"/>
|
|
</releases>
|
|
<description>
|
|
<p>
|
|
The Fedora Platform is a runtime for Flatpak applications. It contains
|
|
common libraries that are shared between desktop applications, including
|
|
GTK 3, GStreamer, Qt 5, Mesa, SDL2, and many others.
|
|
</p>
|
|
</description>
|
|
<url type="homepage">https://fedoraproject.org/</url>
|
|
</component>
|