diff --git a/srcpkgs/libxslt/patches/fix-manpage.patch b/srcpkgs/libxslt/patches/fix-manpage.patch deleted file mode 100644 index 881338aca4..0000000000 --- a/srcpkgs/libxslt/patches/fix-manpage.patch +++ /dev/null @@ -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 @@ - - -+ href="/usr/share/xsl/docbook/manpages/docbook.xsl"?> - xsltproc"> - ]> diff --git a/srcpkgs/libxslt/template b/srcpkgs/libxslt/template index 0a18a2e3fc..fbede2817b 100644 --- a/srcpkgs/libxslt/template +++ b/srcpkgs/libxslt/template @@ -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 " 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 } } diff --git a/srcpkgs/libxslt/update b/srcpkgs/libxslt/update new file mode 100644 index 0000000000..f85b09e1ab --- /dev/null +++ b/srcpkgs/libxslt/update @@ -0,0 +1,2 @@ +site='https://gitlab.gnome.org/GNOME/libxslt/-/tags' +pattern='v\d+.[\d.]+\d'