icu: update to 62.1.
[ci skip]
This commit is contained in:
parent
4b15b4c60a
commit
b7c3ce7ffc
3 changed files with 11 additions and 26 deletions
|
@ -530,12 +530,12 @@ libmaildir.so.5 kdepim-runtime-17.12.3_1
|
||||||
libfolderarchivesettings.so.5 kdepim-runtime-17.12.3_1
|
libfolderarchivesettings.so.5 kdepim-runtime-17.12.3_1
|
||||||
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
|
||||||
libicuio.so.59 icu-libs-59.1_1
|
libicuio.so.62 icu-libs-62.1_1
|
||||||
libicui18n.so.59 icu-libs-59.1_1
|
libicui18n.so.62 icu-libs-62.1_1
|
||||||
libicudata.so.59 icu-libs-59.1_1
|
libicudata.so.62 icu-libs-62.1_1
|
||||||
libicutu.so.59 icu-libs-59.1_1
|
libicutu.so.62 icu-libs-62.1_1
|
||||||
libicuuc.so.59 icu-libs-59.1_1
|
libicuuc.so.62 icu-libs-62.1_1
|
||||||
libicutest.so.59 icu-libs-59.1_1
|
libicutest.so.62 icu-libs-62.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
|
||||||
libenchant.so.1 enchant-1.4.2_1
|
libenchant.so.1 enchant-1.4.2_1
|
||||||
|
|
|
@ -1,15 +0,0 @@
|
||||||
--- source/i18n/digitlst.cpp 2017-01-20 01:20:31.000000000 +0100
|
|
||||||
+++ source/i18n/digitlst.cpp 2017-08-18 20:51:03.053610939 +0200
|
|
||||||
@@ -61,11 +61,7 @@
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#if U_USE_STRTOD_L
|
|
||||||
-# if U_PLATFORM_USES_ONLY_WIN32_API || U_PLATFORM == U_PF_CYGWIN
|
|
||||||
-# include <locale.h>
|
|
||||||
-# else
|
|
||||||
-# include <xlocale.h>
|
|
||||||
-# endif
|
|
||||||
+# include <locale.h>
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// ***************************************************************************
|
|
|
@ -1,17 +1,17 @@
|
||||||
# Template build file for 'icu'.
|
# Template file for 'icu'
|
||||||
pkgname=icu
|
pkgname=icu
|
||||||
version=59.1
|
version=62.1
|
||||||
revision=2
|
revision=1
|
||||||
wrksrc=icu
|
wrksrc=icu
|
||||||
build_wrksrc=source
|
build_wrksrc=source
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
hostmakedepends="pkg-config"
|
hostmakedepends="pkg-config"
|
||||||
short_desc="Robust and full-featured Unicode services"
|
short_desc="Robust and full-featured Unicode services"
|
||||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
|
license="ICU"
|
||||||
homepage="http://www.icu-project.org/"
|
homepage="http://www.icu-project.org/"
|
||||||
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=7132fdaf9379429d004005217f10e00b7d2319d0fea22bdfddef8991c45b75fe
|
checksum=3dd9868d666350dda66a6e305eecde9d479fb70b30d5b55d78a1deffb97d5aa3
|
||||||
|
|
||||||
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"
|
||||||
|
|
Loading…
Reference in a new issue