mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-28 08:22:56 +02:00
weechat: update to 2.6.
Switching to Python 3, as is upstream default. Adopted.
This commit is contained in:
parent
b18bb77b57
commit
abc1688042
1 changed files with 7 additions and 7 deletions
|
@ -1,23 +1,23 @@
|
||||||
# Template file for 'weechat'
|
# Template file for 'weechat'
|
||||||
pkgname=weechat
|
pkgname=weechat
|
||||||
version=2.5
|
version=2.6
|
||||||
revision=1
|
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
|
||||||
-DPYTHON_EXECUTABLE=/usr/bin/python2.7
|
-DPYTHON_EXECUTABLE=/usr/bin/python3
|
||||||
-DPYTHON_LIBRARY=${XBPS_CROSS_BASE}/usr/lib/libpython2.7.so"
|
-DPYTHON_LIBRARY=${XBPS_CROSS_BASE}/usr/lib/libpython3.so"
|
||||||
hostmakedepends="ruby-asciidoctor libgcrypt-devel pkg-config python tcl-devel"
|
hostmakedepends="ruby-asciidoctor libgcrypt-devel pkg-config python3 tcl-devel"
|
||||||
makedepends="enchant-devel gnutls-devel libcurl-devel lua-devel python-devel
|
makedepends="enchant-devel gnutls-devel libcurl-devel lua-devel python3-devel
|
||||||
ruby-devel tcl-devel perl"
|
ruby-devel tcl-devel perl"
|
||||||
depends="ca-certificates"
|
depends="ca-certificates"
|
||||||
short_desc="Fast, light and extensible IRC client"
|
short_desc="Fast, light and extensible IRC client"
|
||||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
||||||
license="GPL-3.0-or-later"
|
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=52c87775c3ff9714a62cfa5b7e13e2fa59bf32829fe083781c1d9c7f1c2d4c27
|
checksum=fa9e3130e7afdfb6eff1b7892caac3efdd38a442f9989ca8c061eced2c755148
|
||||||
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