[Scummvm-git-logs] scummvm master -> cfe040a6aac6d62244102c53e70b35263e90acd5

lotharsm noreply at scummvm.org
Sat May 28 08:39:00 UTC 2022


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
cfe040a6aa DISTS: Fix AppData id


Commit: cfe040a6aac6d62244102c53e70b35263e90acd5
    https://github.com/scummvm/scummvm/commit/cfe040a6aac6d62244102c53e70b35263e90acd5
Author: AsciiWolf (mail at asciiwolf.com)
Date: 2022-05-28T10:38:57+02:00

Commit Message:
DISTS: Fix AppData id

Commit 1f4e197 changed the AppData id to a rDNS one, however the actual appdata/desktop file names stayed non-rDNS. This broke the metadata since AppStream parsers cannot match the correct desktop file anymore. This commit reverts the change

Changed paths:
    dists/scummvm.appdata.xml


diff --git a/dists/scummvm.appdata.xml b/dists/scummvm.appdata.xml
index 3e039d0dcf2..1e5392cae18 100644
--- a/dists/scummvm.appdata.xml
+++ b/dists/scummvm.appdata.xml
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!-- Copyright 2020-2022 The ScummVM Team -->
 <component type="desktop">
-  <id>org.scummvm.ScummVM.desktop</id>
+  <id>scummvm.desktop</id>
   <metadata_license>CC0-1.0</metadata_license>
   <project_license>GPL-2.0+</project_license>
   <name>ScummVM</name>




More information about the Scummvm-git-logs mailing list