Package Details: icu72 72.1-2

Git Clone URL: https://aur.archlinux.org/icu72.git (read-only, click to copy)
Package Base: icu72
Description: International Components for Unicode library
Upstream URL: https://icu.unicode.org
Licenses: ICU, Unicode-3.0
Provides: icu72-bin
Submitter: Trenzalore
Maintainer: a821
Last Packager: a821
Votes: 1
Popularity: 0.000412
First Submitted: 2023-07-01 16:55 (UTC)
Last Updated: 2025-07-31 20:19 (UTC)

Latest Comments

1 2 Next › Last »

oech3 commented on 2025-07-24 08:32 (UTC)

Oh I did'nt notice that pkgs have depends=(icu72-bin). Thankyou for noting.

a821 commented on 2025-07-24 07:12 (UTC)

@oech3: I was coincidentally working on converting this package to source based as well. Here is the PKGBUILD I came up with: https://0x0.st/8nDh.txt

oech3 commented on 2025-07-24 06:43 (UTC)

Converting this (orphaned) to source-based pkg cause enforcing icu build to user.

andreas_baumann commented on 2025-07-21 08:35 (UTC) (edited on 2025-07-21 08:35 (UTC) by andreas_baumann)

My opinion is: don't provide a icu72-bin package containing alien binaries. Bundle the required icu72 shared libraries direcly in the atelierb-bin and atelierb-cssp-bin.

icu72-bin is named icu72 and suggorates a source package anyway, you risk that the Fedora icu72 libraries are used for other software.

It could be that atelierb-bin and atelierb-cssp-bin could work with the built icu72 shared libraries (built from source), but that must be tested.

Probably a flatpack, snap is anyway a better way to distribute this software, because it is clearly not developed with bleeding edge libraries in mind.

oech3 commented on 2025-07-21 08:30 (UTC) (edited on 2025-07-21 08:33 (UTC) by oech3)

Sorry. I don't think this is not needed to Fedora build.

oech3 commented on 2025-07-21 08:28 (UTC) (edited on 2025-07-21 08:33 (UTC) by oech3)

Yes. If you nm -D for bins at those pkgs, you see 72 specific symbol names. But it could be editted by a dirty patchelf hack. Should we ask maintainer of them to do?

andreas_baumann commented on 2025-07-21 08:23 (UTC)

Aeh, are atelierb-bin and atelierb-cssp-bin acutally requiring icu72-bin to be the Fedora version?

oech3 commented on 2025-07-21 08:14 (UTC)

Uploading icu72 is blocked by locking git repo name: https://aur.archlinux.org/packages/icu72-bin#comment-925259

andreas_baumann commented on 2025-07-21 06:14 (UTC)

Yes, and please do not simply download binary shared libaries from Fedora. See icu74, icu75. You have to use the version from gitlab which was used back then to build the last version of that icu version before it was upgraded and just keep the shared libaries .so.* (not the .so).

oech3 commented on 2025-07-20 18:52 (UTC)

Can you convert this to source based icu72?