-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathappdata-fix.patch
58 lines (58 loc) · 2.42 KB
/
appdata-fix.patch
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
diff --git a/distrib/fmit.appdata.xml.in b/distrib/fmit.appdata.xml.in
index 5038ca8..59437c5 100644
--- a/distrib/fmit.appdata.xml.in
+++ b/distrib/fmit.appdata.xml.in
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Copyright 2014 Gilles Degottex <[email protected]> -->
-<application>
- <id type="desktop">fmit.desktop</id>
+<component type="desktop-application">
+ <id>fmit.desktop</id>
<metadata_license>CC0-1.0</metadata_license>
<project_license>GPL-2.0+</project_license>
<name>FMIT</name>
@@ -31,6 +31,7 @@
advanced real-time analysis toolset, or anywhere in between.
</p>
</description>
+ <launchable type="desktop-id">fmit.desktop</launchable>
<screenshots>
<screenshot type="default">
<image width="1200" height="675">https://gillesdegottex.github.io/fmit/figs/complete.png</image>
@@ -76,9 +77,9 @@
<url type="homepage">https://gillesdegottex.github.io/fmit/</url>
<url type="translate">https://hosted.weblate.org/projects/fmit/</url>
<url type="bugtracker">https://github.com/gillesdegottex/fmit/issues</url>
- <url type="faq">http://gillesdegottex.github.io/fmit/faq.html</url>
+ <url type="faq">https://gillesdegottex.github.io/fmit/faq.html</url>
<developer_name>Gilles Degottex</developer_name>
- <updatecontact>[email protected]</updatecontact>
+ <update_contact>[email protected]</update_contact>
<translation type="qt">fmit</translation>
<content_rating type="oars-1.1">
<content_attribute id="violence-cartoon">none</content_attribute>
@@ -110,6 +111,8 @@
<content_attribute id="money-gambling">none</content_attribute>
</content_rating>
<releases>
+ <release version="1.2.14" date="2020-07-26"/>
+ <release version="1.2.13" date="2019-09-10"/>
<release version="1.2.6" date="2018-05-30">
<description>
<ul>
@@ -118,7 +121,7 @@
<li>Use custom save settings and pause icons that better fits the other icons design</li>
<li>Flexible transposition key selection.</li>
<li>Added symbolic icon for high-contrast setup.</li>
- <li>Switch to Weblate for translation: https://hosted.weblate.org/projects/fmit/</li>
+ <li>Switch to Weblate for translation.</li>
<li>Added translation for application information.</li>
</ul>
</description>
@@ -133,4 +136,4 @@
</description>
</release>
</releases>
-</application>
+</component>