From 89cfdc3aae32865603ba65ce060d5fafaaa349c8 Mon Sep 17 00:00:00 2001 From: Kalev Lember Date: Tue, 10 Sep 2019 10:41:22 +0200 Subject: [PATCH] appdata: Add provides for the old ID The AppStream ID changed from inkscape.desktop to org.inkscape.Inkscape. This commit adds provides for the old ID so that software centers can figure out that it's the same app. --- org.inkscape.Inkscape.appdata.xml.in | 3 +++ 1 file changed, 3 insertions(+) diff --git a/org.inkscape.Inkscape.appdata.xml.in b/org.inkscape.Inkscape.appdata.xml.in index 6c53002494..6e1860f7af 100644 --- a/org.inkscape.Inkscape.appdata.xml.in +++ b/org.inkscape.Inkscape.appdata.xml.in @@ -94,5 +94,8 @@ + + inkscape.desktop + -- GitLab