summarylogtreecommitdiffstats
path: root/appdata.patch
blob: b06c0aee4470c3833d7c3a57b551b3e343edd977 (plain)
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
From 263c64e70fe2a2c2866f680f9b8b3c776d7e0e65 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Ball=C3=B3=20Gy=C3=B6rgy?= <ballogyor@gmail.com>
Date: Wed, 22 Jul 2020 20:08:57 +0200
Subject: [PATCH] Update appdata.xml to follow the current standard

---
 data/com.github.voldyman.markmywords.appdata.xml | 15 ++++++++++++---
 1 file changed, 12 insertions(+), 3 deletions(-)

diff --git a/data/com.github.voldyman.markmywords.appdata.xml b/data/com.github.voldyman.markmywords.appdata.xml
index fa58148..f2a6c06 100644
--- a/data/com.github.voldyman.markmywords.appdata.xml
+++ b/data/com.github.voldyman.markmywords.appdata.xml
@@ -1,11 +1,20 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<!-- Copyright 2017 Your Name <you@email.com> -->
-<component type="desktop">
+<component type="desktop-application">
   <id>com.github.voldyman.markmywords.desktop</id>
-  <metadata_license>MIT</metadata_license>
+  <launchable type="desktop-id">mark-my-words.desktop</launchable>
+  <metadata_license>CC0-1.0</metadata_license>
+  <project_license>MIT</project_license>
   <name>Mark My Words</name>
   <summary>A clean markdown editor</summary>
   <description>
     <p>Create and edit files in markdown format with live preview.</p>
   </description>
+  <screenshots>
+    <screenshot type="default">
+      <image>https://github.com/voldyman/MarkMyWords/raw/master/screenshots/screenshot-2015-1-29.png</image>
+    </screenshot>
+  </screenshots>
+  <developer_name>Akshay Shekher</developer_name>
+  <url type="homepage">https://github.com/voldyman/MarkMyWords</url>
+  <url type="bugtracker">https://github.com/voldyman/MarkMyWords/issues</url>
 </component>