1
0
mirror of https://github.com/weechat/weechat.git synced 2026-07-03 20:25:41 +02:00

core: add cygport file to build Cygwin packages

This commit is contained in:
Sebastien Helleu
2013-10-12 19:05:27 +02:00
parent 0e7ba42dfd
commit 1466a56585
6 changed files with 171 additions and 4 deletions
+4 -3
View File
@@ -1,5 +1,6 @@
# files/directories excluded from tarballs
.git* export-ignore
debian export-ignore
weechat.spec export-ignore
.git* export-ignore
debian export-ignore
weechat.spec export-ignore
weechat.cygport.in export-ignore
+1
View File
@@ -43,6 +43,7 @@ POTFILES
remove-potcdate.sed
Rules-quot
weechat.pc
weechat-*.cygport
*stamp
stamp*
+3
View File
@@ -142,6 +142,9 @@ SET(includedir "\${prefix}/include")
CONFIGURE_FILE(${CMAKE_CURRENT_SOURCE_DIR}/weechat.pc.in ${CMAKE_CURRENT_BINARY_DIR}/weechat.pc @ONLY)
INSTALL(FILES ${CMAKE_CURRENT_BINARY_DIR}/weechat.pc DESTINATION ${LIBDIR}/../pkgconfig)
# cygport file (used to build Cygwin packages)
CONFIGURE_FILE(${CMAKE_CURRENT_SOURCE_DIR}/weechat.cygport.in ${CMAKE_CURRENT_BINARY_DIR}/weechat-${VERSION}-1.cygport @ONLY)
# icon
INSTALL(FILES ${CMAKE_CURRENT_SOURCE_DIR}/weechat.png DESTINATION ${SHAREDIR}/icons/hicolor/32x32/apps)
+2 -1
View File
@@ -55,7 +55,8 @@ EXTRA_DIST = CMakeLists.txt \
po/CMakeLists.txt \
po/srcfiles.cmake \
weechat.png \
weechat.pc.in
weechat.pc.in \
weechat.cygport.in
ACLOCAL_AMFLAGS = -I m4
+1
View File
@@ -39,6 +39,7 @@ AM_PROG_LIBTOOL
# Files to generate
AC_CONFIG_FILES([weechat.pc])
AC_CONFIG_FILES([weechat-${VERSION}-1.cygport:weechat.cygport.in])
# Add some flags for some OS
case "$host_os" in
+160
View File
File diff suppressed because it is too large Load Diff