diff options
| author | vanntile <valentin.ionita1201@gmail.com> | 2019-01-24 06:24:03 +0000 |
|---|---|---|
| committer | vanntile <valentin.ionita1201@gmail.com> | 2019-01-24 06:24:03 +0000 |
| commit | deeb288fc38e09fba325741afb2c66f693438f9b (patch) | |
| tree | 8bfd904d16ae1b598afaf82ee9bd9ffe83afbe9f /org.inkscape.Inkscape.appdata.xml.in | |
| parent | Only connect color profile event when building against LCMS. (diff) | |
| download | inkscape-deeb288fc38e09fba325741afb2c66f693438f9b.tar.gz inkscape-deeb288fc38e09fba325741afb2c66f693438f9b.zip | |
Rename Linux metadata Issue fix
Diffstat (limited to 'org.inkscape.Inkscape.appdata.xml.in')
| -rw-r--r-- | org.inkscape.Inkscape.appdata.xml.in | 67 |
1 files changed, 67 insertions, 0 deletions
diff --git a/org.inkscape.Inkscape.appdata.xml.in b/org.inkscape.Inkscape.appdata.xml.in new file mode 100644 index 000000000..b17939084 --- /dev/null +++ b/org.inkscape.Inkscape.appdata.xml.in @@ -0,0 +1,67 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!-- Copyright 2016 Richard Hughes <richard@hughsie.com> --> +<!-- SPDX-License-Identifier: GPL-2.0-or-later --> +<component type="desktop"> + <id>org.inkscape.Inkscape</id> + <launchable type="desktop-id">org.inkscape.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> + <description> + <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> + 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> + </description> + <url type="homepage">https://inkscape.org</url> + <url type="bugtracker">https://inkscape.org/contribute/report-bugs</url> + <url type="donation">https://inkscape.org/support-us/donate</url> + <url type="help">https://inkscape.org/learn</url> + <screenshots> + <screenshot type="default"> + <image>https://media.inkscape.org/media/resources/file/Screenshot_Freedom_Machine_Inkscape_master_FB3NeUU.png</image> + <_caption>Main application window</_caption> + </screenshot> + </screenshots> + <releases> + <release version="0.92.3" date="2018-03-23"> + <description> + <ul> + <li>New command-line options to control page size when exporting to SVG</li> + <li>Support for left-to-right languages in the text tool</li> + <li>Improvements to the circle/ellipse/arc tool</li> + <li>Support for multi-line text when exporting to PDF+LaTeX</li> + <li>Many bugfixes</li> + <li>And many more! See the full list at http://wiki.inkscape.org/wiki/index.php/Release_notes/0.92.3</li> + </ul> + </description> + </release> + <release version="0.92.2" date="2017-08-07"> + <description> + <ul> + <li>Better importing and exporting of EMF/WMF files, PDF/PDF+Latex documents, Visio Stencil files, and XML files</li> + <li>Greater stability when printing on Windows</li> + <li>Improved fill and stroke HSL color selection</li> + <li>Greater stability when reverting and saving files</li> + <li>An additional handle at the center of rectangles, circles/ellipses, and stars, to allow quick and accurate alignment of these shapes with other objects</li> + <li>A command line option for updating the file's DPI value that allows for easier processing of large file collections</li> + <li>Improvements to user-defined shortcuts, including the acceptance of previously restricted special characters</li> + <li>Migration to Gitlab to make contribution easier. See https://inkscape.org/en/news/2017/06/10/inkscape-moves-gitlab/</li> + <li>And many more! See the full list at http://wiki.inkscape.org/wiki/index.php/Release_notes/0.92.2</li> + </ul> + </description> + </release> + </releases> + <content_rating type="oars-1.1" /> +</component> |
