Search Criteria
Package Details: icu74 74.2-9
Package Actions
Git Clone URL: | https://aur.archlinux.org/icu74.git (read-only, click to copy) |
---|---|
Package Base: | icu74 |
Description: | International Components for Unicode library (legacy version 74). |
Upstream URL: | http://www.icu-project.org/ |
Licenses: | Unicode-3.0 |
Conflicts: | icu, libicudata.so, libicui18n.so, libicuio.so, libicutest.so, libicutu.so, libicuuc.so |
Provides: | libicudata.so, libicui18n.so, libicuio.so, libicutest.so, libicutu.so, libicuuc.so |
Submitter: | andreas_baumann |
Maintainer: | andreas_baumann |
Last Packager: | andreas_baumann |
Votes: | 6 |
Popularity: | 0.135790 |
First Submitted: | 2024-05-21 15:01 (UTC) |
Last Updated: | 2025-02-15 08:57 (UTC) |
Dependencies (6)
- gcc-libs (gcc-libs-gitAUR, gccrs-libs-gitAUR, gcc11-libsAUR, gcc-libs-snapshotAUR)
- glibc (glibc-gitAUR, glibc-linux4AUR, glibc-eacAUR)
- clang (llvm-gitAUR, clang-minimal-gitAUR, clang17-binAUR) (make)
- make (make-gitAUR) (make)
- patch (patch-gitAUR) (make)
- python (python37AUR, python311AUR, python310AUR) (make)
Required by (66)
- brltty-git (requires libicuuc.so)
- electron22 (requires libicui18n.so)
- electron22 (requires libicuuc.so)
- electron23 (requires libicuuc.so)
- electron23 (requires libicui18n.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 libicuuc.so)
- electron28 (requires libicui18n.so)
- electron29 (requires libicuuc.so)
- electron29 (requires libicui18n.so)
- firefox-kde-opensuse (requires libicui18n.so)
- firefox-kde-opensuse (requires libicuuc.so)
- firefox-kde-opensuse-no-telemetry (requires libicui18n.so)
- firefox-kde-opensuse-no-telemetry (requires libicuuc.so)
- freerdp-git (requires libicuuc.so)
- Show 46 more...
Latest Comments
« First ‹ Previous 1 2 3 Next › Last »
dreieck commented on 2025-01-12 15:56 (UTC)
License identifier should be made SPDX compliant:
Unicode-3.0
.Regards!
dreieck commented on 2025-01-12 15:54 (UTC)
In the
PKGBUILD
, I am still listed as the maintainer of this package, which is (no longer) true.Regards!
dreieck commented on 2025-01-12 15:50 (UTC)
Can you also add the header files (
/usr/include/unicode-74/*
) foricu74
?dreieck commented on 2025-01-12 15:29 (UTC)
Can you please add
pkg-config
.pc
files foricu74
?I currently fail to manually feed
icu74
instead of the latest version oficu
into acmake
project without this.Regards!
dreieck commented on 2025-01-12 15:26 (UTC) (edited on 2025-01-12 15:27 (UTC) by dreieck)
Please download
LICENSE
to a package specific file name, e.g.icu74-LICENSE
.Otherwise, it is prone to conflicts on systems which have
$SRCDEST
specified, where all downloads for all packages and up in the same location, and other packages also use generic file names.Due to this, I experienced a false positive checksum verification error on
LICENSE
, because it was already there -- by another package which did the same.Regards and thanks for the package!
andreas_baumann commented on 2024-12-27 08:32 (UTC)
I guess python 3.13 has changed interfaces in unittest. You can build it without running the tests.
sgnay commented on 2024-12-27 02:17 (UTC) (edited on 2024-12-27 02:19 (UTC) by sgnay)
Here are some errors
AttributeError: module 'unittest' has no attribute 'makeSuite'
I tried modify file "icu/source/python/icutools/databuilder/test/filtration_test.py" from icu4c-74_2-src.tgz
futpib commented on 2024-10-30 10:42 (UTC)
andreas_baumann commented on 2024-05-30 10:38 (UTC) (edited on 2024-05-30 10:40 (UTC) by andreas_baumann)
Isn't that the right license https://github.com/unicode-org/icu/raw/main/LICENSE already? And shouldn't is use the version of the LICENSE fitting ot icu 74? Because ICU 75 takes in some more third party licenses, IIRC..
synthead commented on 2024-05-27 21:50 (UTC)
The license in this package is incorrect. It should copy what's in icu 75: https://gitlab.archlinux.org/archlinux/packaging/packages/icu/-/blob/main/PKGBUILD?ref_type=heads#L10
« First ‹ Previous 1 2 3 Next › Last »