boost: rebuild against icu>=49.
This commit is contained in:
parent
481d8a31b8
commit
be7157e8e0
2 changed files with 5 additions and 5 deletions
|
@ -4,8 +4,8 @@ libm.so.6
|
||||||
libgcc_s.so.1
|
libgcc_s.so.1
|
||||||
libpthread.so.0
|
libpthread.so.0
|
||||||
libc.so.6
|
libc.so.6
|
||||||
libicuuc.so.46
|
libicuuc.so.49
|
||||||
libicui18n.so.46
|
libicui18n.so.49
|
||||||
libicudata.so.46
|
libicudata.so.49
|
||||||
libbz2.so.1
|
libbz2.so.1
|
||||||
libz.so.1
|
libz.so.1
|
||||||
|
|
|
@ -1,11 +1,11 @@
|
||||||
# Template file for 'boost'
|
# Template file for 'boost'
|
||||||
pkgname=boost
|
pkgname=boost
|
||||||
version=1.50.0
|
version=1.50.0
|
||||||
revision=1
|
revision=2
|
||||||
_boostver="$(echo $version|sed 's|\.|_|g')"
|
_boostver="$(echo $version|sed 's|\.|_|g')"
|
||||||
wrksrc="${pkgname}_${_boostver}"
|
wrksrc="${pkgname}_${_boostver}"
|
||||||
subpackages="boost-build boost-devel boost-jam boost-python"
|
subpackages="boost-build boost-devel boost-jam boost-python"
|
||||||
makedepends="zlib-devel icu-devel python-devel"
|
makedepends="zlib-devel icu-devel>=49.1 python-devel"
|
||||||
short_desc="Free peer-reviewed portable C++ source libraries"
|
short_desc="Free peer-reviewed portable C++ source libraries"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
homepage="http://www.boost.org/"
|
homepage="http://www.boost.org/"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue