network/weechat: Updated for version 2.5.

Signed-off-by: Benjamin Trigona-Harany <bosth@alumni.sfu.ca>
This commit is contained in:
Benjamin Trigona-Harany 2019-06-06 21:19:58 -07:00 committed by Willy Sudiarto Raharjo
parent 3b14fc093d
commit 91a3a8f9ce
No known key found for this signature in database
GPG key ID: 887B8374D7333381
3 changed files with 10 additions and 12 deletions

View file

@ -9,10 +9,8 @@ WeeChat supports:
nick auto-completion, lag indication, auto-logging and client upgrades
without dropping connections.
WeeChat will build with support for:
Aspell, JavaScript scripting, Perl scripting, Python scripting,
Ruby scripting, Lua scripting, Guile scripting, and GnuTLS depending
on whether or not they are installed on the system on which WeeChat
is built.
WeeChat will be built with support for Perl, Python and Ruby scripting. If Lua
is installed, it will be auto-detected and scripting support will also be
included.
WeeChat man pages will be built if rubygem-asciidoctor is installed.

View file

@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=weechat
VERSION=${VERSION:-2.4}
VERSION=${VERSION:-2.5}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -77,7 +77,7 @@ cd build
-DCMAKE_INSTALL_PREFIX=/usr \
-DENABLE_MAN=ON \
-DENABLE_PHP=OFF \
-DENABLE_PYTHON=ON \
-DENABLE_PYTHON3=ON \
-DENABLE_DOC=OFF \
-DLIBDIR=/usr/lib${LIBDIRSUFFIX} \
-DCMAKE_BUILD_TYPE=Release \

View file

@ -1,10 +1,10 @@
PRGNAM="weechat"
VERSION="2.4"
VERSION="2.5"
HOMEPAGE="http://www.weechat.org"
DOWNLOAD="http://weechat.org/files/src/weechat-2.4.tar.bz2"
MD5SUM="aed87f1f0f47ecd640ecf53b773d03e8"
DOWNLOAD="http://weechat.org/files/src/weechat-2.5.tar.bz2"
MD5SUM="3785694d3129989cc72d6eeb162447f3"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""
MAINTAINER="Benjamin Trigona-Harant"
REQUIRES="python3"
MAINTAINER="Benjamin Trigona-Harany"
EMAIL="slackbuilds@jaxartes.net"