|
1 | 1 | <?xml version="1.0" encoding="UTF-8"?> |
2 | 2 | <!-- Copyright 2013-2014 Kai Willadsen <kai.willadsen@gmail.com> --> |
3 | | -<application> |
4 | | - <id type="desktop">meld.desktop</id> |
5 | | - <metadata_license>CC0-1.0</metadata_license> |
6 | | - <project_license>GPL-2.0+ and CC-BY-SA-3.0</project_license> |
7 | | - <description> |
8 | | - <_p> |
9 | | - Meld is a visual diff and merge tool targeted at developers. Meld helps you |
10 | | - compare files, directories, and version controlled projects. It provides |
11 | | - two- and three-way comparison of both files and directories, and supports |
12 | | - many version control systems including Git, Mercurial, Bazaar and Subversion. |
13 | | - </_p> |
14 | | - <_p> |
15 | | - Meld helps you review code changes, understand patches, and makes enormous |
16 | | - merge conflicts slightly less painful. |
17 | | - </_p> |
18 | | - </description> |
19 | | - <kudos> |
20 | | - <kudo>AppMenu</kudo> |
21 | | - <kudo>HiDpiIcon</kudo> |
22 | | - <kudo>HighContrast</kudo> |
23 | | - <kudo>ModernToolkit</kudo> |
24 | | - <kudo>UserDocs</kudo> |
25 | | - </kudos> |
26 | | - <screenshots> |
27 | | - <screenshot type="default" width="992" height="759">http://meldmerge.org/images/meld-filediff-full.png</screenshot> |
28 | | - <screenshot width="655" height="532">http://meldmerge.org/images/meld-dircomp-full.png</screenshot> |
29 | | - <screenshot width="655" height="532">http://meldmerge.org/images/meld-vc-full.png</screenshot> |
30 | | - </screenshots> |
31 | | - <url type="homepage">http://meldmerge.org</url> |
32 | | - <updatecontact>meld-list@gnome.org</updatecontact> |
33 | | -</application> |
| 3 | +<component type="desktop"> |
| 4 | + <id>meld.desktop</id> |
| 5 | + <metadata_license>CC0-1.0</metadata_license> |
| 6 | + <project_license>GPL-2.0+ and CC-BY-SA-3.0</project_license> |
| 7 | + <_name>Meld</_name> |
| 8 | + <_summary>Compare and merge your files</_summary> |
| 9 | + <description> |
| 10 | + <_p> |
| 11 | + Meld is a visual diff and merge tool targeted at developers. |
| 12 | + Meld helps you compare files, directories, and version controlled projects. |
| 13 | + It provides two- and three-way comparison of both files and directories, |
| 14 | + and supports many version control systems including Git, Mercurial, |
| 15 | + Bazaar and Subversion. |
| 16 | + </_p> |
| 17 | + <_p> |
| 18 | + Meld helps you review code changes, understand patches, and makes enormous |
| 19 | + merge conflicts slightly less painful. |
| 20 | + </_p> |
| 21 | + </description> |
| 22 | + <kudos> |
| 23 | + <kudo>AppMenu</kudo> |
| 24 | + <kudo>HiDpiIcon</kudo> |
| 25 | + <kudo>HighContrast</kudo> |
| 26 | + <kudo>ModernToolkit</kudo> |
| 27 | + <kudo>UserDocs</kudo> |
| 28 | + </kudos> |
| 29 | + <screenshots> |
| 30 | + <screenshot type="default" width="992" height="759"> |
| 31 | + <image>http://meldmerge.org/images/meld-filediff-full.png</image> |
| 32 | + </screenshot> |
| 33 | + <screenshot width="655" height="532"> |
| 34 | + <image>http://meldmerge.org/images/meld-dircomp-full.png</image> |
| 35 | + </screenshot> |
| 36 | + <screenshot width="655" height="532"> |
| 37 | + <image>http://meldmerge.org/images/meld-vc-full.png</image> |
| 38 | + </screenshot> |
| 39 | + </screenshots> |
| 40 | + <url type="homepage">http://meldmerge.org</url> |
| 41 | + <url type="bugtracker">https://bugzilla.gnome.org/enter_bug.cgi?product=meld</url> |
| 42 | + <url type="donation">http://www.gnome.org/friends/</url> |
| 43 | + <update_contact>meld-list@gnome.org</update_contact> |
| 44 | + <project_group>GNOME</project_group> |
| 45 | +</component> |
0 commit comments