libraries/libxml++3: Updated for version 3.2.2.

Signed-off-by: orbea <orbea@riseup.net>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
orbea 2020-11-10 07:58:42 -08:00 committed by Willy Sudiarto Raharjo
parent 04b813adff
commit faa4bc5bce
No known key found for this signature in database
GPG key ID: 3F617144D7238786
2 changed files with 7 additions and 4 deletions

View file

@ -24,7 +24,7 @@
PRGNAM=libxml++3
SRCNAM=${PRGNAM%3}
VERSION=${VERSION:-3.2.0}
VERSION=${VERSION:-3.2.2}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -70,6 +70,9 @@ find -L . \
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
# Generate sources
mm-common-prepare -cf
# Respect --docdir
sed -i 's|$(datarootdir)/doc/$(book_name)|$(docdir)|' build/doc-reference.am

View file

@ -1,8 +1,8 @@
PRGNAM="libxml++3"
VERSION="3.2.0"
VERSION="3.2.2"
HOMEPAGE="http://libxmlplusplus.sourceforge.net"
DOWNLOAD="https://ftp.gnome.org/pub/GNOME/sources/libxml++/3.2/libxml++-3.2.0.tar.xz"
MD5SUM="c22a62cebbbb3b360ef4ddbe259a44b7"
DOWNLOAD="https://ftp.gnome.org/pub/GNOME/sources/libxml++/3.2/libxml++-3.2.2.tar.xz"
MD5SUM="02228e5a9915d1d75d8a01a0b717f5a8"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="mm-common"