Diff weechat-4.4.3 with a weechat-4.5.2
/usr/portage/net-irc/weechat/weechat-4.5.2.ebuild 2025-07-29 16:22:17.264467462 +0300 | ||
---|---|---|
149 | 149 |
-DENABLE_ALIAS=$(usex alias) |
150 | 150 |
-DENABLE_BUFLIST=$(usex buflist) |
151 | 151 |
-DENABLE_CHARSET=$(usex charset) |
152 |
# -DENABLE_DOC requires all plugins (except javascript). |
|
153 |
# https://github.com/weechat/weechat/blob/v4.0.2/CMakeLists.txt#L144 |
|
154 |
# Impossible since php was dropped in net-irc/weechat-3.5.r1.ebuild. bug #705702 |
|
155 |
-DENABLE_DOC=OFF |
|
156 |
-DENABLE_DOC_INCOMPLETE=$(usex doc) |
|
152 |
-DENABLE_DOC=$(usex doc) |
|
153 |
# To build complete documentation weechat requires all plugins (except |
|
154 |
# javascript) to be enabled. That's impossible since php was dropped in |
|
155 |
# net-irc/weechat-3.5.r1.ebuild. bug #705702 |
|
156 |
# If user chooses to build documentation via -DENABLE_DOC we must force |
|
157 |
# building incomplete documentation, for which support was added in 4.0.0 |
|
158 |
# https://github.com/weechat/weechat/blob/v4.0.0/ReleaseNotes.adoc#documentation |
|
159 |
-DENABLE_DOC_INCOMPLETE=ON |
|
157 | 160 |
-DENABLE_ENCHANT=$(usex enchant) |
158 | 161 |
-DENABLE_EXEC=$(usex exec) |
159 | 162 |
-DENABLE_FIFO=$(usex fifo) |