diff options
author | orbea <orbea@riseup.net> | 2020-11-10 07:58:42 -0800 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-11-14 17:16:52 +0700 |
commit | faa4bc5bce016d16f09777683c5ca639f4e04aea (patch) | |
tree | 9a39e5fdd7d0076cf9448fdcbacd74dd79e741d7 /libraries | |
parent | 04b813adfffeb98c437cc189d41e8e16e7f56bcd (diff) |
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>
Diffstat (limited to 'libraries')
-rw-r--r-- | libraries/libxml++3/libxml++3.SlackBuild | 5 | ||||
-rw-r--r-- | libraries/libxml++3/libxml++3.info | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/libraries/libxml++3/libxml++3.SlackBuild b/libraries/libxml++3/libxml++3.SlackBuild index e6d5cb5f0fd0..8dba5148a08c 100644 --- a/libraries/libxml++3/libxml++3.SlackBuild +++ b/libraries/libxml++3/libxml++3.SlackBuild @@ -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 diff --git a/libraries/libxml++3/libxml++3.info b/libraries/libxml++3/libxml++3.info index 38bf254e4a8d..5fca9736f358 100644 --- a/libraries/libxml++3/libxml++3.info +++ b/libraries/libxml++3/libxml++3.info @@ -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" |