mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-09 08:33:51 +02:00
weechat: update to 3.7.
This commit is contained in:
parent
7b7ca23e9f
commit
9b114c55e2
1 changed files with 8 additions and 7 deletions
|
@ -1,15 +1,16 @@
|
||||||
# Template file for 'weechat'
|
# Template file for 'weechat'
|
||||||
pkgname=weechat
|
pkgname=weechat
|
||||||
version=3.6
|
version=3.7
|
||||||
revision=2
|
revision=1
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
configure_args="-DENABLE_MAN=ON -DENABLE_PERL=ON
|
configure_args="-DENABLE_MAN=ON -DENABLE_PERL=ON
|
||||||
-DENABLE_LUA=ON -DENABLE_RUBY=ON -DENABLE_SPELL=ON
|
-DENABLE_LUA=ON -DENABLE_RUBY=ON -DENABLE_SPELL=ON
|
||||||
-DENABLE_GUILE=OFF -DENABLE_PHP=OFF -DENABLE_JAVASCRIPT=OFF"
|
-DENABLE_GUILE=OFF -DENABLE_PHP=OFF -DENABLE_JAVASCRIPT=OFF"
|
||||||
hostmakedepends="ruby ruby-asciidoctor libgcrypt-devel pkg-config python3 tcl-devel
|
hostmakedepends="gettext libgcrypt-devel pkg-config python3
|
||||||
gettext"
|
ruby ruby-asciidoctor tcl-devel"
|
||||||
makedepends="aspell-devel gnutls-devel libcurl-devel lua53-devel ncurses-devel
|
makedepends="aspell-devel gnutls-devel libcurl-devel libgcrypt-devel
|
||||||
perl python3-devel ruby-devel tcl-devel libgcrypt-devel"
|
libzstd-devel lua53-devel ncurses-devel perl python3-devel
|
||||||
|
ruby-devel tcl-devel"
|
||||||
depends="ca-certificates"
|
depends="ca-certificates"
|
||||||
short_desc="Fast, light and extensible IRC client"
|
short_desc="Fast, light and extensible IRC client"
|
||||||
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
||||||
|
@ -17,7 +18,7 @@ license="GPL-3.0-or-later"
|
||||||
homepage="https://www.weechat.org"
|
homepage="https://www.weechat.org"
|
||||||
changelog="https://raw.githubusercontent.com/weechat/weechat/master/ChangeLog.adoc"
|
changelog="https://raw.githubusercontent.com/weechat/weechat/master/ChangeLog.adoc"
|
||||||
distfiles="https://www.weechat.org/files/src/weechat-${version}.tar.xz"
|
distfiles="https://www.weechat.org/files/src/weechat-${version}.tar.xz"
|
||||||
checksum=9d85d71b3b7d04c03bd35ab6501afa8b5b3c609dce7691709ec740fecc31f2de
|
checksum=6bd6962581331d31f4d4f8da489a1d0e8315038001bc00afcd306e58db0a0c54
|
||||||
lib32disabled=yes
|
lib32disabled=yes
|
||||||
|
|
||||||
subpackages="weechat-aspell weechat-devel weechat-ruby weechat-python weechat-tcl weechat-lua weechat-perl"
|
subpackages="weechat-aspell weechat-devel weechat-ruby weechat-python weechat-tcl weechat-lua weechat-perl"
|
||||||
|
|
Loading…
Add table
Reference in a new issue