* update libxslt to 1.1.39-1
This commit is contained in:
parent
47d880dd58
commit
978b3e13cb
@ -8,7 +8,7 @@ pkgname=(
|
||||
libxslt
|
||||
libxslt-docs
|
||||
)
|
||||
pkgver=1.1.38
|
||||
pkgver=1.1.39
|
||||
pkgrel=1
|
||||
pkgdesc="XML stylesheet transformation library"
|
||||
url="https://gitlab.gnome.org/GNOME/libxslt/-/wikis/home"
|
||||
@ -26,7 +26,7 @@ makedepends=(
|
||||
checkdepends=(
|
||||
docbook-xml
|
||||
)
|
||||
_commit=b9196c0b357a903ad0a41cb4acce62cc1b0f2057 # tags/v1.1.38^0
|
||||
_commit=743ab691bed98ed11ac99bbd9d903d59fb814ab8 # tags/v1.1.39^0
|
||||
source=(
|
||||
"git+https://gitlab.gnome.org/GNOME/libxslt.git#commit=$_commit"
|
||||
)
|
||||
@ -47,12 +47,11 @@ build() {
|
||||
--prefix=/usr
|
||||
--sysconfdir=/etc
|
||||
--localstatedir=/var
|
||||
--with-python=/usr/bin/python
|
||||
--disable-static
|
||||
--with-python=/usr/bin/python
|
||||
)
|
||||
|
||||
cd libxslt
|
||||
|
||||
./configure "${configure_options[@]}"
|
||||
sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
|
||||
make
|
||||
@ -68,7 +67,6 @@ package_libxslt() {
|
||||
provides=(lib{,e}xslt.so)
|
||||
|
||||
cd libxslt
|
||||
|
||||
make DESTDIR="$pkgdir" install
|
||||
|
||||
mkdir -p ../doc/usr/share
|
||||
|
Loading…
x
Reference in New Issue
Block a user