Add klayout.metainfo.xml metadata file

This commit is contained in:
willsALMANJ 2020-05-22 13:16:22 -04:00 committed by GitHub
parent 3f8090b3fd
commit 11ea9f9a2d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 28 additions and 0 deletions

28
etc/klayout.metainfo.xml Normal file
View File

@ -0,0 +1,28 @@
<?xml version="1.0" encoding="UTF-8"?>
<component type="desktop-application">
<id>de.klayout.KLayout</id>
<name>KLayout</name>
<summary>KLayout, viewer and editor for mask layouts</summary>
<metadata_license>CC0-1.0</metadata_license>
<project_license>GPL-3.0-or-later</project_license>
<description>
<p>
Mask layout viewer and editor for the chip design engineer.
</p>
</description>
<launchable type="desktop-id">klayout.desktop</launchable>
<screenshots>
<screenshot type="default">
<image>https://www.klayout.de/intro-image.png</image>
</screenshot>
</screenshots>
<developer_name>Matthias Köfferlein</developer_name>
<provides>
<binary>klayout</binary>
</provides>
</component>