This repository has been archived on 2026-01-16. You can view files and clone it, but you cannot make any changes to its state, such as pushing and creating new issues, pull requests or comments.
coot/coot-appdata.patch
Tim Fenn 53c12983b5 fix to appdata.xml
- add all icon pixmaps, edit desktop file to match
2015-06-29 23:49:58 -04:00

24 lines
1,009 B
Diff

--- coot.appdata.xml_orig 2015-06-28 23:45:07.527132520 -0400
+++ coot.appdata.xml 2015-06-29 23:44:38.374147150 -0400
@@ -1,10 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Copyright 2014 Paul Emsley <pemsley at mrc dash lmb dot cam dot ac dot uk> -->
-<application>
- <id type="desktop">Coot.desktop</id>
+<component type="desktop">
+ <id>coot.desktop</id>
<metadata_license>GFDL-1.3</metadata_license>
- <project_license>GPL-2.0+ and GPL-3.0+ and LGPL-3.0+</project_license>
- <summary>Macromolecular model builder</summary>
+ <project_license>GPLv3+ and LGPLv2+</project_license>
+ <name>Coot</name>
+ <summary>Protein model building and validation for X-ray crystallographic data</summary>
<description>
<p>
Coot is a powerful macromolecular model-building tool for
@@ -26,4 +27,4 @@
</screenshots>
<url type="homepage">http://www2.mrc-lmb.cam.ac.uk/Personal/pemsley/coot/</url>
<updatecontact>pemsley _at_ mrc dash lmb.cam.ac.uk</updatecontact>
-</application>
+</component>