Skip to content

Commit

Permalink
weechat: update to 2.6.
Browse files Browse the repository at this point in the history
Switching to Python 3, as is upstream default.

Adopted.
  • Loading branch information
leahneukirchen committed Sep 11, 2019
1 parent b18bb77 commit abc1688
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions srcpkgs/weechat/template
Original file line number Original file line Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit abc1688

Please sign in to comment.