libxml2: update to 2.11.4.

This commit is contained in:
Duncaen 2023-06-22 13:07:47 +02:00
parent f055eba4d9
commit 1a16fec109
No known key found for this signature in database
GPG key ID: 335C1D17EC3D6E35

View file

@ -1,7 +1,7 @@
# Template file for 'libxml2' # Template file for 'libxml2'
pkgname=libxml2 pkgname=libxml2
version=2.11.2 version=2.11.4
revision=2 revision=1
build_style=gnu-configure build_style=gnu-configure
configure_args="--with-threads --with-history --with-icu configure_args="--with-threads --with-history --with-icu
--with-legacy --with-ftp --with-xptr-locs --enable-static" --with-legacy --with-ftp --with-xptr-locs --enable-static"
@ -13,10 +13,16 @@ maintainer="Enno Boland <gottox@voidlinux.org>"
license="MIT" license="MIT"
homepage="https://gitlab.gnome.org/GNOME/libxml2" homepage="https://gitlab.gnome.org/GNOME/libxml2"
distfiles="${GNOME_SITE}/libxml2/${version%.*}/libxml2-${version}.tar.xz" distfiles="${GNOME_SITE}/libxml2/${version%.*}/libxml2-${version}.tar.xz"
checksum=ac11e8b66176d49514bd4fa17c3fbdb3414aef64518ff9db536862e4682e2a64 checksum=737e1d7f8ab3f139729ca13a2494fd17bf30ddb4b7a427cf336252cab57f57f7
python_version=3 python_version=3
CFLAGS="-I$XBPS_CROSS_BASE/usr/include/python$py3_ver" CFLAGS="-I$XBPS_CROSS_BASE/usr/include/python$py3_ver"
post_extract() {
if [ "$XBPS_TARGET_LIBC" = "musl" ]; then
rm -f test/ebcdic_566012.xml
fi
}
post_install() { post_install() {
vlicense Copyright vlicense Copyright
} }