-
-
Notifications
You must be signed in to change notification settings - Fork 72
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #517 from matterhorn103/xdg-spec
Use name according to the XDG standard, harmonize metadata with flatpak
- Loading branch information
Showing
5 changed files
with
86 additions
and
63 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
4 changes: 2 additions & 2 deletions
4
avogadro/icons/avogadro2.desktop → ...icons/org.openchemistry.Avogadro2.desktop
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,80 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<component type="desktop"> | ||
<id>org.openchemistry.Avogadro2</id> | ||
<launchable type="desktop-id">org.openchemistry.Avogadro2.desktop</launchable> | ||
<name>Avogadro</name> | ||
<summary>Free and open source molecular editor</summary> | ||
<metadata_license>CC0-1.0</metadata_license> | ||
<project_license>BSD-3-Clause</project_license> | ||
<categories> | ||
<category>Education</category> | ||
<category>Chemistry</category> | ||
</categories> | ||
<description> | ||
<p> | ||
Avogadro is an advanced molecular editor designed for cross-platform use in computational chemistry, | ||
molecular modeling, bioinformatics, materials science, and related areas. It offers flexible | ||
rendering and a powerful plugin architecture. The code in this repository is a rewrite of Avogadro | ||
with source code split across a libraries repository and an application repository. Core features | ||
and goals of the Avogadro project: | ||
</p> | ||
<ul> | ||
<li>Open source distributed under the liberal 3-clause BSD license</li> | ||
<li>Cross platform with nightly builds on Linux, Mac OS X and Windows</li> | ||
<li>Intuitive interface designed to be useful to whole community</li> | ||
<li>Fast and efficient embracing the latest technologies</li> | ||
<li>Extensible, making extensive use of a plugin architecture</li> | ||
<li>Flexible supporting a range of chemical data formats and packages</li> | ||
</ul> | ||
</description> | ||
<url type="homepage">https://two.avogadro.cc/</url> | ||
<url type="help">https://two.avogadro.cc/docs</url> | ||
<url type="faq">https://discuss.avogadro.cc/</url> | ||
<url type="bugtracker">https://github.com/OpenChemistry/avogadrolibs/issues</url> | ||
<url type="translate">https://hosted.weblate.org/engage/avogadro/</url> | ||
<url type="donation">https://opencollective.com/open-chemistry</url> | ||
<developer_name>Open Chemistry team</developer_name> | ||
<screenshots> | ||
<screenshot type="default"> | ||
<image>https://two.avogadro.cc/_images/home_screenshot_1.png</image> | ||
</screenshot> | ||
<screenshot> | ||
<image>https://two.avogadro.cc/_images/home_splash_1.png</image> | ||
</screenshot> | ||
<screenshot> | ||
<image>https://two.avogadro.cc/_images/bondcentric.png</image> | ||
</screenshot> | ||
<screenshot> | ||
<image>https://two.avogadro.cc/_images/ferrocene.png</image> | ||
</screenshot> | ||
<screenshot> | ||
<image>https://two.avogadro.cc/_images/covid-spike.png</image> | ||
</screenshot> | ||
<screenshot> | ||
<image>https://two.avogadro.cc/_images/benzene-mo.png</image> | ||
</screenshot> | ||
<screenshot> | ||
<image>https://two.avogadro.cc/_images/zeolite.png</image> | ||
</screenshot> | ||
<screenshot> | ||
<image>https://two.avogadro.cc/_images/AuNP.png</image> | ||
</screenshot> | ||
<screenshot> | ||
<image>https://two.avogadro.cc/_images/C180.png</image> | ||
</screenshot> | ||
<screenshot> | ||
<image>https://two.avogadro.cc/_images/phenol-qtaim.png</image> | ||
</screenshot> | ||
</screenshots> | ||
<content_rating type="oars-1.1"/> | ||
<releases> | ||
<release version="1.99.0" date="2024-02-10"/> | ||
<release version="1.98.1" date="2023-11-02"/> | ||
<release version="1.98.0" date="2023-10-27"/> | ||
<release version="1.97.0" date="2022-07-21"/> | ||
<release version="1.96.0" date="2022-06-02"/> | ||
<release version="1.95.1" date="2021-08-27"/> | ||
<release version="1.95.0" date="2021-08-20"/> | ||
<release version="1.94.0" date="2021-06-03"/> | ||
</releases> | ||
</component> |
Submodule shared-modules
updated
71 files