Skip to content

Commit

Permalink
Merge pull request #1056 from NN708/current
Browse files Browse the repository at this point in the history
Add MetaInfo
  • Loading branch information
ra3xdh authored Nov 11, 2024
2 parents 3e4cafb + 948b407 commit 5d581f4
Show file tree
Hide file tree
Showing 2 changed files with 44 additions and 0 deletions.
2 changes: 2 additions & 0 deletions contrib/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,5 @@
INSTALL( FILES ps2sp DESTINATION bin/ )

INSTALL( FILES ps2sp.1 DESTINATION share/man/man1 )

INSTALL( FILES io.github.ra3xdh.qucs_s.metainfo.xml DESTINATION ${CMAKE_INSTALL_PREFIX}/share/metainfo )
42 changes: 42 additions & 0 deletions contrib/io.github.ra3xdh.qucs_s.metainfo.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
<?xml version="1.0" encoding="UTF-8"?>
<component type="desktop-application">
<id>io.github.ra3xdh.qucs_s</id>

<metadata_license>CC0-1.0</metadata_license>
<project_license>GPL-2.0-or-later</project_license>

<name>Qucs-S</name>
<summary>Quite universal circuit simulator with SPICE</summary>

<developer id="io.github.ra3xdh">
<name>Vadim Kuznetsov</name>
</developer>

<description>
<p>
Qucs-S provides a fancy graphical user interface for a number of popular circuit simulation engines. Qucs-S contains instruments for schematic capture, visualization and provides differents passive and active components including device library.
</p>
</description>

<launchable type="desktop-id">qucs-s.desktop</launchable>

<content_rating type="oars-1.1" />

<url type="bugtracker">https://github.com/ra3xdh/qucs_s/issues</url>
<url type="homepage">https://ra3xdh.github.io</url>
<url type="donation">https://boosty.to/qucs_s</url>
<url type="vcs-browser">https://github.com/ra3xdh/qucs_s</url>

<screenshots>
<screenshot type="default">
<image>https://ra3xdh.github.io/ne5532.png</image>
<caption>NE5532 amplifier using SPICE model</caption>
</screenshot>
</screenshots>

<releases>
<release version="24.4.0" date="2024-10-31">
<url type="details">https://github.com/ra3xdh/qucs_s/releases/tag/24.4.0</url>
</release>
</releases>
</component>

0 comments on commit 5d581f4

Please sign in to comment.