Skip to content

Commit 5a6b213

Browse files
Add appdata.xml file
This file can be shipped in Linux packages and allows the Gnome application browser to show some additional metadata.
1 parent d20c028 commit 5a6b213

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

build/linux/dist/appdata.xml

+24
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<!-- See https://wiki.gnome.org/GnomeGoals/AppDataGnomeSoftware -->
3+
<application>
4+
<id type="desktop">arduino.desktop</id>
5+
<licence>CC-BY-SA</licence>
6+
<description>
7+
<p>
8+
Arduino is an open-source electronics prototyping platform based
9+
on flexible, easy-to-use hardware and software. It's intended for
10+
artists, designers, hobbyists, and anyone interested in creating
11+
interactive objects or environments.
12+
</p>
13+
<p>
14+
Included is an integrated development environment that can be used
15+
to develop and upload code to compatible microcontrollers.
16+
</p>
17+
</description>
18+
<screenshots>
19+
<screenshot type="default" width="624" height="351">http://mavit.fedorapeople.org/appdata/arduino-screenshot.png</screenshot>
20+
<screenshot width="704" height="396">http://mavit.fedorapeople.org/appdata/arduino-photo.jpg</screenshot>
21+
</screenshots>
22+
<url type="homepage">http://arduino.cc/</url>
23+
<updatecontact>[email protected]</updatecontact>
24+
</application>

0 commit comments

Comments
 (0)