mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
icu: update to 73.2.
This commit is contained in:
parent
14cd86c79b
commit
f112ae6a54
2 changed files with 9 additions and 9 deletions
|
@ -525,12 +525,12 @@ libkImageAnnotator.so.0 kImageAnnotator-0.4.1_1
|
||||||
libkColorPicker.so.0 kColorPicker-0.1.5_1
|
libkColorPicker.so.0 kColorPicker-0.1.5_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.72 icu-libs-72.1_2
|
libicuio.so.73 icu-libs-73.2_1
|
||||||
libicui18n.so.72 icu-libs-72.1_2
|
libicui18n.so.73 icu-libs-73.2_1
|
||||||
libicudata.so.72 icu-libs-72.1_2
|
libicudata.so.73 icu-libs-73.2_1
|
||||||
libicutu.so.72 icu-libs-72.1_2
|
libicutu.so.73 icu-libs-73.2_1
|
||||||
libicuuc.so.72 icu-libs-72.1_2
|
libicuuc.so.73 icu-libs-73.2_1
|
||||||
libicutest.so.72 icu-libs-72.1_2
|
libicutest.so.73 icu-libs-73.2_1
|
||||||
libaspell.so.15 libaspell-0.60.8_2
|
libaspell.so.15 libaspell-0.60.8_2
|
||||||
libpspell.so.15 libaspell-0.60.8_2
|
libpspell.so.15 libaspell-0.60.8_2
|
||||||
libenchant-2.so.2 enchant2-2.2.3_1
|
libenchant-2.so.2 enchant2-2.2.3_1
|
||||||
|
|
|
@ -2,8 +2,8 @@
|
||||||
# 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=72.1
|
version=73.2
|
||||||
revision=2
|
revision=1
|
||||||
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
|
||||||
|
@ -15,7 +15,7 @@ maintainer="Randy McCaskill <randy@mccaskill.us>"
|
||||||
license="ICU"
|
license="ICU"
|
||||||
homepage="https://home.unicode.org/"
|
homepage="https://home.unicode.org/"
|
||||||
distfiles="https://github.com/unicode-org/icu/releases/download/release-${version//./-}/icu4c-${version//./_}-src.tgz"
|
distfiles="https://github.com/unicode-org/icu/releases/download/release-${version//./-}/icu4c-${version//./_}-src.tgz"
|
||||||
checksum=a2d2d38217092a7ed56635e34467f92f976b370e20182ad325edea6681a71d68
|
checksum=818a80712ed3caacd9b652305e01afc7fa167e6f2e94996da44b90c2ab604ce1
|
||||||
|
|
||||||
CFLAGS="-fPIC -D_LARGE_FILE_SOURCE=1 -D_FILE_OFFSET_BITS=64"
|
CFLAGS="-fPIC -D_LARGE_FILE_SOURCE=1 -D_FILE_OFFSET_BITS=64"
|
||||||
CXXFLAGS="-fPIC -D_LARGE_FILE_SOURCE=1 -D_FILE_OFFSET_BITS=64"
|
CXXFLAGS="-fPIC -D_LARGE_FILE_SOURCE=1 -D_FILE_OFFSET_BITS=64"
|
||||||
|
|
Loading…
Add table
Reference in a new issue