1
0
mirror of https://github.com/KDE/latte-dock.git synced 2024-12-24 17:33:50 +03:00

add appstream file used on kde.org/applications

This commit is contained in:
Jonathan Riddell 2019-08-07 16:35:29 +01:00
parent bc164cdc38
commit 9c2406801b
2 changed files with 39 additions and 0 deletions

View File

@ -85,4 +85,6 @@ add_subdirectory(icons)
add_subdirectory(plasmoid)
add_subdirectory(shell)
install(FILES org.kde.latte_dock.metainfo.xml DESTINATION ${CMAKE_INSTALL_METAINFODIR})
ki18n_install(po)

View File

@ -0,0 +1,37 @@
<?xml version="1.0" encoding="utf-8"?>
<component type="addon">
<id>org.kde.latte_doc</id>
<extends>org.kde.plasmashell</extends>
<metadata_license>CC0-1.0</metadata_license>
<project_license>GPL-2.0+</project_license>
<name>Latte Dock</name>
<summary>An app dock for KDE Plasma</summary>
<description>
<p>Latte is a dock based on plasma frameworks that provides an elegant and intuitive experience for your tasks and plasmoids. It animates its contents by using parabolic zoom effect and trys to be there only when it is needed.
</p>
</description>
<url type="homepage">https://www.kde.org/</url>
<url type="bugtracker">https://bugs.kde.org/enter_bug.cgi?format=guided&amp;product=latte-dock</url>
<screenshots>
<screenshot type="default">
<image>https://cdn.kde.org/screenshots/latte-dock/latte-dock_badges.png</image>
</screenshot>
<screenshot>
<image>https://cdn.kde.org/screenshots/latte-dock/latte-dock_regular.png</image>
</screenshot>
<screenshot>
<image>https://cdn.kde.org/screenshots/latte-dock/latte-dock_settings.png</image>
</screenshot>
<screenshot>
<image>https://cdn.kde.org/screenshots/latte-dock/latte-dock_settings2.png</image>
</screenshot>
<screenshot>
<image>https://cdn.kde.org/screenshots/latte-dock/latte-dock_toppanel.png</image>
</screenshot>
</screenshots>
<project_group>KDE</project_group>
<categories>
<category>Network</category>
</categories>
<icon type="stock">latte-dock</icon>
</component>