generic: drop CPack support

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
This commit is contained in:
Ivailo Monev 2020-02-11 03:15:17 +00:00
parent 227a2062e6
commit cea525234c
2 changed files with 0 additions and 14 deletions

View file

@ -2,9 +2,6 @@ project(ariya-icons NONE)
cmake_minimum_required(VERSION 2.6)
include(CPackConfig.cmake)
include(CPack)
set(ARIYA_INSTALL_DIR "${CMAKE_INSTALL_PREFIX}/share/icons/ariya")
########### install files ###############

View file

@ -1,11 +0,0 @@
set(CPACK_PACKAGE_DESCRIPTION_SUMMARY "Ariya icon theme, part of Katana project")
set(CPACK_PACKAGE_VENDOR "ariya-icons")
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 ${CMAKE_INSTALL_PREFIX})
set(CPACK_PACKAGE_VERSION_MAJOR 4)
set(CPACK_PACKAGE_VERSION_MINOR 19)
set(CPACK_PACKAGE_VERSION_PATCH 0)
SET(CPACK_GENERATOR "TBZ2;TXZ")
SET(CPACK_SOURCE_GENERATOR "TBZ2;TXZ")