From 47a35706572614ae37123ad4137fee9d8fd93664 Mon Sep 17 00:00:00 2001 From: Randy McCaskill Date: Wed, 29 Apr 2020 23:10:19 -0400 Subject: [PATCH] icu: update to 67.1; Claim maintainer [ci skip] --- common/shlibs | 12 ++++++------ srcpkgs/icu/patches/big-endian.patch | 15 --------------- srcpkgs/icu/template | 13 ++++++------- srcpkgs/icu/update | 4 ++-- 4 files changed, 14 insertions(+), 30 deletions(-) delete mode 100644 srcpkgs/icu/patches/big-endian.patch diff --git a/common/shlibs b/common/shlibs index 9fb74043e9f..54bd27c283c 100644 --- a/common/shlibs +++ b/common/shlibs @@ -550,12 +550,12 @@ libkColorPicker.so.0.1.1 kColorPicker-0.1.1_1 libkImageAnnotator.so.0.2.1 kImageAnnotator-0.2.1_1 libbabl-0.1.so.0 babl-0.1.16_1 libbamf3.so.2 bamf-0.5.1_1 -libicuio.so.64 icu-libs-64.1_1 -libicui18n.so.64 icu-libs-64.1_1 -libicudata.so.64 icu-libs-64.1_1 -libicutu.so.64 icu-libs-64.1_1 -libicuuc.so.64 icu-libs-64.1_1 -libicutest.so.64 icu-libs-64.1_1 +libicuio.so.67 icu-libs-67.1_1 +libicui18n.so.67 icu-libs-67.1_1 +libicudata.so.67 icu-libs-67.1_1 +libicutu.so.67 icu-libs-67.1_1 +libicuuc.so.67 icu-libs-67.1_1 +libicutest.so.67 icu-libs-67.1_1 libaspell.so.15 aspell-0.60_1 libpspell.so.15 aspell-0.60_1 libenchant.so.1 enchant-1.4.2_1 diff --git a/srcpkgs/icu/patches/big-endian.patch b/srcpkgs/icu/patches/big-endian.patch deleted file mode 100644 index 46e0ae45c5c..00000000000 --- a/srcpkgs/icu/patches/big-endian.patch +++ /dev/null @@ -1,15 +0,0 @@ -Source: https://unicode-org.atlassian.net/browse/ICU-20533 -Upstream: pending(?) -Reason: fix build on big-endian architecture - ---- source/data/Makefile.in 2019-04-17 21:42:15.000000000 +0200 -+++ source/data/Makefile.in 2019-07-30 17:14:44.272986038 +0200 -@@ -149,6 +149,7 @@ - ifneq ($(ICUDATA_ARCHIVE),) - ICUDATA_SOURCE_ARCHIVE = $(OUTDIR)/$(ICUDATA_PLATFORM_NAME).dat --$(ICUDATA_SOURCE_ARCHIVE): $(ICUDATA_ARCHIVE) $(OUTDIR) -+$(ICUDATA_SOURCE_ARCHIVE): $(ICUDATA_ARCHIVE) -+ $(MKINSTALLDIRS) $(OUTDIR) - $(INVOKE) $(TOOLBINDIR)/icupkg -t$(ICUDATA_CHAR) $(ICUDATA_ARCHIVE) $(ICUDATA_SOURCE_ARCHIVE) - endif - else diff --git a/srcpkgs/icu/template b/srcpkgs/icu/template index cc72b96d921..fc3d0c325a3 100644 --- a/srcpkgs/icu/template +++ b/srcpkgs/icu/template @@ -2,8 +2,8 @@ # NOTE: Please convert this package to support progressive updates with the # next soname bump. pkgname=icu -version=64.2 -revision=2 +version=67.1 +revision=1 wrksrc=icu build_wrksrc=source build_style=gnu-configure @@ -11,12 +11,11 @@ build_style=gnu-configure configure_args="--with-data-packaging=archive" hostmakedepends="pkg-config" short_desc="Robust and fully-featured Unicode libraries" -maintainer="Orphaned " +maintainer="Randy McCaskill " license="ICU" -homepage="http://www.icu-project.org/" -#distfiles="http://download.icu-project.org/files/icu4c/${version}/icu4c-${version//./_}-src.tgz" -distfiles="https://osdn.net/frs/g_redir.php?m=kent&f=icu%2FICU4C%2F64.2%2Ficu4c-${version//./_}-src.tgz>icu4c-${version//./_}-src.tgz" -checksum=627d5d8478e6d96fc8c90fed4851239079a561a6a8b9e48b0892f24e82d31d6c +homepage="https://home.unicode.org/" +distfiles="https://github.com/unicode-org/icu/releases/download/release-${version//./-}/icu4c-${version//./_}-src.tgz" +checksum=94a80cd6f251a53bd2a997f6f1b5ac6653fe791dfab66e1eb0227740fb86d5dc if [ "$CROSS_BUILD" ]; then configure_args+=" --with-cross-build=${XBPS_BUILDDIR}/${wrksrc}/host-icu" diff --git a/srcpkgs/icu/update b/srcpkgs/icu/update index cbba24ead95..e33ef297284 100644 --- a/srcpkgs/icu/update +++ b/srcpkgs/icu/update @@ -1,2 +1,2 @@ -site='http://site.icu-project.org/download' -pattern='ICU4C-Download">\K[\d.]+' +site=https://github.com/unicode-org/icu/releases +pattern="release-\K[\d\-]*(?=\.tar\.gz)"