[gnome-2048/appdata-update] Appdata: update per the latest specs
- From: Bilal Elmoussaoui <bilelmoussaoui src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-2048/appdata-update] Appdata: update per the latest specs
- Date: Thu, 31 Jan 2019 11:35:07 +0000 (UTC)
commit c1b174b9045cf1a6ae511de7937fe1d0d03fb338
Author: Bilal Elmoussaoui <bil elmoussaoui gmail com>
Date: Thu Jan 31 11:34:54 2019 +0000
Appdata: update per the latest specs
Specs: https://freedesktop.org/software/appstream/docs/chap-Quickstart.html
We should keep the old ID in provides in order to keep the history of the reviews on Software centers out
there.
data/org.gnome.TwentyFortyEight.appdata.xml.in | 10 +++++++---
1 file changed, 7 insertions(+), 3 deletions(-)
---
diff --git a/data/org.gnome.TwentyFortyEight.appdata.xml.in b/data/org.gnome.TwentyFortyEight.appdata.xml.in
index 905709b..2db84e8 100644
--- a/data/org.gnome.TwentyFortyEight.appdata.xml.in
+++ b/data/org.gnome.TwentyFortyEight.appdata.xml.in
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Copyright 2015 Juan R. GarcĂa Blanco <juanrgar gmail com>
Copyright 2016 Arnaud Bonatti <arnaud bonatti gmail com> -->
-<component type="desktop">
- <id>org.gnome.TwentyFortyEight.desktop</id>
+<component type="desktop-application">
+ <id>org.gnome.TwentyFortyEight</id>
<metadata_license>CC-BY-SA-3.0</metadata_license>
<project_license>GPL-3.0+</project_license>
<name>GNOME 2048</name>
@@ -36,9 +36,14 @@
<caption>A running game having reached the 2048 tile</caption>
</screenshot>
</screenshots>
+ <provides>
+ <id>org.gnome.gnome-2048.desktop</id>
+ </provides>
+ <launchable type="desktop-id">org.gnome.TwentyFortyEight</launchable>
<url type="homepage">https://wiki.gnome.org/Apps/2048</url>
<url type="bugtracker">https://gitlab.gnome.org/GNOME/gnome-2048/issues</url>
<url type="donation">http://www.gnome.org/friends/</url>
+ <url type="translate">https://wiki.gnome.org/TranslationProject</url>
<update_contact>arnaud.bonatti_at_gmail.com</update_contact>
<project_group>GNOME</project_group>
<!-- this is a translatable version of project_group-->
@@ -50,7 +55,6 @@
<kudo>ModernToolkit</kudo>
</kudos>
<translation type="gettext">gnome-2048</translation>
- <url type="translate">https://wiki.gnome.org/TranslationProject</url>
<content_rating type="oars-1.0">
<content_attribute id="violence-cartoon">none</content_attribute>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]