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.
This commit is contained in:
parent
fa6e7378f4
commit
2a4e459104
3 changed files with 53 additions and 2 deletions
20
org.fedoraproject.Sdk.appdata.xml
Normal file
20
org.fedoraproject.Sdk.appdata.xml
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
<?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>
|
||||
Reference in a new issue