libxslt: update to 1.1.35.
This commit is contained in:
parent
1b45ab21c9
commit
c9f230419b
3 changed files with 8 additions and 20 deletions
|
@ -1,13 +0,0 @@
|
|||
--- a/doc/xsltproc.xml 2019-10-30 21:02:14.000000000 +0100
|
||||
+++ b/doc/xsltproc.xml 2021-09-24 21:00:52.628526237 +0200
|
||||
@@ -1,8 +1,8 @@
|
||||
<?xml version="1.0"?>
|
||||
<?xml-stylesheet type="text/xsl"
|
||||
- href="http://cdn.docbook.org/release/xsl/current//manpages/docbook.xsl"?>
|
||||
+ href="/usr/share/xsl/docbook/manpages/docbook.xsl"?>
|
||||
<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN"
|
||||
- "http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd" [
|
||||
+ "/usr/share/xml/docbook/4.2/docbookx.dtd" [
|
||||
|
||||
<!ENTITY xsltproc "<command>xsltproc</command>">
|
||||
]>
|
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'libxslt'
|
||||
pkgname=libxslt
|
||||
version=1.1.34
|
||||
revision=5
|
||||
version=1.1.35
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
configure_args="--disable-static --disable-dependency-tracking"
|
||||
hostmakedepends="docbook-xml docbook-xsl libtool pkg-config"
|
||||
|
@ -10,10 +10,9 @@ short_desc="XSLT parser library from the GNOME project"
|
|||
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||
license="MIT"
|
||||
homepage="http://xmlsoft.org/XSLT/"
|
||||
distfiles="http://xmlsoft.org/sources/libxslt-${version}.tar.gz
|
||||
ftp://xmlsoft.org/${pkgname}/${pkgname}-${version}.tar.gz"
|
||||
checksum="98b1bd46d6792925ad2dfe9a87452ea2adebf69dcb9919ffd55bf926a7f93f7f
|
||||
98b1bd46d6792925ad2dfe9a87452ea2adebf69dcb9919ffd55bf926a7f93f7f"
|
||||
distfiles="https://download.gnome.org/sources/libxslt/${version%.*}/libxslt-${version}.tar.xz"
|
||||
checksum=8247f33e9a872c6ac859aa45018bc4c4d00b97e2feac9eebc10c93ce1f34dd79
|
||||
python_version=3
|
||||
|
||||
if [ "$CROSS_BUILD" ]; then
|
||||
hostmakedepends+=" libxslt"
|
||||
|
@ -57,7 +56,7 @@ libxslt-devel_package() {
|
|||
vmove usr/lib/pkgconfig
|
||||
vmove "usr/lib/*.so"
|
||||
vmove usr/share/aclocal
|
||||
vmove usr/share/doc/${sourcepkg}-${version}
|
||||
vmove usr/share/doc
|
||||
vmove usr/share/man/man3
|
||||
}
|
||||
}
|
||||
|
|
2
srcpkgs/libxslt/update
Normal file
2
srcpkgs/libxslt/update
Normal file
|
@ -0,0 +1,2 @@
|
|||
site='https://gitlab.gnome.org/GNOME/libxslt/-/tags'
|
||||
pattern='v\d+.[\d.]+\d'
|
Loading…
Reference in a new issue