mirror of
https://bitbucket.org/smil3y/ariya-icons.git
synced 2025-02-23 18:42:48 +00:00
generic: drop CPack support
Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
This commit is contained in:
parent
227a2062e6
commit
cea525234c
2 changed files with 0 additions and 14 deletions
|
@ -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 ###############
|
||||
|
|
|
@ -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")
|
Loading…
Add table
Reference in a new issue