Merge pull request #1730 from matthijskooijman/ide-1.5.x-appdata

Add appdata.xml file
This commit is contained in:
Cristian Maglie 2013-12-13 04:16:51 -08:00
commit b984463468
1 changed files with 24 additions and 0 deletions

24
build/linux/dist/appdata.xml vendored Normal file
View File

@ -0,0 +1,24 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- See https://wiki.gnome.org/GnomeGoals/AppDataGnomeSoftware -->
<application>
<id type="desktop">arduino.desktop</id>
<licence>CC-BY-SA</licence>
<description>
<p>
Arduino is an open-source electronics prototyping platform based
on flexible, easy-to-use hardware and software. It's intended for
artists, designers, hobbyists, and anyone interested in creating
interactive objects or environments.
</p>
<p>
Included is an integrated development environment that can be used
to develop and upload code to compatible microcontrollers.
</p>
</description>
<screenshots>
<screenshot type="default" width="624" height="351">http://mavit.fedorapeople.org/appdata/arduino-screenshot.png</screenshot>
<screenshot width="704" height="396">http://mavit.fedorapeople.org/appdata/arduino-photo.jpg</screenshot>
</screenshots>
<url type="homepage">http://arduino.cc/</url>
<updatecontact>arduino.appdata.xml@mavit.org.uk</updatecontact>
</application>