summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarc Jeanmougin <marc@jeanmougin.fr>2018-03-28 15:21:56 +0000
committerMarc Jeanmougin <marc@jeanmougin.fr>2018-03-28 15:21:56 +0000
commit63bc94d8501e97d112a73a6cd1f136dbc34f9d6a (patch)
tree9f209bb7c94ccc632e8625ad1dddde3973f64e38
parenta few more fixes to build warnings related to libnrtype (diff)
parentCorrect errors in AppStream file so it passes `appstreamcli validate` (diff)
downloadinkscape-63bc94d8501e97d112a73a6cd1f136dbc34f9d6a.tar.gz
inkscape-63bc94d8501e97d112a73a6cd1f136dbc34f9d6a.zip
Merge branch 'appstream-fixes' of gitlab.com:Pointedstick/inkscape
-rw-r--r--inkscape.appdata.xml.in16
1 files changed, 8 insertions, 8 deletions
diff --git a/inkscape.appdata.xml.in b/inkscape.appdata.xml.in
index 5a6db504f..23af8ef09 100644
--- a/inkscape.appdata.xml.in
+++ b/inkscape.appdata.xml.in
@@ -1,26 +1,27 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Copyright 2016 Richard Hughes <richard@hughsie.com> -->
<component type="desktop">
- <id>inkscape.desktop</id>
+ <id>org.inkscape.Inkscape</id>
+ <launchable type="desktop-id">inkscape.desktop</launchable>
<metadata_license>CC0-1.0</metadata_license>
<project_license>GPL-2.0+</project_license>
<translation type="gettext">inkscape</translation>
- <_name>Inkscape</_name>
- <_summary>Vector Graphics Editor</_summary>
+ <name>Inkscape</name>
+ <summary>Vector Graphics Editor</summary>
<description>
- <_p>
+ <p>
An Open Source vector graphics editor, with capabilities similar to
Illustrator, CorelDraw, or Xara X, using the W3C standard Scalable Vector
Graphics (SVG) file format.
- </_p>
- <_p>
+ </p>
+ <p>
Inkscape supports many advanced SVG features (markers, clones, alpha blending,
etc.) and great care is taken in designing a streamlined interface.
It is very easy to edit nodes, perform complex path operations, trace
bitmaps and much more.
We also aim to maintain a thriving user and developer community by using
open, community-oriented development.
- </_p>
+ </p>
</description>
<url type="homepage">http://inkscape.org/</url>
<url type="bugtracker">https://inkscape.org/en/contribute/report-bugs/</url>
@@ -32,5 +33,4 @@
<_caption>Main application window</_caption>
</screenshot>
</screenshots>
- <update_contact><!-- upstream-contact_at_email.com --></update_contact>
</component>