diff options
Diffstat (limited to 'org.kde.kue.metainfo.xml')
| -rw-r--r-- | org.kde.kue.metainfo.xml | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/org.kde.kue.metainfo.xml b/org.kde.kue.metainfo.xml new file mode 100644 index 0000000..e6f3662 --- /dev/null +++ b/org.kde.kue.metainfo.xml @@ -0,0 +1,25 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- + SPDX-License-Identifier: CC0-1.0 + SPDX-FileCopyrightText: 2024 Alexander Kavon <me+kue@alexkavon.com> + --> +<component type="desktop-application"> + <id>org.kde.kue</id> + <name>Kue Kirigami Application</name> + <summary>A short summary describing what this software is about</summary> + <metadata_license>CC0-1.0</metadata_license> + <project_license>The license of this software as SPDX string, e.g. "GPL-2.0-or-later"</project_license> + <developer id="kde.org"> + <name>The KDE Community</name> + <url>https://kde.org</url> + </developer> + <description> + <p>Multiple paragraphs of long description, describing this software component.</p> + <p>You can also use ordered and unordered lists:</p> + <ul> + <li>Feature 1</li> + <li>Feature 2</li> + </ul> + <p>Keep in mind to XML-escape characters, and that this is not HTML markup.</p> + </description> +</component> |
