summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKalev Lember <klember@redhat.com>2019-09-10 08:41:22 +0000
committerKalev Lember <kalevlember@gmail.com>2019-09-10 09:57:30 +0000
commit89cfdc3aae32865603ba65ce060d5fafaaa349c8 (patch)
tree0764e6de2ff282c9086467a424af16291c8d4082
parentFix link pointing to old version of toolset cache (diff)
downloadinkscape-89cfdc3aae32865603ba65ce060d5fafaaa349c8.tar.gz
inkscape-89cfdc3aae32865603ba65ce060d5fafaaa349c8.zip
appdata: Add provides for the old ID
The AppStream ID changed from <id>inkscape.desktop</id> to <id>org.inkscape.Inkscape</id>. This commit adds provides for the old ID so that software centers can figure out that it's the same app.
-rw-r--r--org.inkscape.Inkscape.appdata.xml.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/org.inkscape.Inkscape.appdata.xml.in b/org.inkscape.Inkscape.appdata.xml.in
index 6c5300249..6e1860f7a 100644
--- a/org.inkscape.Inkscape.appdata.xml.in
+++ b/org.inkscape.Inkscape.appdata.xml.in
@@ -94,5 +94,8 @@
</description>
</release>
</releases>
+ <provides>
+ <id>inkscape.desktop</id>
+ </provides>
<content_rating type="oars-1.1" />
</component>