-
-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
34 additions
and
5 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 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 |
---|---|---|
@@ -1,13 +1,42 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<component type="desktop"> | ||
<id>io.liri.Calculator.desktop</id> | ||
<name>Liri Calculator</name> | ||
<summary>Perform arithmetic or scientific calculations</summary> | ||
<developer_name>Liri</developer_name> | ||
<metadata_license>CC0-1.0</metadata_license> | ||
<project_license>GPL-3.0+</project_license> | ||
<name>Liri Calculator</name> | ||
<description> | ||
<p>Liri Calculator is a Material Design cross-platform calculator.</p> | ||
<p> | ||
Liri Calculator is a Material Design application that solves mathematical equations. | ||
At first it appears to be a simple calculator with only basic arithmetic operations. | ||
However it features a flexible expression parser with support for symbolic | ||
computation, a large set of built-in functions and constants and works with different | ||
data types like numbers, big numbers, complext numbers, fractions, units and matrices. | ||
</p> | ||
</description> | ||
<launchable type="desktop-id">io.liri.Calculator.desktop</launchable> | ||
<provides> | ||
<binary>liri-calculator</binary> | ||
</provides> | ||
<screenshots> | ||
<screenshot type="default"> | ||
<image>https://liri.io/images/apps/calculator/calculator1.png</image> | ||
</screenshot> | ||
<screenshot> | ||
<image>https://liri.io/images/apps/calculator/calculator2.png</image> | ||
</screenshot> | ||
</screenshots> | ||
<kudos> | ||
<kudo>HiDpiIcon</kudo> | ||
<kudo>ModernToolkit</kudo> | ||
</kudos> | ||
<releases> | ||
<release date="2018-10-15" version="1.1.1"/> | ||
<release date="2018-05-13" version="1.1.0"/> | ||
<release date="2017-05-11" version="1.0.0"/> | ||
</releases> | ||
<url type="homepage">https://liri.io</url> | ||
<developer_name>Liri</developer_name> | ||
<url type="bugtracker">https://github.com/lirios/calculator/issues</url> | ||
<url type="bugtracker">https://github.com/lirios/calculator/issues/new</url> | ||
<update_contact>info_at_liri.io</update_contact> | ||
</component> |