#!/usr/bin/bash # JOBoRun : Jwm OpenBox Obarun RUNit # Maintainer : Joe Bo Run # PkgSource : url="https://gittea.disroot.org/joborun-pkg/jobcore/$pkgname" # Website : https://pozol.eu #-----------------------------------------| DESCRIPTION |--------------------------------------- ## **** This is not on testing yet, it is not ready to be used till its dependents are built *** ## the current stable version is 72.1 and the patch is ommitted pkgname=icu pkgver=74.2 pkgrel=01 pkgdesc="International Components for Unicode library" groups=( jobbot ) url="https://icu.unicode.org" depends=('gcc-libs' 'glibc' 'sh') makedepends=('python') provides=(libicu{data,i18n,io,test,tu,uc}.so) # options=('debug') ### uncomment this for debug pkg source=(https://github.com/unicode-org/icu/releases/download/release-${pkgver//./-}/${pkgname}4c-${pkgver//./_}-src.tgz{,.asc} ICU-22132.patch https://github.com/unicode-org/icu/releases/download/release-74-2/SHASUM512.txt LICENSE) prepare() { cd icu/source # Required fix for thunderbird 115 to show Calendar and sidebar properly # https://bugzilla.mozilla.org/show_bug.cgi?id=1843007 # https://unicode-org.atlassian.net/browse/ICU-22132 patch -Np1 < "../../ICU-22132.patch" } build() { cd icu/source ./configure --prefix=/usr \ --sysconfdir=/etc \ --mandir=/usr/share/man \ --sbindir=/usr/bin make } check() { cd icu/source make check } package() { cd icu/source make DESTDIR="${pkgdir}" install # Install license # https://unicode-org.atlassian.net/browse/ICU-22601 # install -Dm644 "${srcdir}"/icu/LICENSE "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE install -Dm644 "${srcdir}"/LICENSE "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE } #---- arch license gpg-key & sha256sums ---- arch=(x86_64) license=('custom:icu') #validpgpkeys=('BA90283A60D67BA0DD910A893932080F4FB419E3') # "Steven R. Loomis (filfla-signing) " #validpgpkeys+=('9731166CD8E23A83BEE7C6D3ACA5DBE1FD8FABF1') # "Steven R. Loomis (ICU Project) " validpgpkeys+=('FFA9129A180D765B7A5BEA1C9B432B27D1BA20D7') # "Fredrik Roubert " #validpgpkeys+=('E4098B78AFC94394F3F49AA903996C7C83F12F11') # "keybase.io/srl295 " #validpgpkeys+=('4569BBC09DA846FC91CBD21CE1BBA44593CF2AE0') # "Steven R. Loomis (codesign-qormi) " #validpgpkeys=('0E51E7F06EF719FBD072782A5F56E5AFA63CCD33') #"Craig Cornelius (For use with ICU releases) " validpgpkeys=('3DA35301A7C330257B8755754058F67406EAA6AB') # Craig Cornelius ## https://github.com/unicode-org/icu/releases/download/release-74-1/SHASUM512.txt ## 32c28270aa5d94c58d2b1ef46d4ab73149b5eaa2e0621d4a4c11597b71d146812f5e66db95f044e8aaa11b94e99edd4a48ab1aa8efbe3d72a73870cd56b564c2 icu4c-74_1-src.tgz sha512sums=('0cbe29122370ba03a8fb5b0f1494f598748044ad2aa4d66ba65fe98ebeb88da2d73d324ad6bfc44e004846e0ab5c9a34d1fdf3d6bdb3095c0d47e929b943e6db' 'SKIP' '1178062ccfcf7ecc698c64132b3612e73f9c4b0bbfaa668ae2039f3eb4cb2722d0b08a9f45b057da10def7a308d5c8d14c0c644892e7f11092c9cc488c850ab7' 'SKIP' 'c1c3b2deaf2aeb1d90c1ca85d57db921e140e5087c1eba579dabaca94568a840a0e105145b8016f3b7269216ddc1b0ac56e1d5d1753129a99367e51e2080a6b0') sha256sums=(5e4fb11d6a3e6b85afb55de8da8a71538f1d8fd64fce893986b37d60e5bb0091 # icu4c-74_2-src.tgz 1ca528b0017bae639fec7e89e3f988d0fa7def3e2436e5f7f5f9ec7dec2d9ece # icu4c-74_2-src.tgz.asc f534b472dd7a6961591466eef542e2c3ad698d3008c9b6af813c66cbc0b4dd8e # ICU-22132.patch dd6afcc786b8678e14140f1c4c0de162a94a9b6dcfc42117a30fa3e28fe4b06e # SHASUM512.txt f3005e195ff74d8812cc1f182a1c446fab678d70a10e3dada497585befee5416) # LICENSE ## 2e544ce46a1a78d77e4c743b16300993883d25a047ebab4c772e2c8be4393c3b icu-74.2-01-x86_64.pkg.tar.lz