icu: update to 57.1. (soname bump)
This commit is contained in:
parent
eccd5d20fe
commit
d5ff8b8493
|
@ -476,14 +476,14 @@ libfsimage.so.1.0 xen-libs-4.2.2_2
|
||||||
libbabl-0.1.so.0 babl-0.1.10_1
|
libbabl-0.1.so.0 babl-0.1.10_1
|
||||||
libbamf3.so.2 bamf-0.5.1_1
|
libbamf3.so.2 bamf-0.5.1_1
|
||||||
libgegl-0.2.so.0 gegl-0.2.0_1
|
libgegl-0.2.so.0 gegl-0.2.0_1
|
||||||
libiculx.so.56 icu-libs-56.1_1
|
libiculx.so.57 icu-libs-57.1_1
|
||||||
libicule.so.56 icu-libs-56.1_1
|
libicule.so.57 icu-libs-57.1_1
|
||||||
libicuio.so.56 icu-libs-56.1_1
|
libicuio.so.57 icu-libs-57.1_1
|
||||||
libicui18n.so.56 icu-libs-56.1_1
|
libicui18n.so.57 icu-libs-57.1_1
|
||||||
libicudata.so.56 icu-libs-56.1_1
|
libicudata.so.57 icu-libs-57.1_1
|
||||||
libicutu.so.56 icu-libs-56.1_1
|
libicutu.so.57 icu-libs-57.1_1
|
||||||
libicuuc.so.56 icu-libs-56.1_1
|
libicuuc.so.57 icu-libs-57.1_1
|
||||||
libicutest.so.56 icu-libs-56.1_1
|
libicutest.so.57 icu-libs-57.1_1
|
||||||
libaspell.so.15 aspell-0.60_1
|
libaspell.so.15 aspell-0.60_1
|
||||||
libpspell.so.15 aspell-0.60_1
|
libpspell.so.15 aspell-0.60_1
|
||||||
libhunspell-1.2.so.0 hunspell-1.2.8_1
|
libhunspell-1.2.so.0 hunspell-1.2.8_1
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# Template build file for 'icu'.
|
# Template build file for 'icu'.
|
||||||
pkgname=icu
|
pkgname=icu
|
||||||
version=56.1
|
version=57.1
|
||||||
revision=2
|
revision=1
|
||||||
wrksrc=icu
|
wrksrc=icu
|
||||||
build_wrksrc=source
|
build_wrksrc=source
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
|
@ -11,7 +11,7 @@ maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
homepage="http://www.icu-project.org/"
|
homepage="http://www.icu-project.org/"
|
||||||
license="ICU License /usr/share/licenses/icu/license.html"
|
license="ICU License /usr/share/licenses/icu/license.html"
|
||||||
distfiles="http://download.icu-project.org/files/icu4c/${version}/icu4c-${version//./_}-src.tgz"
|
distfiles="http://download.icu-project.org/files/icu4c/${version}/icu4c-${version//./_}-src.tgz"
|
||||||
checksum=3a64e9105c734dcf631c0b3ed60404531bce6c0f5a64bfe1a6402a4cc2314816
|
checksum=ff8c67cb65949b1e7808f2359f2b80f722697048e90e7cfc382ec1fe229e9581
|
||||||
|
|
||||||
if [ "$CROSS_BUILD" ]; then
|
if [ "$CROSS_BUILD" ]; then
|
||||||
configure_args+=" --with-cross-build=${XBPS_BUILDDIR}/${wrksrc}/host-icu"
|
configure_args+=" --with-cross-build=${XBPS_BUILDDIR}/${wrksrc}/host-icu"
|
||||||
|
@ -42,7 +42,7 @@ pre_configure() {
|
||||||
}
|
}
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense $wrksrc/license.html
|
vlicense $wrksrc/LICENSE
|
||||||
}
|
}
|
||||||
|
|
||||||
icu-devel_package() {
|
icu-devel_package() {
|
||||||
|
|
Loading…
Reference in New Issue