upg libxml2

This commit is contained in:
joborun linux 2022-05-02 22:26:04 +03:00
parent bc08692a7f
commit 4baa64d5a5
3 changed files with 21 additions and 18 deletions

View File

@ -6,8 +6,8 @@
#-----------------------------------------| DESCRIPTION |---------------------------------------
pkgname=libxml2
pkgver=2.9.13
pkgrel=02
pkgver=2.9.14
pkgrel=01
pkgdesc='XML parsing library, version 2'
url='http://www.xmlsoft.org/'
arch=(x86_64)
@ -16,8 +16,7 @@ depends=(zlib readline ncurses xz icu)
makedepends=(python git)
optdepends=('python: Python bindings')
provides=(libxml2.so)
#_commit=b48e77cf4f6fa0792c5f4b639707a2b0675e461b # tags/v2.9.12^0
_commit=a075d256fd9ff15590b86d981b75a50ead124fca # tags/v2.9.13^0
_commit=7846b0a677f8d3ce72486125fa281e92ac9970e8 # tags/v2.9.14^0
source=("git+https://gitlab.gnome.org/GNOME/libxml2.git#commit=$_commit"
libxml2-2.9.8-python3-unicode-errors.patch
# no-fuzz.patch # Do not run fuzzing tests
@ -43,10 +42,11 @@ prepare() {
# Do not run fuzzing tests
git apply -3 ../no-fuzz.diff
autoreconf -fiv
# autoreconf -fiv
NOCONFIGURE=1 ./autogen.sh
}
build() (
build() {
cd build
../$pkgname/configure \
@ -59,7 +59,7 @@ build() (
make
find doc -type f -exec chmod 0644 {} +
)
}
check() {
make -C build check
@ -80,6 +80,6 @@ license=(MIT)
sha256sums=(SKIP
37eb81a8ec6929eed1514e891bff2dd05b450bcf0c712153880c485b7366c17c # libxml2-2.9.8-python3-unicode-errors.patch
# 163655aba312c237a234a82d64b71a65bd9d1d901e176d443e3e3ac64f3b1b32 # no-fuzz.patch
3fc010d8c42b93e6d6f1fca6b598a561e9d2c8780ff3ca0c76a31efabaea404f # no-fuzz.diff
9b61db9f5dbffa545f4b8d78422167083a8568c59bd1129f94138f936cf6fc1f) # xmlts20130923.tar.gz

View File

@ -1,11 +1,12 @@
# Maintainer: Jan Alexander Steffens (heftig) <heftig@archlinux.org>
# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
# Maintainer: Jan de Groot <jgc@archlinux.org>
# Contributor: Jan de Groot <jgc@archlinux.org>
# Contributor: Tom Gundersen <teg@jklm.no>
# Contributor: John Proctor <jproctor@prium.net>
pkgname=libxml2
pkgver=2.9.13
pkgrel=2
pkgver=2.9.14
pkgrel=1
pkgdesc='XML parsing library, version 2'
url='http://www.xmlsoft.org/'
arch=(x86_64)
@ -14,13 +15,14 @@ depends=(zlib readline ncurses xz icu)
makedepends=(python git)
optdepends=('python: Python bindings')
provides=(libxml2.so)
_commit=a075d256fd9ff15590b86d981b75a50ead124fca # tags/v2.9.13^0
options=(debug)
_commit=7846b0a677f8d3ce72486125fa281e92ac9970e8 # tags/v2.9.14^0
source=("git+https://gitlab.gnome.org/GNOME/libxml2.git#commit=$_commit"
libxml2-2.9.8-python3-unicode-errors.patch
no-fuzz.diff
https://www.w3.org/XML/Test/xmlts20130923.tar.gz)
sha256sums=('SKIP'
'37eb81a8ec6929eed1514e891bff2dd05b450bcf0c712153880c485b7366c17c'
'd331748e504e69603dac9c57f7b110a98a4bd4cb87e63d0c1bbcd71ec3635383'
'3fc010d8c42b93e6d6f1fca6b598a561e9d2c8780ff3ca0c76a31efabaea404f'
'9b61db9f5dbffa545f4b8d78422167083a8568c59bd1129f94138f936cf6fc1f')
@ -43,10 +45,10 @@ prepare() {
# Do not run fuzzing tests
git apply -3 ../no-fuzz.diff
autoreconf -fiv
NOCONFIGURE=1 ./autogen.sh
}
build() (
build() {
cd build
../libxml2/configure \
@ -59,7 +61,7 @@ build() (
make
find doc -type f -exec chmod -c 0644 {} +
)
}
check() {
make -C build check
@ -67,9 +69,9 @@ check() {
package() {
make -C build DESTDIR="$pkgdir" install
python -m compileall -d /usr/lib "$pkgdir/usr/lib"
python -O -m compileall -d /usr/lib "$pkgdir/usr/lib"
python -O -m compileall -d /usr/lib "$pkgdir/usr/lib"
install -Dm 644 build/COPYING -t "$pkgdir/usr/share/licenses/$pkgname"
}

View File

@ -2,3 +2,4 @@ python git
autoconf
automake
gettext