Search Criteria
Package Details: icu60 60.3-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/icu60.git (read-only, click to copy) |
---|---|
Package Base: | icu60 |
Description: | International Components for Unicode library |
Upstream URL: | http://www.icu-project.org/ |
Licenses: | custom:"icu" |
Submitter: | brodokk |
Maintainer: | brodokk |
Last Packager: | brodokk |
Votes: | 5 |
Popularity: | 0.000000 |
First Submitted: | 2018-04-09 09:16 (UTC) |
Last Updated: | 2020-11-11 11:22 (UTC) |
Dependencies (1)
- gcc-libs (gcc-libs-gitAUR, gccrs-libs-gitAUR, gcc11-libsAUR, gcc-libs-snapshotAUR)
Required by (5)
- activtools
- cloaker-bin
- coppeliasim (optional)
- coppeliasim-bin (optional)
- vmware-ovftool
Latest Comments
brodokk commented on 2019-05-14 21:48 (UTC)
The package still works with sourceforge as source but I change the downloaded path file to match with icu project download page (http://blog.unicode.org/2018/07/icu-moves-to-github-and-jira.html). And I updated package to the last version. Thanks @Gerhard-Lemmer for this informations.
Gerhard-Lemmer commented on 2019-05-14 07:07 (UTC)
https://vorboss.dl.sourceforge.net/project/ doesn't seem to exist any more. I've checked on http://site.icu-project.org/download and it seems they've moved it to github. v60.2 (this package's version) seems to be available at https://github.com/unicode-org/icu/releases/tag/release-60-2. It seems the latest 60 version is 60.3, which is available at https://github.com/unicode-org/icu/releases/tag/release-60-3.
brodokk commented on 2018-07-10 18:59 (UTC) (edited on 2018-07-10 19:00 (UTC) by brodokk)
@jasonhansel your instruction are for the 32-bit version of the x86 instruction set not the 64-bit(x86-64) version.
And thanks for your tips, this can be useful for a potential lib32-icu60 package.
jasonhansel commented on 2018-05-23 19:20 (UTC) (edited on 2018-05-23 19:22 (UTC) by jasonhansel)
For this to work on x86_64:
./configure needs to be given: --libdir=/usr/lib32
export CC="gcc -m32"
export CXX="g++ -m32"
"rm" should remove things from lib32, not lib