[neon/neon/settings/Neon/release] usr/share/metainfo: add an operating system metainfo.xmal to make appstream happy

Carlos De Maine null at kde.org
Sat Sep 21 10:15:59 BST 2024


Git commit 971736f710bd19c3ac31829005604ce9f7a9e508 by Carlos De Maine.
Committed on 21/09/2024 at 09:15.
Pushed by carlosdem into branch 'Neon/release'.

add an operating system metainfo.xmal to make appstream happy

A  +32   -0    usr/share/metainfo/org.kde.neon.neon.metainfo.xml

https://invent.kde.org/neon/neon/settings/-/commit/971736f710bd19c3ac31829005604ce9f7a9e508

diff --git a/usr/share/metainfo/org.kde.neon.neon.metainfo.xml b/usr/share/metainfo/org.kde.neon.neon.metainfo.xml
new file mode 100644
index 0000000..41855e9
--- /dev/null
+++ b/usr/share/metainfo/org.kde.neon.neon.metainfo.xml
@@ -0,0 +1,32 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<component type="operating-system">
+  <id>org.kde.neon.neon</id>
+  <name>KDE neon</name>
+  <summary>The latest and greatest of KDE community software</summary>
+  <description>
+    <p>
+      Plasma Desktop from the KDE community is a smart, effective, and 
+      beautiful environment from the very first time you start it. Using 
+      KDE neon, Plasma and KDE applications will be continuously updated, 
+      so no more waiting, adding package archives or downloading source 
+      code if you want what’s new..
+    </p>
+    ...
+  </description>
+  <url type="homepage">https://neon.kde.org/</url>
+  <metadata_license>LicenseRef-KDE-Accepted-LGPL</metadata_license>
+  <developer id="KDE neon">
+    <name>KDE neon Project</name>
+  </developer>
+  ...
+
+  <releases>
+    <release version="24.04" type="user">
+      <description>
+        <p>KDE neon 24.04 Noble user edition</p>
+      </description>
+    </release>
+    ...
+  </releases>
+</component>
+~              
\ No newline at end of file


More information about the Neon-commits mailing list