weechat: update to 2.7.
This commit is contained in:
parent
db58e8f3ee
commit
21ffc26ae8
|
@ -1,15 +1,16 @@
|
|||
# Template file for 'weechat'
|
||||
pkgname=weechat
|
||||
version=2.6
|
||||
revision=2
|
||||
version=2.7
|
||||
revision=1
|
||||
build_style=cmake
|
||||
configure_args="-DENABLE_MAN=ON -DENABLE_ENCHANT=ON -DENABLE_PERL=ON
|
||||
-DENABLE_LUA=ON -DENABLE_RUBY=ON -DENABLE_SPELL=ON
|
||||
-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"
|
||||
makedepends="enchant-devel gnutls-devel libcurl-devel lua-devel python3-devel
|
||||
ruby-devel tcl-devel perl"
|
||||
makedepends="enchant-devel gnutls-devel libcurl-devel lua-devel ncurses-devel
|
||||
perl python3-devel ruby-devel tcl-devel"
|
||||
depends="ca-certificates"
|
||||
short_desc="Fast, light and extensible IRC client"
|
||||
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
||||
|
@ -17,7 +18,7 @@ license="GPL-3.0-or-later"
|
|||
homepage="https://www.weechat.org"
|
||||
changelog="https://raw.githubusercontent.com/weechat/weechat/master/ChangeLog.adoc"
|
||||
distfiles="https://www.weechat.org/files/src/weechat-${version}.tar.xz"
|
||||
checksum=fa9e3130e7afdfb6eff1b7892caac3efdd38a442f9989ca8c061eced2c755148
|
||||
checksum=56fc42a4afece57bc27f95a2d155815a5e6472f32535add4c0ab4ce3b5e399e7
|
||||
lib32disabled=yes
|
||||
|
||||
subpackages="weechat-aspell weechat-devel weechat-ruby weechat-python weechat-tcl weechat-lua weechat-perl"
|
||||
|
@ -32,10 +33,6 @@ if [ "$CROSS_BUILD" ]; then
|
|||
-DPERL_LFLAGS=-L$_perlpath"
|
||||
fi
|
||||
|
||||
post_extract() {
|
||||
vsed -i '/pkg_search_module/s/ruby-2.2/ruby-2.9 ruby-2.8 ruby-2.7 ruby-2.6 ruby-2.5 ruby-2.4 ruby-2.3 &/' cmake/FindRuby.cmake
|
||||
}
|
||||
|
||||
weechat-aspell_package() {
|
||||
lib32disabled=yes
|
||||
depends="${sourcepkg}>=${version}_${revision}"
|
||||
|
|
Loading…
Reference in New Issue