From 1efccb1ea1706c8ee11029cebdf3d41b27ff32b5 Mon Sep 17 00:00:00 2001 From: Hirokazu MORIKAWA Date: Thu, 18 Oct 2018 16:59:15 +0900 Subject: [PATCH] icu: update to 63.1 ICU 63 updates to CLDR 34 locale data with many additions and corrections, and some new languages. ICU adds API for number and currency range formatting, and API for additional Unicode properties and for constructing custom properties. CLDR and ICU include data for testing readiness for the upcoming Japanese calendar era. Signed-off-by: Hirokazu MORIKAWA --- libs/icu/Makefile | 8 ++++---- libs/icu/patches/000-dont-cpy-files-from-topdirs.patch | 6 +++--- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/libs/icu/Makefile b/libs/icu/Makefile index c84784245..43f30d510 100644 --- a/libs/icu/Makefile +++ b/libs/icu/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=icu4c -PKG_VERSION:=62.1 -PKG_RELEASE:=2 +PKG_VERSION:=63.1 +PKG_RELEASE:=1 -PKG_SOURCE:=$(PKG_NAME)-62_1-src.tgz +PKG_SOURCE:=$(PKG_NAME)-63_1-src.tgz PKG_SOURCE_URL:=http://download.icu-project.org/files/$(PKG_NAME)/$(PKG_VERSION) -PKG_HASH:=3dd9868d666350dda66a6e305eecde9d479fb70b30d5b55d78a1deffb97d5aa3 +PKG_HASH:=05c490b69454fce5860b7e8e2821231674af0a11d7ef2febea9a32512998cb9d PKG_LICENSE:=ICU-1.8.1+ PKG_LICENSE_FILES:=LICENSE diff --git a/libs/icu/patches/000-dont-cpy-files-from-topdirs.patch b/libs/icu/patches/000-dont-cpy-files-from-topdirs.patch index cada77ff2..55dc4859d 100644 --- a/libs/icu/patches/000-dont-cpy-files-from-topdirs.patch +++ b/libs/icu/patches/000-dont-cpy-files-from-topdirs.patch @@ -2,11 +2,11 @@ diff --git a/Makefile.in b/Makefile.in index 9db6c52..6aa2273 100644 --- a/Makefile.in +++ b/Makefile.in -@@ -186,7 +186,6 @@ install-icu: $(INSTALLED_BUILT_FILES) +@@ -190,7 +190,6 @@ install-icu: $(INSTALLED_BUILT_FILES) $(INSTALL_SCRIPT) $(top_srcdir)/install-sh $(DESTDIR)$(pkgdatadir)/install-sh @$(MKINSTALLDIRS) $(DESTDIR)$(libdir)/pkgconfig $(INSTALL_DATA) $(ALL_PKGCONFIG_FILES) $(DESTDIR)$(libdir)/pkgconfig/ - $(INSTALL_DATA) $(top_srcdir)/../LICENSE $(DESTDIR)$(pkgdatadir)/LICENSE + ifeq ($(INSTALL_ICU_CONFIG),true) $(INSTALL_SCRIPT) $(top_builddir)/config/icu-config $(DESTDIR)$(bindir)/icu-config - $(INSTALL_DATA) $(top_builddir)/config/Makefile.inc $(DESTDIR)$(pkglibdir)/Makefile.inc - $(INSTALL_DATA) $(top_builddir)/config/pkgdata.inc $(DESTDIR)$(pkglibdir)/pkgdata.inc + endif