diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-27 16:51:28 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-27 16:51:28 +0000 |
commit | 940b4d1848e8c70ab7642901a68594e8016caffc (patch) | |
tree | eb72f344ee6c3d9b80a7ecc079ea79e9fba8676d /sysui/desktop/appstream-appdata/libreoffice-calc.appdata.xml | |
parent | Initial commit. (diff) | |
download | libreoffice-upstream.tar.xz libreoffice-upstream.zip |
Adding upstream version 1:7.0.4.upstream/1%7.0.4upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-rw-r--r-- | sysui/desktop/appstream-appdata/libreoffice-calc.appdata.xml | 47 |
1 files changed, 47 insertions, 0 deletions
diff --git a/sysui/desktop/appstream-appdata/libreoffice-calc.appdata.xml b/sysui/desktop/appstream-appdata/libreoffice-calc.appdata.xml new file mode 100644 index 000000000..8cf2755ab --- /dev/null +++ b/sysui/desktop/appstream-appdata/libreoffice-calc.appdata.xml @@ -0,0 +1,47 @@ +<?xml version="1.0" encoding="UTF-8"?> +<component type="desktop"> + <id>libreoffice-calc.desktop</id> + <metadata_license>CC0-1.0</metadata_license> + <project_license>MPL-2.0</project_license> + <name>LibreOffice Calc</name> + <summary>Spreadsheet program of the LibreOffice productivity suite</summary> + <description> + <p> +Calc is a powerful and extensible spreadsheet program, part of the LibreOffice +productivity suite. +Newcomers find it intuitive and easy to learn. +Professional data miners and number crunchers will appreciate the comprehensive +range of advanced functions. +</p> + <p> +LibreOffice supports opening and saving into a wide variety of formats, so you +can easily share spreadsheets with users of other popular office suites without +worrying about compatibility. +</p> + </description> + <url type="homepage">http://www.libreoffice.org/discover/calc/</url> + <url type="bugtracker">https://bugs.documentfoundation.org/</url> + <url type="donation">https://donate.libreoffice.org/</url> + <url type="faq">https://hub.libreoffice.org/faq</url> + <url type="help">http://www.libreoffice.org/get-help/documentation/</url> + <url type="translate">https://hub.libreoffice.org/translate</url> + <screenshots> + <screenshot type="default"> + <image>https://hub.libreoffice.org/screenshots/calc-01.png</image> + <caption><!-- Describe this screenshot in less than ~10 words --></caption> + </screenshot> + <screenshot> + <image>https://hub.libreoffice.org/screenshots/calc-02.png</image> + <caption><!-- Describe this screenshot in less than ~10 words --></caption> + </screenshot> + </screenshots> + <developer_name>The Document Foundation</developer_name> + <update_contact>libreoffice_at_lists.freedesktop.org</update_contact> + <kudos> + <kudo>HiDpiIcon</kudo> + <kudo>HighContrast</kudo> + <kudo>ModernToolkit</kudo> + <kudo>UserDocs</kudo> + </kudos> + <content_rating type="oars-1.0"/> +</component> |