summaryrefslogtreecommitdiffstats
path: root/chat-irc
diff options
context:
space:
mode:
authorFlorian Franzmann2019-12-08 15:48:50 +0100
committerFlorian Franzmann2019-12-22 01:15:07 +0100
commit4235b2bc45f977946206b5d0600da77ab4383ec0 (patch)
tree83a5c7f56ecc821a3f8bebd6671443f563306b14 /chat-irc
parentbd9610b371142941fa88c784ee7508a0d8949952 (diff)
chat-irc/weechat: version 2.7
Diffstat (limited to 'chat-irc')
-rwxr-xr-xchat-irc/weechat/CONFIGURE10
-rwxr-xr-xchat-irc/weechat/DEPENDS10
-rwxr-xr-xchat-irc/weechat/DETAILS4
-rw-r--r--chat-irc/weechat/HISTORY3
4 files changed, 20 insertions, 7 deletions
diff --git a/chat-irc/weechat/CONFIGURE b/chat-irc/weechat/CONFIGURE
index c62f07d5d1..040031d4a9 100755
--- a/chat-irc/weechat/CONFIGURE
+++ b/chat-irc/weechat/CONFIGURE
@@ -6,6 +6,11 @@ config_query_option WEECHAT_OPTS \
"-DENABLE_ALIAS=ON" \
"-DENABLE_ALIAS=OFF" &&
config_query_option WEECHAT_OPTS \
+ "enable Buflist plugin?" \
+ y \
+ "-DENABLE_BUFLIST=ON" \
+ "-DENABLE_BUFLIST=OFF" &&
+config_query_option WEECHAT_OPTS \
"enable Charset plugin?" \
y \
"-DENABLE_CHARSET=ON" \
@@ -21,6 +26,11 @@ config_query_option WEECHAT_OPTS \
"-DENABLE_FIFO=ON" \
"-DENABLE_FIFO=OFF" &&
config_query_option WEECHAT_OPTS \
+ "enable Fast Set plugin?" \
+ y \
+ "-DENABLE_FSET=ON" \
+ "-DENABLE_FSET=OFF" &&
+config_query_option WEECHAT_OPTS \
"enable IRC plugin?" \
y \
"-DENABLE_IRC=ON" \
diff --git a/chat-irc/weechat/DEPENDS b/chat-irc/weechat/DEPENDS
index 3cc5be6965..f6cd7d3b7c 100755
--- a/chat-irc/weechat/DEPENDS
+++ b/chat-irc/weechat/DEPENDS
@@ -14,8 +14,8 @@ if is_depends_enabled $SPELL gnutls; then
depends ca-certificates
fi &&
-optional_depends asciidoc "-DENABLE_DOC=ON" "-DENABLE_DOC=OFF" "build documentation?" &&
-if is_depends_enabled asciidoc; then
+optional_depends asciidoctor "-DENABLE_DOC=ON" "-DENABLE_DOC=OFF" "build documentation?" &&
+if is_depends_enabled asciidoctor; then
depends source-highlight
fi &&
@@ -27,12 +27,12 @@ fi &&
optional_depends perl "-DENABLE_PERL=ON" "-DENABLE_PERL=ON" "Turns on Perl script plugin" &&
-optional_depends python "-DENABLE_PYTHON=ON" "-DENABLE_PYTHON=OFF" "Turns on Python script plugin" &&
-optional_depends python3 "-DENABLE_PYTHON3=ON" "-DENABLE_PYTHON3=OFF" "Turns on Python 3 script plugin" &&
+optional_depends python "-DENABLE_PYTHON2=ON" "-DENABLE_PYTHON2=OFF" "Turns on Python script plugin" &&
+optional_depends python3 "-DENABLE_PYTHON3=ON" "-DENABLE_PYTHON3=OFF" "Turns on Python 3 script plugin (not recommended by upstream)" &&
optional_depends RUBY "-DENABLE_RUBY=ON" "-DENABLE_RUBY=OFF" "Turns on Ruby script plugin" &&
optional_depends LUA "-DENABLE_LUA=ON" "-DENABLE_LUA=OFF" "Turn on Lua script plugin" &&
optional_depends PHP "-DENABLE_PHP=ON" "-DENABLE_PHP=OFF" "Turn on PHP script plugin" &&
-optional_depends aspell "-DENABLE_ASPELL=ON" "-DENABLE_ASPELL=OFF" "Turn on Aspell plugin" &&
+optional_depends aspell "-DENABLE_SPELL=ON" "-DENABLE_SPELL=OFF" "Turn on Aspell plugin" &&
optional_depends guile "-DENABLE_GUILE=ON" "-DENABLE_GUILE=OFF" "Turn on Scheme script plugin" &&
optional_depends libv8 "-DENABLE_JAVASCRIPT=ON" "-DENABLE_JAVASCRIPT=OFF" "Turn on JavaScript script plugin" &&
optional_depends ncurses "-DENABLE_NCURSES=ON" "-DENABLE_NCURSES=OFF" "Enable ncurses interface" &&
diff --git a/chat-irc/weechat/DETAILS b/chat-irc/weechat/DETAILS
index b705cef821..018d0a5fde 100755
--- a/chat-irc/weechat/DETAILS
+++ b/chat-irc/weechat/DETAILS
@@ -18,9 +18,9 @@ SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$WEECHAT_BRANCH"
SOURCE_URL[0]=http://www.weechat.org/files/src/$SOURCE
;;
*)
- VERSION=2.6
+ VERSION=2.7
SOURCE=$SPELL-$VERSION.tar.bz2
- SOURCE_HASH=sha512:37d44073000b401cec85eeecd0b39af101431238ba28b4147c0ecf8f3fcc5017dfe95349f05fbf3997d533aa9b919cb225533df8b20719f8c27e8d3db907734a
+ SOURCE_HASH=sha512:7e9896dd4952648bc2c114ca3747d4abff1ed2319424c38d735ace4ac59f44980695f2653256d4cccb4dfdacd1f8d019e503dd9faaccbd04075eec241ae270b8
SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${SPELL}-${VERSION}
SOURCE_URL[0]=http://www.weechat.org/files/src/$SOURCE
;;
diff --git a/chat-irc/weechat/HISTORY b/chat-irc/weechat/HISTORY
index 49c38cbf6e..b5d37a7558 100644
--- a/chat-irc/weechat/HISTORY
+++ b/chat-irc/weechat/HISTORY
@@ -1,3 +1,6 @@
+2019-12-08 Florian Franzmann <siflfran@hawo.stw.uni-erlangen.de>
+ * CONFIGURE, DEPENS, DETAILS: version 2.7
+
2019-10-06 Florian Franzmann <siflfran@hawo.stw.uni-erlangen.de>
* BUILD, CONFIGURE, DEPENDS, DETAILS: use CMAKE_*