diff options
| author | Emmanuel Pescosta <[email protected]> | 2014-06-12 21:25:17 +0200 |
|---|---|---|
| committer | Emmanuel Pescosta <[email protected]> | 2014-06-25 14:31:15 +0200 |
| commit | 4a40a2c66e1b87fe2c7cb33736b107dce13ca4e0 (patch) | |
| tree | 6460dfaca474246ec5cc8d9d7463dccdc668b751 /src/CMakeLists.txt | |
| parent | 24823bbfd1616b77727ef06c437e3ec61c89b750 (diff) | |
Add AppStream meta data file (imported from https://github.com/ximion/kde-appstream-metadata-templates/blob/master/apps/dolphin.appdata.xml)
Thanks to Matthias Klumpp for providing this file!
REVIEW: 118701
Diffstat (limited to 'src/CMakeLists.txt')
| -rw-r--r-- | src/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index ce9d9a485..6e4d9f9e8 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -352,6 +352,7 @@ install( FILES settings/dolphin_directoryviewpropertysettings.kcfg settings/dolphin_versioncontrolsettings.kcfg DESTINATION ${KCFG_INSTALL_DIR} ) install( FILES dolphinui.rc DESTINATION ${DATA_INSTALL_DIR}/dolphin ) +install( FILES dolphin.appdata.xml DESTINATION ${SHARE_INSTALL_PREFIX}/appdata ) install( FILES search/filenamesearch.protocol DESTINATION ${SERVICES_INSTALL_DIR} ) install( FILES settings/kcm/kcmdolphinviewmodes.desktop DESTINATION ${SERVICES_INSTALL_DIR} ) |
