weechat: update to 3.4.

This commit is contained in:
Leah Neukirchen 2021-12-19 16:45:45 +01:00
parent cbd88f1a95
commit d286876bac

View file

@ -1,7 +1,7 @@
# Template file for 'weechat'
pkgname=weechat
version=3.3
revision=2
version=3.4
revision=1
build_style=cmake
configure_args="-DENABLE_MAN=ON -DENABLE_PERL=ON
-DENABLE_LUA=ON -DENABLE_RUBY=ON -DENABLE_SPELL=ON
@ -17,7 +17,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=cafeab8af8be4582ccfd3e74fd40e5086a1efa158231f2c26b8b05c3950fcbdf
checksum=7cd3dcc7029e888de49e13ebbcc3749586ff59c9d97f89f5eeb611067c7bb94c
lib32disabled=yes
subpackages="weechat-aspell weechat-devel weechat-ruby weechat-python weechat-tcl weechat-lua weechat-perl"
@ -32,10 +32,6 @@ if [ "$CROSS_BUILD" ]; then
-DPERL_LFLAGS=-L$_perlpath"
fi
post_extract() {
vsed -i '/pkg_search_module/s/ruby-2.7/ruby-3.0 &/' cmake/FindRuby.cmake
}
weechat-aspell_package() {
lib32disabled=yes
depends="${sourcepkg}>=${version}_${revision}"