ports/opt (3.7): itstool: fix ups for libxslt including the python bindings, https and a small patch to solve some documentation building crashes
![](https://secure.gravatar.com/avatar/df8330968b6df8cd1c1942c5fb4b720c.jpg?s=120&d=mm&r=g)
commit 72770b2a454969b179a07f219bc37098c1b1993e Author: Danny Rawlins <contact@romster.me> Date: Sun May 14 18:49:46 2023 +1000 itstool: fix ups for libxslt including the python bindings, https and a small patch to solve some documentation building crashes diff --git a/itstool/.signature b/itstool/.signature index 58ad668fb..b86637bc5 100644 --- a/itstool/.signature +++ b/itstool/.signature @@ -1,5 +1,6 @@ untrusted comment: verify with /etc/ports/opt.pub -RWSE3ohX2g5d/UNX6PiFV8FjDsw0RKC/9YW6BuEj9C1lAwQAxv1qW+k7wRomiXvH9Mpm9oGi2Hzw/5SyPXFuk5aGdY/4yTBW6wM= -SHA256 (Pkgfile) = 25c835025d1f736d530f4f276ce1c4234482203910662338a5d2965710ceb4a0 +RWSE3ohX2g5d/fWE2euZ5K+L43ur/M5xclGPHSTZ7+4Xce24kWiwHKZ2c6uHZXoUYugQKtk4bcOPrVN/5/9J0dxeJsQvRRJJmwI= +SHA256 (Pkgfile) = 7305b3c892782523d5a5be6aa6059ecbef411a90191fd3d4d165f9fda88c142f SHA256 (.footprint) = c4575ed0855fe330812c99fc5a1cad8647601e5ef70601a67151289b91d16ee6 SHA256 (itstool-2.0.7.tar.bz2) = 6b9a7cd29a12bb95598f5750e8763cee78836a1a207f85b74d8b3275b27e87ca +SHA256 (0001-Fix-the-crash-from-912099.patch) = b43cea38118aaefa6724136d142dcc7099cd6de04cf2e226f53d4310dfe207cc diff --git a/itstool/Pkgfile b/itstool/Pkgfile index f93781a7b..409349494 100644 --- a/itstool/Pkgfile +++ b/itstool/Pkgfile @@ -1,16 +1,19 @@ # Description: XML to PO and back again. -# URL: http://itstool.org/ +# URL: https://itstool.org/ # Maintainer: Danny Rawlins, crux at romster dot me -# Depends on: python3-libxml2 +# Depends on: libxml2 name=itstool version=2.0.7 -release=1 -source=(http://files.itstool.org/itstool/$name-$version.tar.bz2) +release=2 +source=(https://files.itstool.org/itstool/$name-$version.tar.bz2 + 0001-Fix-the-crash-from-912099.patch) build() { cd $name-$version + patch -p1 -i $SRC/0001-Fix-the-crash-from-912099.patch + PYTHON=/usr/bin/python3 \ ./configure --prefix=/usr
participants (1)
-
crux@crux.nu