Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 641060 | Differences between
and this patch

Collapse All | Expand All

(-)a/src/core-impl/collections/db/sql/mysqlcollection/CMakeLists.txt (-1 / +1 lines)
Lines 41-44 install(TARGETS amarok_collection-mysqlcollection DESTINATION ${PLUGIN_INSTALL_D Link Here
41
41
42
install(FILES amarok_collection-mysqlcollection.desktop DESTINATION ${SERVICES_INSTALL_DIR})
42
install(FILES amarok_collection-mysqlcollection.desktop DESTINATION ${SERVICES_INSTALL_DIR})
43
43
44
kcoreaddons_desktop_to_json(amarok_collection-mysqlcollection amarok_collection-mysqlcollection.desktop)
44
kcoreaddons_desktop_to_json(amarok_collection-mysqlcollection amarok_collection-mysqlcollection.desktop SERVICE_TYPES ${CMAKE_SOURCE_DIR}/src/amarok-plugin.desktop)
(-)a/src/core-impl/storage/sql/mysqlestorage/CMakeLists.txt (-1 / +1 lines)
Lines 40-43 install(TARGETS amarok_storage-mysqlestorage DESTINATION ${PLUGIN_INSTALL_DIR} ) Link Here
40
43
41
install(FILES amarok_storage-mysqlestorage.desktop DESTINATION ${SERVICES_INSTALL_DIR})
44
install(FILES amarok_storage-mysqlestorage.desktop DESTINATION ${SERVICES_INSTALL_DIR})
42
45
43
kcoreaddons_desktop_to_json(amarok_storage-mysqlestorage amarok_storage-mysqlestorage.desktop)
46
kcoreaddons_desktop_to_json(amarok_storage-mysqlestorage amarok_storage-mysqlestorage.desktop SERVICE_TYPES ${CMAKE_SOURCE_DIR}/src/amarok-plugin.desktop)
(-)a/src/core-impl/storage/sql/mysqlserverstorage/CMakeLists.txt (-1 / +1 lines)
Lines 40-43 install(TARGETS amarok_storage-mysqlserverstorage DESTINATION ${PLUGIN_INSTALL_D Link Here
40
40
41
install(FILES amarok_storage-mysqlserverstorage.desktop DESTINATION ${SERVICES_INSTALL_DIR})
41
install(FILES amarok_storage-mysqlserverstorage.desktop DESTINATION ${SERVICES_INSTALL_DIR})
42
42
43
kcoreaddons_desktop_to_json(amarok_storage-mysqlserverstorage amarok_storage-mysqlserverstorage.desktop)
43
kcoreaddons_desktop_to_json(amarok_storage-mysqlserverstorage amarok_storage-mysqlserverstorage.desktop SERVICE_TYPES ${CMAKE_SOURCE_DIR}/src/amarok-plugin.desktop)
44
44

Return to bug 641060