blob: 0472ed9173777fcfb6d61472c6a3ee845947523d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
From: Carsten Schoenert <c.schoenert@t-online.de>
Date: Sun, 18 Oct 2020 08:39:44 +0200
Subject: Appdata: Fix up AppStream error by adding missing field
The AppStream data is missing the lauchable element.
---
comm/mail/branding/thunderbird/net.thunderbird.Thunderbird.appdata.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/comm/mail/branding/thunderbird/net.thunderbird.Thunderbird.appdata.xml b/comm/mail/branding/thunderbird/net.thunderbird.Thunderbird.appdata.xml
index d31e2dd..1f20e06 100644
--- a/comm/mail/branding/thunderbird/net.thunderbird.Thunderbird.appdata.xml
+++ b/comm/mail/branding/thunderbird/net.thunderbird.Thunderbird.appdata.xml
@@ -2,6 +2,7 @@
<component type="desktop-application">
<id>net.thunderbird.Thunderbird</id>
<metadata_license>CC0-1.0</metadata_license>
+ <launchable type="desktop-id">thunderbird.desktop</launchable>
<name>Thunderbird</name>
<name xml:lang="de">Thunderbird</name>
<summary>Thunderbird is a free and open source email, newsfeed, chat, and calendaring client</summary>
|