mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
weechat: update to 4.4.4.
This commit is contained in:
parent
e15332f9c6
commit
8707ef24b6
1 changed files with 5 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'weechat'
|
# Template file for 'weechat'
|
||||||
pkgname=weechat
|
pkgname=weechat
|
||||||
version=4.4.3
|
version=4.4.4
|
||||||
revision=1
|
revision=1
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
configure_args="-DENABLE_MAN=ON -DENABLE_PERL=ON
|
configure_args="-DENABLE_MAN=ON -DENABLE_PERL=ON
|
||||||
|
@ -18,7 +18,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.md"
|
changelog="https://raw.githubusercontent.com/weechat/weechat/master/CHANGELOG.md"
|
||||||
distfiles="https://www.weechat.org/files/src/weechat-${version}.tar.xz"
|
distfiles="https://www.weechat.org/files/src/weechat-${version}.tar.xz"
|
||||||
checksum=295612f8dc24af28c918257d3014eb53342a5d077d5e3d9a3eadf303bd8febfa
|
checksum=a8f4bb768c3d6ac3ea1eb4e6dc7a7bb2ee19b734a72cc58e063476dae8f3d077
|
||||||
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"
|
||||||
|
@ -32,6 +32,9 @@ if [ "$CROSS_BUILD" ]; then
|
||||||
-DPERL_CFLAGS=-I$_perlpath
|
-DPERL_CFLAGS=-I$_perlpath
|
||||||
-DPERL_LFLAGS=-L$_perlpath"
|
-DPERL_LFLAGS=-L$_perlpath"
|
||||||
fi
|
fi
|
||||||
|
pre_configure() {
|
||||||
|
configure_args+=" -DRuby_CONFIG_INCLUDE_DIR=${XBPS_CROSS_BASE}/$(pkg-config --variable=rubyarchhdrdir ruby-3.3)"
|
||||||
|
}
|
||||||
|
|
||||||
weechat-aspell_package() {
|
weechat-aspell_package() {
|
||||||
lib32disabled=yes
|
lib32disabled=yes
|
||||||
|
|
Loading…
Add table
Reference in a new issue