diff options
| author | Marc Jeanmougin <marc@jeanmougin.fr> | 2019-09-10 16:33:00 +0000 |
|---|---|---|
| committer | Marc Jeanmougin <marc@jeanmougin.fr> | 2019-09-10 16:33:00 +0000 |
| commit | 705b93eb07fa83b89fa609766da4dd256f803f42 (patch) | |
| tree | 28fa7af7796f30e39ce35fe8ceec688d791e901d | |
| parent | improve text selection (diff) | |
| parent | appdata: Add provides for the old ID (diff) | |
| download | inkscape-705b93eb07fa83b89fa609766da4dd256f803f42.tar.gz inkscape-705b93eb07fa83b89fa609766da4dd256f803f42.zip | |
Merge branch 'appdata-old-id-provides' of gitlab.com:klember/inkscape
| -rw-r--r-- | org.inkscape.Inkscape.appdata.xml.in | 3 |
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> |
