This repository has been archived on 2026-01-16. You can view files and clone it, but you cannot make any changes to its state, such as pushing and creating new issues, pull requests or comments.
flatpak-runtime-config/org.fedoraproject.Sdk.appdata.xml
Kalev Lember 2a4e459104 Install appdata for both the Platform and the Sdk
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.
2020-07-29 21:29:16 +02:00

20 lines
742 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<component type="runtime">
<id>org.fedoraproject.Sdk</id>
<metadata_license>CC0</metadata_license>
<!-- FIXME -->
<project_license>GPL-2.0+</project_license>
<name>Fedora SDK</name>
<summary>Tools and headers for developing applications</summary>
<releases>
<release version="32" date="2020-04-28"/>
</releases>
<description>
<p>
The Fedora Sdk is the development runtime that you can use to produce applications using
the Fedora Platform runtime. It contains everything that is in the platform, as well
as build and debugging tools and headers for the libraries.
</p>
</description>
<url type="homepage">https://fedoraproject.org/</url>
</component>