[totem/wip/hadess/more-appdata] data: Fix appdata application ID
- From: Bastien Nocera <hadess src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [totem/wip/hadess/more-appdata] data: Fix appdata application ID
- Date: Wed, 2 Feb 2022 12:21:49 +0000 (UTC)
commit 2d108d55464a5aef0855c0875dc093eb00954a07
Author: Bastien Nocera <hadess hadess net>
Date: Wed Feb 2 13:19:58 2022 +0100
data: Fix appdata application ID
We were using the wrong configuration to substitute the application ID.
But appstream-glib validate should have caught this, but didn't:
https://github.com/hughsie/appstream-glib/issues/426
data/appdata/org.gnome.Totem.appdata.xml.in.in | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/data/appdata/org.gnome.Totem.appdata.xml.in.in b/data/appdata/org.gnome.Totem.appdata.xml.in.in
index b766ad10a..e37d20677 100644
--- a/data/appdata/org.gnome.Totem.appdata.xml.in.in
+++ b/data/appdata/org.gnome.Totem.appdata.xml.in.in
@@ -2,7 +2,7 @@
<!-- Copyright 2013 Richard Hughes <richard hughsie com>
Copyright 2013 William Jon McCann <william jon mccann gmail com> -->
<component type="desktop-application">
- <id>@application_id@.desktop</id>
+ <id>@APPLICATION_ID@.desktop</id>
<name>Videos</name>
<summary>Play movies</summary>
<metadata_license>CC0-1.0</metadata_license>
@@ -33,7 +33,7 @@
<developer_name>The GNOME developers</developer_name>
<project_group>GNOME</project_group>
<translation type="gettext">totem</translation>
- <launchable type="desktop-id">@application_id@.desktop</launchable>
+ <launchable type="desktop-id">@APPLICATION_ID@.desktop</launchable>
<releases>
<release version="3.38.0" date="2020-09-10">
<description>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]