kde-workspace/CPackConfig.cmake
Ivailo Monev c7a1b839fc generic: update CTest and CPack configs
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2015-10-31 13:30:27 +02:00

11 lines
631 B
CMake

set(CPACK_PACKAGE_DESCRIPTION_SUMMARY "Set of desktop applications, part of Katana project")
set(CPACK_PACKAGE_VENDOR "kde-workspace")
set(CPACK_PACKAGE_DESCRIPTION_FILE "${CMAKE_SOURCE_DIR}/README")
set(CPACK_RESOURCE_FILE_LICENSE "${CMAKE_SOURCE_DIR}/COPYING")
set(CPACK_SOURCE_IGNORE_FILES "/build/;/.git;${CPACK_SOURCE_IGNORE_FILES}")
set(CPACK_PACKAGE_INSTALL_DIRECTORY ${KDE4_INSTALL_DIR})
set(CPACK_PACKAGE_VERSION_MAJOR ${KDE_VERSION_MAJOR})
set(CPACK_PACKAGE_VERSION_MINOR ${KDE_VERSION_MINOR})
set(CPACK_PACKAGE_VERSION_PATCH ${KDE_VERSION_RELEASE})
SET(CPACK_GENERATOR "TBZ2;TXZ")
SET(CPACK_SOURCE_GENERATOR "TBZ2;TXZ")