37 lines
1.3 KiB
Diff
37 lines
1.3 KiB
Diff
From 890ace622bf9819930a3f4c54a11b319670e9ad1 Mon Sep 17 00:00:00 2001
|
|
From: =?UTF-8?q?Ball=C3=B3=20Gy=C3=B6rgy?= <ballogyor@gmail.com>
|
|
Date: Tue, 20 Aug 2024 16:11:22 +0200
|
|
Subject: [PATCH] Fix AppStream data
|
|
|
|
---
|
|
abiword.appdata.xml | 7 ++++---
|
|
1 file changed, 4 insertions(+), 3 deletions(-)
|
|
|
|
diff --git a/abiword.appdata.xml b/abiword.appdata.xml
|
|
index 21440727a..1d8641988 100644
|
|
--- a/abiword.appdata.xml
|
|
+++ b/abiword.appdata.xml
|
|
@@ -2,7 +2,6 @@
|
|
<!-- Copyright 2019 Hubert Figuière -->
|
|
<component type="desktop-application">
|
|
<id>com.abisource.AbiWord</id>
|
|
- <translation type="gettext">abiword</translation>
|
|
<name>AbiWord</name>
|
|
<summary>A word processor</summary>
|
|
<metadata_license>CC0-1.0</metadata_license>
|
|
@@ -19,9 +18,10 @@
|
|
</p>
|
|
<!-- FIXME: Probably needs another paragraph -->
|
|
</description>
|
|
- <launchable type="desktop-id">com.abisource.AbiWord.desktop</launchable>
|
|
+ <launchable type="desktop-id">abiword.desktop</launchable>
|
|
<developer_name>AbiWord contributors</developer_name>
|
|
<url type="homepage">https://www.abisource.com/</url>
|
|
+ <url type="bugtracker">https://gitlab.gnome.org/World/AbiWord/-/issues</url>
|
|
<url type="vcs-browser">https://gitlab.gnome.org/World/AbiWord/</url>
|
|
<screenshots>
|
|
<screenshot type="default">
|
|
--
|
|
2.46.0
|
|
|