Skip to content

Commit

Permalink
Merge pull request #163 from eunos-1128/fix/desktop-app-files
Browse files Browse the repository at this point in the history
Update desktop fills considering flatpak package
  • Loading branch information
pemsley authored Oct 10, 2024
2 parents 548aaf6 + f46c10d commit 4bd4980
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 8 deletions.
27 changes: 20 additions & 7 deletions coot.appdata.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Copyright 2014 Paul Emsley <pemsley at mrc dash lmb dot cam dot ac dot uk> -->
<!-- Copyright 2014-2024 Paul Emsley <pemsley@mrc-lmb.cam.ac.uk> -->
<component type="desktop">
<id>org.emsley.coot</id>
<id>io.github.pemsley.coot</id>
<launchable type="desktop-id">io.github.pemsley.coot.desktop</launchable>
<metadata_license>GFDL-1.3</metadata_license>
<project_license>GPL-2.0+ and GPL-3.0+ and LGPL-3.0+</project_license>
<name>Coot</name>
Expand All @@ -16,21 +17,33 @@
refinement.
</p>
<p>
Coot is used by scientists using X-ray crystallography for
Coot is used by scientists using X-ray crystallography or cryo-EM for
analysis of proteins, electron density maps, protein interactions
and drug design.
</p>
</description>
<screenshots>
<screenshot type="default">
<image type="source">http://www2.mrc-lmb.cam.ac.uk/personal/pemsley/coot/web/screenshots/other/coot-viagra-1.png</image>
<image type="source">https://www2.mrc-lmb.cam.ac.uk/personal/pemsley/coot/web/screenshots/other/coot-viagra-1.png</image>
<caption>Coot is typically used to view protein models and electron density</caption>
</screenshot>
<screenshot>
<image type="source">http://www2.mrc-lmb.cam.ac.uk/personal/pemsley/coot/web/screenshots/other/coot-ligand-builder.png</image>
<image type="source">https://www2.mrc-lmb.cam.ac.uk/personal/pemsley/coot/web/screenshots/other/coot-ligand-builder.png</image>
<caption>Coot can be used to convert from 2D ligands to 3D and from 3D to 2D</caption>
</screenshot>
<screenshot>
<image type="source">https://www2.mrc-lmb.cam.ac.uk/personal/pemsley/coot/web/screenshots/apoferritin/sapphires-and-emeralds.png</image>
</screenshot>
</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>
<url type="homepage">https://www2.mrc-lmb.cam.ac.uk/personal/pemsley/coot/</url>
<url type="help">https://www2.mrc-lmb.cam.ac.uk/personal/pemsley/coot/web/docs</url>
<url type="bugtracker">https://github.com/pemsley/coot/issues</url>
<developer>
<developer-name>Paul Emsley</developer-name>
<url type="contact">mailto:[email protected]</url>
</developer>
<content_rating type="oars-1.1" />
<releases>
<release version="1.1.10" date="2024-07-21"></release>
</releases>
</component>
3 changes: 2 additions & 1 deletion coot.desktop
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
[Desktop Entry]
Type=Application
Name=Coot
GenericName=Crystallographic Object-Oriented Toolkit
Comment=Macromolecular model builder
Exec=coot %f
Icon=coot
Terminal=true
Categories=Science;Chemistry;
Categories=Science;Chemistry;Biology;GTK;
MimeType=chemical/x-pdb;chemical/x-mmcif;chemical/x-mdl-molfile;

0 comments on commit 4bd4980

Please sign in to comment.