Search Criteria
Package Details: icu73 73.2-7
Package Actions
Git Clone URL: | https://aur.archlinux.org/icu73.git (read-only, click to copy) |
---|---|
Package Base: | icu73 |
Description: | International Components for Unicode library (version 73) |
Upstream URL: | https://icu.unicode.org |
Licenses: | BSD-3-Clause, BSD-2-Clause, LicenseRef-Unicode-3.0, NAIST-2003 |
Conflicts: | icu73-bin |
Provides: | libicudata.so, libicui18n.so, libicuio.so, libicutest.so, libicutu.so, libicuuc.so |
Submitter: | birdspider |
Maintainer: | birdspider |
Last Packager: | birdspider |
Votes: | 1 |
Popularity: | 0.27 |
First Submitted: | 2024-01-08 17:09 (UTC) |
Last Updated: | 2025-04-11 13:36 (UTC) |
Dependencies (4)
- gcc-libs (gcc-libs-gitAUR, gccrs-libs-gitAUR, gcc11-libsAUR, gcc-libs-snapshotAUR)
- glibc (glibc-gitAUR, glibc-linux4AUR, glibc-eacAUR)
- sh (dashbinshAUR, bash-devel-static-gitAUR, zshbinshAUR, bash-devel-gitAUR, bash-gitAUR, bash)
- python (python37AUR, python311AUR, python310AUR) (make)
Required by (61)
- brltty-git (requires libicuuc.so)
- electron22 (requires libicui18n.so)
- electron22 (requires libicuuc.so)
- electron23 (requires libicui18n.so)
- electron23 (requires libicuuc.so)
- electron24 (requires libicui18n.so)
- electron24 (requires libicuuc.so)
- electron25 (requires libicui18n.so)
- electron25 (requires libicuuc.so)
- electron26 (requires libicui18n.so)
- electron26 (requires libicuuc.so)
- electron28 (requires libicui18n.so)
- electron28 (requires libicuuc.so)
- electron29 (requires libicui18n.so)
- electron29 (requires libicuuc.so)
- firefox-kde-opensuse (requires libicuuc.so)
- firefox-kde-opensuse (requires libicui18n.so)
- firefox-kde-opensuse-no-telemetry (requires libicui18n.so)
- firefox-kde-opensuse-no-telemetry (requires libicuuc.so)
- freerdp-git (requires libicuuc.so)
- Show 41 more...
Latest Comments
oech3 commented on 2025-04-11 14:18 (UTC)
I don't famliliar with ABI/API compability with icu (while icu in Core repo provide 76-64). But, AUR helper may prioritize icu in core repo if icu73 doesn't provide any pkg.
(icu76-64 should be removed from AUR if they are really ABI compat).
birdspider commented on 2025-04-11 13:37 (UTC)
@oech3, I attempted to fix it / align it with "core/icu", and added the headers. Is it better, should it provide=(libicudata.so=73-64,...) ?
oech3 commented on 2025-04-11 05:54 (UTC)
This should not provide libicudata.so, etc...
birdspider commented on 2025-01-12 18:05 (UTC)
@dreieck, I took a look, and a) don't know how and b) icu73 not needed by me anymore.
dreieck commented on 2025-01-12 15:50 (UTC)
Can you also add the header files (
/usr/include/unicode-73/*
) foricu73
?dreieck commented on 2025-01-12 15:38 (UTC) (edited on 2025-01-12 15:39 (UTC) by dreieck)
Can you please add
pkg-config
.pc
files foricu73
?I currently fail to manually feed
icu73
instead of the latest version oficu
into acmake
project without this.Regards!
applebloom commented on 2024-10-27 08:30 (UTC) (edited on 2024-10-27 08:31 (UTC) by applebloom)
The package currently fails to build because a buffer overflow is detected (there's a message
buffer overflow detected
in the log) during tests. Build succeeds, so you could workaround this by disablingcheck
, or you can disable overflow detection inCFLAGS
I think. I did neither, I just installed theicu73-bin
package for now.birdspider commented on 2024-01-17 15:28 (UTC)
@joeleg
Hi, i cannot reproduce this with LC_ALL=C or LC_ALL=de_AT.UTF-8, so: what locale are you using, and which test failed because
intltest
is only the category/groupjoeleg commented on 2024-01-17 14:59 (UTC)
Hi,
I'm getting the build to fail with its check. Here is the error message:
| *** FAILING TEST SUMMARY FOR: intltest testLocale icuserv | *** END FAILING TEST SUMMARY FOR: intltest
ALL TESTS SUMMARY: ok: testdata iotest cintltst ===== ERRS: intltest
I'm wondering if you can look into this error. Thanks