File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,8 +5,8 @@ pkgname=(
55 libxslt
66 libxslt-docs
77)
8- pkgver=1.1.43
9- pkgrel=2
8+ pkgver=1.1.45
9+ pkgrel=1
1010pkgdesc=" XML stylesheet transformation library"
1111url=" https://gitlab.gnome.org/GNOME/libxslt/-/wikis/home"
1212arch=(x86_64 aarch64 riscv64 loongarch64)
@@ -18,29 +18,28 @@ depends=(
1818)
1919makedepends=(
2020 git
21- python
2221)
2322checkdepends=(
2423 docbook-xml
2524)
2625source=(
2726 " git+https://gitlab.gnome.org/GNOME/libxslt.git#tag=v$pkgver "
2827)
29- sha256sums=(' 19b21c75adfbb9c8b67f4ff99daf5710eb94c0bc7a843296c37f50c0948c8fe5 ' )
28+ sha256sums=(' ff4992ab492670781f37b958caab062cd4612f2c6826c01dd4999f30263208ba ' )
3029
3130prepare () {
3231 cd libxslt
33- rm tests/REC/test-10-3.* # FIXME: locale issue
3432 NOCONFIGURE=1 ./autogen.sh
3533}
3634
3735build () {
36+ # python binding and tests are disabled for now
3837 local configure_options=(
3938 --prefix=/usr
4039 --sysconfdir=/etc
4140 --localstatedir=/var
4241 --disable-static
43- --with-python=/usr/bin/python
42+ --with-python=no
4443 )
4544
4645 cd libxslt
@@ -51,11 +50,12 @@ build() {
5150
5251check () {
5352 cd libxslt
54- make check
53+ # test suite needs deprecated Python libxml2 module
54+ # https://gitlab.gnome.org/GNOME/libxslt/-/issues/164
55+ # make check
5556}
5657
5758package_libxslt () {
58- optdepends=(' python: Python bindings' )
5959 provides=(lib{,e}xslt.so)
6060
6161 cd libxslt
You can’t perform that action at this time.
0 commit comments