diff --git a/kfind/CMakeLists.txt b/kfind/CMakeLists.txt index 56f9a09821..b45e344480 100644 --- a/kfind/CMakeLists.txt +++ b/kfind/CMakeLists.txt @@ -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} ) diff --git a/kfind/kfind.appdata.xml b/kfind/kfind.appdata.xml new file mode 100644 index 0000000000..7957e1cb37 --- /dev/null +++ b/kfind/kfind.appdata.xml @@ -0,0 +1,25 @@ + + + kfind.desktop + CC0-1.0 + GPL-2.0+ + KFind + Find Files/Folders + +

+ 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 "Find File" in the "Tools" menu. It allows you to find files by name, type or content. +

+
+ https://bugs.kde.org/enter_bug.cgi?format=guided&product=kfind + http://docs.kde.org/stable/en/applications/kfind/index.html + + + http://kde.org/images/screenshots/kfind.png + + + KDE + + kfind + +
diff --git a/konqueror/CMakeLists.txt b/konqueror/CMakeLists.txt index fce7a6ca36..18045cc177 100644 --- a/konqueror/CMakeLists.txt +++ b/konqueror/CMakeLists.txt @@ -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. diff --git a/konqueror/konqueror.appdata.xml b/konqueror/konqueror.appdata.xml new file mode 100644 index 0000000000..2c6c9b0e66 --- /dev/null +++ b/konqueror/konqueror.appdata.xml @@ -0,0 +1,31 @@ + + + konqueror.desktop + CC0-1.0 + Konqueror + KDE File Manager & Web Browser + +

Konqueror is KDE's Webbrowser and swiss-army-knife for any kind of file-management and file previewing.

+

Features:

+ +
+ http://www.konqueror.org + https://bugs.kde.org/enter_bug.cgi?format=guided&product=konqueror + http://docs.kde.org/stable/en/applications/konqueror/index.html + + + http://kde.org/images/screenshots/konqueror.png + + + KDE + + konqueror + +