<?xml version="1.0" encoding="UTF-8"?>
<!-- Copyright (C) 2016-2017 Lubomir Rintel <lkundrak@v3.sk> -->
<!-- Copyright (C) 2016-2021 KiCad Developers, see AUTHORS.txt for contributors. -->
<component type="desktop-application">
    <id>@KICAD_APP_NAME@</id>

    <name>KiCad</name>

    <launchable type="desktop-id">@KICAD_APP_NAME@.desktop</launchable>

    <project_license>GPL-3.0-or-later</project_license>
    <metadata_license>CC-BY-SA-4.0</metadata_license>

    <summary>An EDA suite for schematic and circuit board design</summary>

    <provides>
        <id>@KICAD_PROVIDES_APP_ID@</id>
        <binary>kicad</binary>
        <binary>eeschema</binary>
        <binary>pcbnew</binary>
        <binary>gerbview</binary>
        <binary>pl_editor</binary>
        <binary>bitmap2component</binary>
        <binary>pcb_calculator</binary>
        <mediatype>application/x-gerber</mediatype>
        <mediatype>application/x-excellon</mediatype>
        <mediatype>application/x-kicad-project</mediatype>
        <mediatype>application/x-kicad-schematic</mediatype>
        <mediatype>application/x-kicad-pcb</mediatype>
    </provides>

    <translation type="gettext">kicad</translation>

    <keywords>
        <keyword translate="no">KiCad</keyword>
        <keyword>EDA</keyword>
        <keyword>PCB</keyword>
        <keyword>Schematic</keyword>
        <keyword>Circuit board</keyword>
        <keyword translate="no">Gerber</keyword>
        <keyword translate="no">PcbNew</keyword>
        <keyword translate="no">Eeschema</keyword>
    </keywords>

    <categories>
        <category>Electronics</category>
        <category>Engineering</category>
    </categories>

    <description>
        <p>
        KiCad is a free and open-source electronics design automation (EDA) suite. It features schematic capture, integrated circuit simulation, printed circuit board (PCB) layout, 3D rendering, and plotting/data export to numerous formats. KiCad also includes a high-quality component library featuring thousands of symbols, footprints, and 3D models. KiCad has minimal system requirements and runs on Linux, Windows, and macOS.
        </p>
    </description>

    <screenshots>
        <screenshot type="default">
            <caption>KiCad Schematic Editor</caption>
            <image width="1600" height="900">https://www.kicad.org/img/screenshots/appstream/eeschema_9.png</image>
        </screenshot>

        <screenshot>
            <caption>KiCad PCB Layout Editor</caption>
            <image width="1600" height="900">https://www.kicad.org/img/screenshots/appstream/pcbnew_9.png</image>
        </screenshot>

        <screenshot>
            <caption>KiCad 3D Viewer</caption>
            <image width="1600" height="900">https://www.kicad.org/img/screenshots/appstream/3dviewer_9.png</image>
        </screenshot>
    </screenshots>

    <url type="homepage">https://www.kicad.org/</url>
    <url type="bugtracker">https://go.kicad.org/issue</url>
    <url type="help">https://go.kicad.org/docs/9</url>
    <url type="donation">https://go.kicad.org/donate</url>
    <url type="translate">https://go.kicad.org/translate</url>
    <url type="contribute">https://go.kicad.org/contribute</url>
    <url type="vcs-browser">https://gitlab.com/kicad/code/kicad</url>

    <update_contact>devlist@kicad.org</update_contact>

    <developer_name>The KiCad Developers</developer_name>


    <!-- This is actually a valid tag, but the utilities don't think so -->
    <content_rating type="oars-1.1">
        <!-- We allow opt-in diagnostic information -->
        <content_attribute id="social-info">moderate</content_attribute>
        <!-- We have a donation link in the application -->
        <content_attribute id="money-purchasing">mild</content_attribute>
    </content_rating>

    <releases>
        <release version="@KICAD_VERSION_FULL@" date="@KICAD_CONFIG_TIMESTAMP@" />
    </releases>

    <!-- The supports/recommends tags are not recognized by older appstream-util
         but they are valid.  Unfortunately, freedesktop does not publish a DTD
         or version their metainfo files -->
    <recommends>
        <display_length compare="ge">1920</display_length>
        <memory compare="ge">2048</memory>
    </recommends>

    <!-- KiCad supports running offline (but has online features available) -->
    <supports>
        <internet>offline-only</internet>
    </supports>
</component>
