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
|
From: =?utf-8?q?Sabri_=C3=9Cnal?= <yakushabb@gmail.com>
Date: Thu, 13 Jun 2024 14:15:14 +0300
Subject: appdata: Fix appdata papercuts
- Add a vcs-browser URL to show the source code repository.
- Update the old donation URL.
- Add missing launchable tag required by flathub.
- Add a developer block with the org.gnome ID.
More information: [Flathub Metainfo Guidelines](https://docs.flathub.org/docs/for-app-authors/metainfo-guidelines/#description)
(cherry picked from commit 7af49330f585a148a5fb152b63c4d8224fc946f4)
Origin: upstream, after 44.1
---
data/org.gnome.Cheese.appdata.xml.in | 7 ++++++-
1 file changed, 6 insertions(+), 1 deletion(-)
diff --git a/data/org.gnome.Cheese.appdata.xml.in b/data/org.gnome.Cheese.appdata.xml.in
index ce1e31c..f895452 100644
--- a/data/org.gnome.Cheese.appdata.xml.in
+++ b/data/org.gnome.Cheese.appdata.xml.in
@@ -27,7 +27,8 @@
</description>
<url type="homepage">https://wiki.gnome.org/Apps/Cheese</url>
<url type="bugtracker">https://gitlab.gnome.org/GNOME/cheese/-/issues</url>
- <url type="donation">http://www.gnome.org/friends/</url>
+ <url type="vcs-browser">https://gitlab.gnome.org/GNOME/cheese</url>
+ <url type="donation">https://www.gnome.org/donate/</url>
<url type="help">https://help.gnome.org/users/cheese/stable</url>
<screenshots>
<screenshot type="default">
@@ -37,6 +38,10 @@
<update_contact>davidk@gnome.org</update_contact>
<project_group>GNOME</project_group>
<translation type="gettext">cheese</translation>
+ <launchable type="desktop-id">org.gnome.Cheese.desktop</launchable>
+ <developer id="org.gnome">
+ <name>The GNOME Project</name>
+ </developer>
<content_rating type="oars-1.1"/>
<releases>
<release version="44.1" date="2023-07-15">
|