mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
weechat: update to 3.0.
This commit is contained in:
parent
efa7ef2b5b
commit
5788dea06d
1 changed files with 4 additions and 6 deletions
|
@ -1,13 +1,11 @@
|
||||||
# Template file for 'weechat'
|
# Template file for 'weechat'
|
||||||
pkgname=weechat
|
pkgname=weechat
|
||||||
version=2.9
|
version=3.0
|
||||||
revision=3
|
revision=1
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
configure_args="-DENABLE_MAN=ON -DENABLE_ENCHANT=ON -DENABLE_PERL=ON
|
configure_args="-DENABLE_MAN=ON -DENABLE_ENCHANT=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"
|
||||||
-DPYTHON_EXECUTABLE=/usr/bin/python3
|
|
||||||
-DPYTHON_LIBRARY=${XBPS_CROSS_BASE}/usr/lib/libpython3.so"
|
|
||||||
hostmakedepends="ruby-asciidoctor libgcrypt-devel pkg-config python3 tcl-devel"
|
hostmakedepends="ruby-asciidoctor libgcrypt-devel pkg-config python3 tcl-devel"
|
||||||
makedepends="enchant-devel gnutls-devel libcurl-devel lua53-devel ncurses-devel
|
makedepends="enchant-devel gnutls-devel libcurl-devel lua53-devel ncurses-devel
|
||||||
perl python3-devel ruby-devel tcl-devel"
|
perl python3-devel ruby-devel tcl-devel"
|
||||||
|
@ -18,7 +16,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=eab406c385c3a10d0107ddc3aac6596ae8c59af99e9158c6d769e90ec9adfa0e
|
checksum=6cb7d25a363b66b835f1b9f29f3580d6f09ac7d38505b46a62c178b618d9f1fb
|
||||||
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