mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-04-26 14:23:09 +00:00
Include Appstream metainfo data
This commit is contained in:
parent
a39401100f
commit
71f0cdd597
2 changed files with 33 additions and 0 deletions
|
|
@ -146,6 +146,7 @@ add_subdirectory(layout-templates)
|
|||
if(BUILD_TESTING)
|
||||
add_subdirectory(tests)
|
||||
endif()
|
||||
install(FILES org.kde.plasma.mobileshell.metainfo.xml DESTINATION ${KDE_INSTALL_METAINFODIR})
|
||||
|
||||
find_program(PlasmaOpenSettings plasma-open-settings)
|
||||
set_package_properties(PlasmaOpenSettings PROPERTIES
|
||||
|
|
|
|||
32
org.kde.plasma.mobileshell.metainfo.xml
Normal file
32
org.kde.plasma.mobileshell.metainfo.xml
Normal file
|
|
@ -0,0 +1,32 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
- SPDX-FileCopyrightText: 2025 Marco Mattiolo <marco.mattiolo@hotmail.it>
|
||||
- SPDX-License-Identifier: GPL-2.0-or-later
|
||||
-->
|
||||
<component>
|
||||
<id>org.kde.plasma.mobileshell</id>
|
||||
<developer id="org.kde">
|
||||
<name translate="no">KDE</name>
|
||||
</developer>
|
||||
<metadata_license>CC0-1.0</metadata_license>
|
||||
<project_license>GPL-2.0+</project_license>
|
||||
<name>KDE Plasma Mobile Shell</name>
|
||||
<summary>KDE's Plasma shell for mobile form-factor devices</summary>
|
||||
<url type="homepage">https://plasma-mobile.org/</url>
|
||||
<url type="bugtracker">https://bugs.kde.org/enter_bug.cgi?format=guided&product=plasma-mobile</url>
|
||||
<url type="vcs-browser">https://invent.kde.org/plasma/plasma-mobile</url>
|
||||
<project_group>KDE</project_group>
|
||||
<provides>
|
||||
<binary>plasma.mobileshell</binary>
|
||||
</provides>
|
||||
<screenshots>
|
||||
<screenshot type="default">
|
||||
<caption>Plasma Mobile shell being used on mobile form-factor screen</caption>
|
||||
<image type="source">https://plasma-mobile.org/img/plasmaphone.png</image>
|
||||
</screenshot>
|
||||
</screenshots>
|
||||
<compulsory_for_desktop>KDE</compulsory_for_desktop>
|
||||
<releases>
|
||||
<release version="6.4.5" date="2025-09-09"/>
|
||||
</releases>
|
||||
</component>
|
||||
Loading…
Reference in a new issue