From 343da92d12bafa2a7b43f91b92760016946958b0 Mon Sep 17 00:00:00 2001 From: classabbyamp Date: Sat, 2 Dec 2023 03:21:15 -0500 Subject: [PATCH] Revert "libxml2: update to 2.12.1." This reverts commit 35f385c068a72f1bba6a95705b7aae05b106c53e. breaks inkscape's build: xmlFree undefined --- srcpkgs/libxml2/template | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/srcpkgs/libxml2/template b/srcpkgs/libxml2/template index 47e53b1e27d..f5c305fdd0d 100644 --- a/srcpkgs/libxml2/template +++ b/srcpkgs/libxml2/template @@ -1,7 +1,8 @@ # Template file for 'libxml2' pkgname=libxml2 -version=2.12.1 -revision=1 +reverts="2.12.1_1" +version=2.11.4 +revision=5 build_style=gnu-configure configure_args="--with-threads --with-history --with-icu --with-legacy --with-ftp --with-xptr-locs --enable-static" @@ -12,9 +13,8 @@ short_desc="Library providing XML and HTML support" maintainer="Enno Boland " license="MIT" homepage="https://gitlab.gnome.org/GNOME/libxml2" -changelog="https://gitlab.gnome.org/GNOME/libxml2/-/raw/master/NEWS" distfiles="${GNOME_SITE}/libxml2/${version%.*}/libxml2-${version}.tar.xz" -checksum=8982b9ccdf7f456e30d8f7012d50858c6623e495333b6191def455c7e95427eb +checksum=737e1d7f8ab3f139729ca13a2494fd17bf30ddb4b7a427cf336252cab57f57f7 python_version=3 CFLAGS="-I$XBPS_CROSS_BASE/usr/include/python$py3_ver"