[Kst] branches/work/kst/portto4/kst
Peter Kümmel
syntheticpp at gmx.net
Thu Feb 3 00:43:36 CET 2011
SVN commit 1218576 by kuemmel:
also push tar.gz binaries
M +2 -1 cmake/CMakeLists.txt
M +3 -2 misc/linux-release.sh
--- branches/work/kst/portto4/kst/cmake/CMakeLists.txt #1218575:1218576
@@ -223,8 +223,9 @@
set(CPACK_PACKAGE_INSTALL_DIRECTORY "Kst ${kst_version}")
set(CPACK_STRIP_FILES 1)
-#cmake bug, problems with the quotes in the gpl
+
if(UNIX)
+ # cmake bug, problems with the quotes in the gpl, fixed in 2.8.4
set(CPACK_RESOURCE_FILE_LICENSE ${CMAKE_BINARY_DIR}/gpl)
FILE(WRITE ${CPACK_RESOURCE_FILE_LICENSE} "\n\nGNU GENERAL PUBLIC LICENSE, Version 2, June 1991")
else()
--- branches/work/kst/portto4/kst/misc/linux-release.sh #1218575:1218576
@@ -5,14 +5,15 @@
cmake ../kst/cmake -Dkst_release=1 -Dkst_merge_files=1 -Dkst_install_prefix=$kst_install_prefix
-make
+make -j4
make package
make package_source
-if [ -z ${2} ]
+if [ ! -z ${2} ]
then
# spaces in $2 "Kst\\ 2.0.3"
scp ${kst_install_prefix}.sh syntheticpp,kst at frs.sourceforge.net:"/home/frs/project/k/ks/kst/$2"
+ scp ${kst_install_prefix}.tar.gz syntheticpp,kst at frs.sourceforge.net:"/home/frs/project/k/ks/kst/$2"
scp ${kst_install_prefix}-sources.tar.gz syntheticpp,kst at frs.sourceforge.net:"/home/frs/project/k/ks/kst/$2"
scp ${kst_install_prefix}-sources.zip syntheticpp,kst at frs.sourceforge.net:"/home/frs/project/k/ks/kst/$2"
fi
More information about the Kst
mailing list