head 1.2; access; symbols pkgsrc-2020Q1:1.1.0.2 pkgsrc-2020Q1-base:1.1 pkgsrc-2019Q4:1.1.0.4 pkgsrc-2019Q4-base:1.1; locks; strict; comment @# @; 1.2 date 2020.03.30.11.07.18; author nia; state dead; branches; next 1.1; commitid 1xZjgwUHJqDXOp2C; 1.1 date 2019.12.10.13.04.06; author nia; state Exp; branches; next ; commitid SYiHxhLG1fCp2aOB; desc @@ 1.2 log @weechat: Drop patches that are no longer needed. @ text @$NetBSD: patch-src_plugins_python_CMakeLists.txt,v 1.1 2019/12/10 13:04:06 nia Exp $ We do not ship pkg-config files for python. --- src/plugins/python/CMakeLists.txt.orig 2019-12-08 08:48:53.000000000 +0000 +++ src/plugins/python/CMakeLists.txt @@@@ -24,7 +24,7 @@@@ add_library(python MODULE set_target_properties(python PROPERTIES PREFIX "") if(PYTHON_FOUND) - target_link_libraries(python PkgConfig::PYTHON weechat_plugins_scripts coverage_config) + target_link_libraries(python ${PYTHON_LIBRARIES} weechat_plugins_scripts coverage_config) endif() install(TARGETS python LIBRARY DESTINATION ${WEECHAT_LIBDIR}/plugins) @ 1.1 log @weechat: Update to 2.7 Among the new features: - add option logger.file.color_lines (support of ANSI color codes in log files) - add filters on IRC raw buffer - add IRC server option "ssl_password" - add option irc.look.display_pv_warning_address - add options irc.color.message_kick and irc.color.reason_kick - add option xfer.file.download_temporary_suffix - add option weechat.look.nick_color_hash_salt - add different WeeChat icons sizes - add calculation of expression in evaluation of expressions with "calc:xxx" - add optional default path (evaluated) in completion "filename" - add modifier "color_encode_ansi" - add support of Guile 2.2 - add support of Python 3.8 - many bugs fixed. @ text @d1 1 a1 1 $NetBSD$ @