Add AppStream metadata for Konqueror, KFind

See http://lists.kde.org/?l=kde-core-devel&m=140702291220410 for
details.
Please adjust the project metadata to your liking.
This commit is contained in:
Matthias Klumpp 2014-08-12 03:44:05 +02:00
parent dc7ff2e013
commit 1291ce1c34
4 changed files with 58 additions and 0 deletions

View file

@ -16,5 +16,6 @@ install(TARGETS kfind ${INSTALL_TARGETS_DEFAULT_ARGS})
########### install files ###############
install( PROGRAMS kfind.desktop DESTINATION ${XDG_APPS_INSTALL_DIR} )
install( FILES kfind.appdata.xml DESTINATION ${SHARE_INSTALL_PREFIX}/appdata )
kde4_install_icons( ${ICON_INSTALL_DIR} )

25
kfind/kfind.appdata.xml Normal file
View file

@ -0,0 +1,25 @@
<?xml version="1.0" ?>
<component type="desktop">
<id>kfind.desktop</id>
<metadata_license>CC0-1.0</metadata_license>
<project_license>GPL-2.0+</project_license>
<name>KFind</name>
<summary>Find Files/Folders</summary>
<description>
<p>
KFind can be used as a standalone search tool, launched by KRunner or from your menu. It is also integrated into Konqueror and Dolphin
as &quot;Find File&quot; in the &quot;Tools&quot; menu. It allows you to find files by name, type or content.
</p>
</description>
<url type="bugtracker">https://bugs.kde.org/enter_bug.cgi?format=guided&amp;product=kfind</url>
<url type="help">http://docs.kde.org/stable/en/applications/kfind/index.html</url>
<screenshots>
<screenshot type="default">
<image>http://kde.org/images/screenshots/kfind.png</image>
</screenshot>
</screenshots>
<project_group>KDE</project_group>
<provides>
<binary>kfind</binary>
</provides>
</component>

View file

@ -19,6 +19,7 @@ install( PROGRAMS
kfmclient.desktop kfmclient_dir.desktop kfmclient_html.desktop kfmclient_war.desktop
konqbrowser.desktop konquerorsu.desktop Home.desktop
DESTINATION ${XDG_APPS_INSTALL_DIR} )
install(FILES konqueror.appdata.xml DESTINATION ${SHARE_INSTALL_PREFIX}/appdata )
# Make sure kfmclient can find konqueror.desktop even if people remove it from the K menu (#62242)
# This is why konqueror.desktop is installed into services.

View file

@ -0,0 +1,31 @@
<?xml version="1.0" ?>
<component type="desktop">
<id>konqueror.desktop</id>
<metadata_license>CC0-1.0</metadata_license>
<name>Konqueror</name>
<summary>KDE File Manager &amp; Web Browser</summary>
<description>
<p>Konqueror is KDE's Webbrowser and swiss-army-knife for any kind of file-management and file previewing.</p>
<p>Features:</p>
<ul>
<li>Webbrowsing using KHTML or KDEWebKit as rendering engines</li>
<li>File management using most of Dolphin's features (including version-control, service menus and the basic UI)</li>
<li>File management on ftp and sftp servers</li>
<li>Full featured FTP-client (you can split views to display local and remote folders and previews in the same window)</li>
<li>Embedded applications to preview and edit files (e.g. Okular and KOffice for documents, Gwenview for pictures, KTextEditor for text-files)</li>
<li>Different kinds of plugins: Service-menus, KParts (embedded applications), KIO (accessing files using special protocols like http or ftp) and KPart-plugins (like AdBlocker...)</li>
</ul>
</description>
<url type="homepage">http://www.konqueror.org</url>
<url type="bugtracker">https://bugs.kde.org/enter_bug.cgi?format=guided&amp;product=konqueror</url>
<url type="help">http://docs.kde.org/stable/en/applications/konqueror/index.html</url>
<screenshots>
<screenshot type="default">
<image>http://kde.org/images/screenshots/konqueror.png</image>
</screenshot>
</screenshots>
<project_group>KDE</project_group>
<provides>
<binary>konqueror</binary>
</provides>
</component>