Skip to content

Commit

Permalink
Appdata file
Browse files Browse the repository at this point in the history
  • Loading branch information
rafael1193 committed Nov 13, 2014
1 parent 90ded2b commit aeb16fb
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,8 @@
"data_files":[('/usr/share/applications/', ['spicegui/data/SpiceGUI.desktop']),
('/usr/share/glib-2.0/schemas/', ['spicegui/data/org.rafael1193.spicegui.gschema.xml']),
('/usr/share/gtksourceview-3.0/language-specs/', ['spicegui/data/spice-netlist.lang']),
('/usr/share/icons/hicolor/scalable/apps/', ['spicegui/data/spicegui.svg'])],
('/usr/share/icons/hicolor/scalable/apps/', ['spicegui/data/spicegui.svg']),
('/usr/share/appdata/',['spicegui/data/SpiceGUI.appdata.xml'])],

#auto create scripts
"entry_points": {
Expand Down
27 changes: 27 additions & 0 deletions spicegui/data/SpiceGUI.appdata.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Copyright 2014 Rafael Bailón-Ruiz <rafaelbailon_at_ieee.org> -->
<component type="desktop">
<id>SpiceGUI.desktop</id>
<metadata_license>CC0-1.0</metadata_license>
<project_license>GPL-3.0+</project_license>
<name>SpiceGUI</name>
<description>
<p>
SpiceGUI is a graphical user interface for ngspice circuit simulator. It aims
to make easier circuit simulation on GNU/Linux and integrate well with the GNOME
desktop.
</p>
</description>
<screenshots>
<screenshot>
<image>https://cloud.githubusercontent.com/assets/436547/4139260/06007db0-3399-11e4-8127-2fa4eded0590.png</image>
<caption>Netlist view</caption>
</screenshot>
<screenshot type="default">
<image>https://cloud.githubusercontent.com/assets/436547/4139264/0a6d404a-3399-11e4-9ac1-92799f66ba3b.png</image>
<caption>Simulation results view</caption>
</screenshot>
</screenshots>
<url type="homepage">https://github.com/rafael1193/spicegui</url>
<updatecontact>rafaelbailon_at_ieee.org</updatecontact>
</component>

0 comments on commit aeb16fb

Please sign in to comment.