Link kicad appdata with the desktop file

This link is needed to ensure appstream-builder finds
the icon for the program and includes it in the appstream
metadata for distribution software centers.

Fixes https://gitlab.com/kicad/code/kicad/issues/6593

(Cherry-picked from 9c968b0ef7)
This commit is contained in:
Ian McInerney 2020-12-02 19:37:15 +00:00
parent d9307a174d
commit 2bd0b67591
1 changed files with 3 additions and 1 deletions

View File

@ -1,10 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Copyright (C) 2016-2017 Lubomir Rintel <lkundrak@v3.sk> -->
<!-- Copyright (C) 2016-2019 KiCad Developers, see AUTHORS.txt for contributors. -->
<!-- Copyright (C) 2016-2020 KiCad Developers, see AUTHORS.txt for contributors. -->
<component type="desktop">
<id>org.kicad_pcb.kicad</id>
<name>KiCad</name>
<launchable type="desktop-id">kicad.desktop</launchable>
<project_license>AGPL-3.0-or-later</project_license>
<metadata_license>CC-BY-SA-4.0</metadata_license>