8000 Backport appdata improvements · scde/cc.arduino.arduinoide@6941aa2 · GitHub
[go: up one dir, main page]

Skip to content

Commit 6941aa2

Browse files
committed
Backport appdata improvements
1 parent 874a8e1 commit 6941aa2

File tree

2 files changed

+33
-0
lines changed

2 files changed

+33
-0
lines changed

arduino-appdata-fixes.patch

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
diff --git a/build/linux/dist/appdata.xml b/build/linux/dist/appdata.xml
2+
index dc0c5937d..d55870627 100644
3+
--- a/build/linux/dist/appdata.xml
4+
+++ b/build/linux/dist/appdata.xml
5+
@@ -3,6 +3,7 @@
6+
<component type="desktop-application">
7+
<id>cc.arduino.arduinoide.desktop</id>
8+
<metadata_license>CC-BY-SA-3.0</metadata_license>
9+
+ <project_license>LGPL-2.1</project_license>
10+
<developer_name>Arduino LLC</developer_name>
11+
12+
<name>Arduino IDE</name>
13+
@@ -32,6 +33,16 @@
14+
</screenshot>
15+
</screenshots>
16+
17+
+ <content_rating type="oars-1.1" />
18+
+
19+
+ <releases>
20+
+ <release date="2017-10-02" version="1.8.5"/>
21+
+ <release date="2017-08-21" version="1.8.4"/>
22+
+ <release date="2017-06-05" version="1.8.3"/>
23+
+ <release date="2017-03-22" version="1.8.2"/>
24+
+ <release date="2017-01-09" version="1.8.1"/>
25+
+ </releases>
26+
+
27+
<url type="homepage">http://www.arduino.cc/</url>
28+
<url type="help">https://www.arduino.cc/en/Guide/HomePage</url>
29+
<url type="bugtracker">https://github.com/arduino/Arduino/issues</url>

cc.arduino.arduinoide.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,10 @@
6464
"url": "https://github.com/arduino/Arduino/releases/download/1.8.5/Arduino-1.8.5.tar.xz",
6565
"sha256": "f4c98433d65e78ab01ec8efa64a0fc66dc5877d96eaf89733f965b1f9246ee32"
6666
},
67+
{
68+
"type": "patch",
69+
"path": "arduino-appdata-fixes.patch"
70+
},
6771
{
6872
"type": "file",
6973
"url": "https://downloads.arduino.cc/reference-1.6.6-3.zip",

0 commit comments

Comments
 (0)
0