icu: update to 67.1; Claim maintainer
[ci skip]
This commit is contained in:
parent
a494b57d81
commit
786205f5f3
4 changed files with 16 additions and 31 deletions
|
@ -553,12 +553,12 @@ libkColorPicker.so.0.1.1 kColorPicker-0.1.1_1
|
||||||
libkImageAnnotator.so.0.2.1 kImageAnnotator-0.2.1_1
|
libkImageAnnotator.so.0.2.1 kImageAnnotator-0.2.1_1
|
||||||
libbabl-0.1.so.0 babl-0.1.16_1
|
libbabl-0.1.so.0 babl-0.1.16_1
|
||||||
libbamf3.so.2 bamf-0.5.1_1
|
libbamf3.so.2 bamf-0.5.1_1
|
||||||
libicuio.so.64 icu-libs-64.1_1
|
libicuio.so.67 icu-libs-67.1_1
|
||||||
libicui18n.so.64 icu-libs-64.1_1
|
libicui18n.so.67 icu-libs-67.1_1
|
||||||
libicudata.so.64 icu-libs-64.1_1
|
libicudata.so.67 icu-libs-67.1_1
|
||||||
libicutu.so.64 icu-libs-64.1_1
|
libicutu.so.67 icu-libs-67.1_1
|
||||||
libicuuc.so.64 icu-libs-64.1_1
|
libicuuc.so.67 icu-libs-67.1_1
|
||||||
libicutest.so.64 icu-libs-64.1_1
|
libicutest.so.67 icu-libs-67.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: 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
|
|
|
@ -2,21 +2,20 @@
|
||||||
# NOTE: Please convert this package to support progressive updates with the
|
# NOTE: Please convert this package to support progressive updates with the
|
||||||
# next soname bump.
|
# next soname bump.
|
||||||
pkgname=icu
|
pkgname=icu
|
||||||
version=64.2
|
version=67.1
|
||||||
revision=2
|
revision=1
|
||||||
wrksrc=icu
|
wrksrc=icu
|
||||||
build_wrksrc=source
|
build_wrksrc=source
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
# use archive data instead of .so data for correct cross-compiling
|
# use archive data instead of .so data for correct cross-compiling
|
||||||
configure_args="--with-data-packaging=archive"
|
configure_args="--with-data-packaging=archive --enable-static"
|
||||||
hostmakedepends="pkg-config"
|
hostmakedepends="pkg-config"
|
||||||
short_desc="Robust and fully-featured Unicode libraries"
|
short_desc="Robust and fully-featured Unicode libraries"
|
||||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
maintainer="Randy McCaskill <randy@mccaskill.us>"
|
||||||
license="ICU"
|
license="ICU"
|
||||||
homepage="http://www.icu-project.org/"
|
homepage="https://home.unicode.org/"
|
||||||
#distfiles="http://download.icu-project.org/files/icu4c/${version}/icu4c-${version//./_}-src.tgz"
|
distfiles="https://github.com/unicode-org/icu/releases/download/release-${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=94a80cd6f251a53bd2a997f6f1b5ac6653fe791dfab66e1eb0227740fb86d5dc
|
||||||
checksum=627d5d8478e6d96fc8c90fed4851239079a561a6a8b9e48b0892f24e82d31d6c
|
|
||||||
|
|
||||||
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"
|
||||||
|
@ -98,6 +97,7 @@ icu-devel_package() {
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr/include
|
vmove usr/include
|
||||||
vmove usr/lib/icu
|
vmove usr/lib/icu
|
||||||
|
vmove "usr/lib/*.a"
|
||||||
vmove usr/lib/pkgconfig
|
vmove usr/lib/pkgconfig
|
||||||
vmove usr/share/icu
|
vmove usr/share/icu
|
||||||
vmove usr/bin/icu-config
|
vmove usr/bin/icu-config
|
||||||
|
|
|
@ -1,2 +1,2 @@
|
||||||
site='http://site.icu-project.org/download'
|
site=https://github.com/unicode-org/icu/releases
|
||||||
pattern='ICU4C-Download">\K[\d.]+'
|
pattern="release-\K[\d\-]*(?=\.tar\.gz)"
|
||||||
|
|
Loading…
Reference in a new issue