From 7352ddfcf0501db63469e6f652329a4bf2a2ffac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Helleu?= Date: Thu, 20 Feb 2020 22:09:12 +0100 Subject: [PATCH] build: ignore file usr/share/applications/weechat.desktop in Cygwin build --- ChangeLog.adoc | 1 + weechat.cygport.in | 5 ++++- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ChangeLog.adoc b/ChangeLog.adoc index 1621db360..3f07b6018 100644 --- a/ChangeLog.adoc +++ b/ChangeLog.adoc @@ -49,6 +49,7 @@ Tests:: Build:: + * core: fix Cygwin build * guile: add detection of Guile 3.0.0 (issue #1442) * irc: fix build with GnuTLS < 3.1.0 (issue #1431) * php: add detection of PHP 7.4 diff --git a/weechat.cygport.in b/weechat.cygport.in index e976cdc2c..dad91e101 100644 --- a/weechat.cygport.in +++ b/weechat.cygport.in @@ -64,7 +64,10 @@ python3-devel ruby tcl-devel libguile2.2-devel php-devel zlib-devel" CYGCMAKE_ARGS="-DCMAKE_INSTALL_PREFIX=/usr -DENABLE_MAN=ON -DENABLE_DOC=ON \ -DENABLE_JAVASCRIPT=OFF" -PKG_IGNORE="etc/postinstall/weechat.sh" +PKG_IGNORE=" + etc/postinstall/weechat.sh + usr/share/applications/weechat.desktop +" # # Build 10 Cygwin packages: