Skip to content

Commit 95447bf

Browse files
author
w1z7ard
committed
cpack fixes, publishing updateS
git-svn-id: https://projectm.svn.sourceforge.net/svnroot/projectm/trunk@1322 6778bc44-b910-0410-a7a0-be141de4315d
1 parent dfc55d5 commit 95447bf

File tree

2 files changed

+25
-10
lines changed

2 files changed

+25
-10
lines changed

src/projectM-libvisual/CMakeLists.txt

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,7 @@ cmake_minimum_required(VERSION 2.4.0)
55
endif(COMMAND cmake_policy)
66

77

8-
SET(CPACK_BINARY_RPM OFF)
9-
#SET(CPACK_BINARY_Z OFF)
10-
SET(CPACK_SOURCE_TGZ ON)
11-
SET(CPACK_BINARY_TGZ ON)
12-
#SET(CPACK_SOURCE_Z OFF)
13-
SET(CPACK_PACKAGE_VERSION_MAJOR "2")
14-
SET(CPACK_PACKAGE_VERSION_MINOR "0")
15-
SET(CPACK_PACKAGE_VERSION_PATCH "0")
16-
17-
INCLUDE(CPack)
8+
INCLUDE(cmake/CPack-projectM.cmake)
189

1910

2011
ADD_LIBRARY(projectM_libvisual SHARED actor_projectM.cpp lvtoprojectM.h ConfigFile.h ConfigFile.cpp)
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
#CPACK projectM config
2+
3+
SET(CPACK_GENERATORS "TGZ")
4+
SET(CPACK_SOURCE_GENERATORS "TGZ")
5+
SET(CPACK_STRIP_FILES ON)
6+
#SET(CPACK_IGNORE_FILES
7+
# "*~;CMakeCache.txt;CMakeFiles/;.svn;.*.bak;*.Z;_*/;.*.gz;.*.tgz;.*.tar;.*.bz2;.*.zip;.*.rpm;.*.deb;.*.o")
8+
SET(CPACK_SOURCE_IGNORE_FILES
9+
"Makefile;CMakeCache.txt;CMakeFiles/;.*.gz;.*.bz2;.*.Z;.*.zip")
10+
11+
#SET(CPACK_BINARY_RPM OFF)
12+
# #SET(CPACK_BINARY_Z OFF)
13+
#SET(CPACK_SOURCE_TGZ ON)
14+
SET(CPACK_SOURCE_Z OFF)
15+
SET(CPACK_SOURCE_TZ OFF)
16+
SET(CPACK_SOURCE_TBZ2 ON)
17+
#SET(CPACK_BINARY_TGZ ON)
18+
#SET(CPACK_SOURCE_Z OFF)
19+
SET(CPACK_PACKAGE_VERSION_MAJOR "2")
20+
SET(CPACK_PACKAGE_VERSION_MINOR "0")
21+
SET(CPACK_PACKAGE_VERSION_PATCH "1")
22+
23+
INCLUDE(CPack)
24+

0 commit comments

Comments
 (0)