Add AppStream metadata.

This commit is contained in:
Andrius Štikonas 2014-06-25 23:24:33 +01:00
parent 40f4b0700b
commit cee38cde9b
2 changed files with 29 additions and 0 deletions

View File

@ -51,6 +51,7 @@ kde4_add_executable(partitionmanager ${partitionmanager_SRCS})
target_link_libraries(partitionmanager partitionmanagerprivate ${KDE4_KDECORE_LIBS} ${KDE4_KDEUI_LIBS})
install(TARGETS partitionmanager ${INSTALL_TARGETS_DEFAULT_ARGS})
install(FILES ${CMAKE_CURRENT_SOURCE_DIR}/partitionmanager.appdata.xml DESTINATION share/appdata)
install(FILES gui/partitionmanagerui.rc DESTINATION ${DATA_INSTALL_DIR}/partitionmanager)
install(PROGRAMS partitionmanager.desktop DESTINATION ${XDG_APPS_INSTALL_DIR})

View File

@ -0,0 +1,28 @@
<?xml version="1.0" ?>
<component type="desktop">
<id>partitionmanager.desktop</id>
<metadata_license>CC0-1.0</metadata_license>
<project_license>GPL-2.0+<project_license/>
<name>KDE Partition Manager</name>
<summary>Partition Editor</summary>
<description>
<p>KDE Partition Manager is a utility program to help you manage the disk devices, partitions and file systems on your computer. It allows you to easily create, copy, move, delete, resize without losing data, backup and restore partitions.</p>
<p>Features:</p>
<ul>
<li>Supports a large number of file systems, including ext2/3/4, btrfs, reiserfs, NTFS, FAT16/32, JFS, XFS and more</li>
<li>Makes use of already available external programs to get its job done</li>
</ul>
</description>
<url type="homepage">http://sourceforge.net/projects/partitionman/</url>
<url type="bugtracker">https://bugs.kde.org/enter_bug.cgi?format=guided&amp;product=kdepartitionmanager</url>
<url type="help">http://docs.kde.org/development/en/extragear-sysadmin/partitionmanager/index.html</url>
<screenshots>
<screenshot type="default">
<image>http://kde.org/images/screenshots/kdepartitionmanager.png</image>
</screenshot>
</screenshots>
<project_group>KDE</project_group>
<provides>
<binary>partitionmanager</binary>
</provides>
</component>