diff options
author | Andreas Nilsson <anilsson@redhat.com> | 2019-04-07 11:01:17 +0200 |
---|---|---|
committer | Marcus Lundblad <ml@update.uu.se> | 2019-04-08 22:14:44 +0200 |
commit | a723d28a5b6c9bf7088404e70f9f4dee4f40a0df (patch) | |
tree | cb840b75c81b8bed10539d2ca1507c504f05295a | |
parent | e8a7c437e64edac528dcd1d0d05ec8c010f4a7ff (diff) | |
download | gnome-maps-a723d28a5b6c9bf7088404e70f9f4dee4f40a0df.tar.gz |
Port to unified app-id
Fixes https://gitlab.gnome.org/GNOME/gnome-maps/issues/173
-rw-r--r-- | data/org.gnome.Maps.appdata.xml.in | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/data/org.gnome.Maps.appdata.xml.in b/data/org.gnome.Maps.appdata.xml.in index 9177bb99..696f7222 100644 --- a/data/org.gnome.Maps.appdata.xml.in +++ b/data/org.gnome.Maps.appdata.xml.in @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="UTF-8"?> -<component type="desktop"> - <id>org.gnome.Maps.desktop</id> +<component type="desktop-application"> + <id>org.gnome.Maps</id> <metadata_license>CC0-1.0</metadata_license> <project_license>GPL-2.0-or-later</project_license> <name>GNOME Maps</name> @@ -24,6 +24,9 @@ Main Street, Boston” or “Hotels near Alexanderplatz, Berlin”. </p> </description> + + <launchable type="desktop-id">org.gnome.Maps.desktop</launchable> + <screenshots> <screenshot type="default"> <image>https://gitlab.gnome.org/GNOME/gnome-maps/raw/master/data/screenshots/maps-main.png</image> |