~elementary-apps/switchboard-plug-security-privacy/trunk

« back to all changes in this revision

Viewing changes to CMakeLists.txt

drop .desktop file; Slingshot now uses switchboard API

Show diffs side-by-side

added added

removed removed

Lines of Context:
41
41
configure_file (${CMAKE_SOURCE_DIR}/data/org.pantheon.security-privacy.policy.cmake ${CMAKE_BINARY_DIR}/data/org.pantheon.security-privacy.policy)
42
42
install(FILES ${CMAKE_BINARY_DIR}/data/org.pantheon.security-privacy.policy DESTINATION ${CMAKE_INSTALL_FULL_DATAROOTDIR}/polkit-1/actions/)
43
43
install(FILES ${CMAKE_SOURCE_DIR}/data/security-privacy-plug-helper PERMISSIONS OWNER_EXECUTE OWNER_READ DESTINATION ${PKGDATADIR}/)
44
 
install(FILES ${CMAKE_SOURCE_DIR}/data/pantheon-security-privacy-plug.desktop PERMISSIONS DESTINATION ${CMAKE_INSTALL_FULL_DATAROOTDIR}/applications/)
45
44
 
46
45
# Traslation stuff
47
46
add_subdirectory (po)