[arch-commits] Commit in icu/repos (testing-x86_64 testing-x86_64/PKGBUILD)

2020-02-24 Thread Evangelos Foutras via arch-commits
Date: Monday, February 24, 2020 @ 22:52:34
  Author: foutrelis
Revision: 376170

archrelease: copy trunk to testing-x86_64

Added:
  icu/repos/testing-x86_64/
  icu/repos/testing-x86_64/PKGBUILD
(from rev 376169, icu/trunk/PKGBUILD)

--+
 PKGBUILD |   58 ++
 1 file changed, 58 insertions(+)

Copied: icu/repos/testing-x86_64/PKGBUILD (from rev 376169, icu/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2020-02-24 22:52:34 UTC (rev 376170)
@@ -0,0 +1,58 @@
+# Maintainer: Andreas Radke 
+# Contributor: Art Gramlich 
+
+pkgname=icu
+pkgver=65.1
+pkgrel=3
+pkgdesc="International Components for Unicode library"
+arch=(x86_64)
+url="http://site.icu-project.org/home;
+license=('custom:icu')
+depends=('gcc-libs' 'sh')
+makedepends=('python')
+#makedepends=('clang')
+# no https available
+source=(https://github.com/unicode-org/icu/releases/download/release-${pkgver//./-}/${pkgname}4c-${pkgver//./_}-src.tgz{,.asc}
+
icu-65.1-initialized-buffer-uloc_getKeywordValue.patch::https://github.com/unicode-org/icu/commit/fab4c3c719.patch
+
icu-65.1-prevent-SEGV_MAPERR-in-append.patch::https://github.com/unicode-org/icu/commit/b7d08bc04a.patch)
+# 
https://github.com/unicode-org/icu/releases/download/release-65-1/SHASUM512.txt
+sha512sums=('8f1ef33e1f4abc9a8ee870331c59f01b473d6da1251a19ce403f822f3e3871096f0791855d39c8f20c612fc49cda2c62c06864aa32ddab2dbd186d2b21ce9139'
+'SKIP'
+
'8898fe0fa9805304cd2fc02c00ab1131861836f4d11887f82450c2378666cb03bce0c5038d3f0bdcdd1c1cdee2a00a61ef85602ed0e0c74ad2e58578b1940123'
+
'580283cdd95fb7b8410cb3a6c0f47a6c8e53e0fdc9c213b04cd133ba4120381533ff2aef89ddab968150754bd9ca3a536d5c592c6881e625eb8ee6de8723de1b')
+validpgpkeys=('BA90283A60D67BA0DD910A893932080F4FB419E3') #  "Steven R. Loomis 
(filfla-signing) " 
+validpgpkeys+=('9731166CD8E23A83BEE7C6D3ACA5DBE1FD8FABF1') #  "Steven R. 
Loomis (ICU Project) " 
+validpgpkeys+=('FFA9129A180D765B7A5BEA1C9B432B27D1BA20D7') # "Fredrik Roubert 
"
+validpgpkeys+=('E4098B78AFC94394F3F49AA903996C7C83F12F11') # 
"keybase.io/srl295 "
+
+prepare() {
+  cd icu
+
+  # https://unicode-org.atlassian.net/browse/ICU-20884
+  patch -Np2 -i ../icu-65.1-initialized-buffer-uloc_getKeywordValue.patch
+
+  # https://github.com/unicode-org/icu/pull/971
+  patch -Np2 -i ../icu-65.1-prevent-SEGV_MAPERR-in-append.patch
+}
+
+build() {
+  cd icu/source
+  ./configure --prefix=/usr \
+   --sysconfdir=/etc \
+   --mandir=/usr/share/man \
+   --sbindir=/usr/bin
+  make
+}
+
+check() {
+  cd icu/source
+  make -k check
+}
+
+package() {
+  cd icu/source
+  make -j1 DESTDIR="${pkgdir}" install
+
+  # Install license
+  install -Dm644 "${srcdir}"/icu/LICENSE 
"${pkgdir}"/usr/share/licenses/icu/LICENSE
+}


[arch-commits] Commit in icu/repos (testing-x86_64 testing-x86_64/PKGBUILD)

2019-04-23 Thread Andreas Radke via arch-commits
Date: Tuesday, April 23, 2019 @ 16:31:17
  Author: andyrtr
Revision: 351990

archrelease: copy trunk to testing-x86_64

Added:
  icu/repos/testing-x86_64/
  icu/repos/testing-x86_64/PKGBUILD
(from rev 351989, icu/trunk/PKGBUILD)

--+
 PKGBUILD |   45 +
 1 file changed, 45 insertions(+)

Copied: icu/repos/testing-x86_64/PKGBUILD (from rev 351989, icu/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2019-04-23 16:31:17 UTC (rev 351990)
@@ -0,0 +1,45 @@
+# Maintainer: Andreas Radke 
+# Contributor: Art Gramlich 
+
+pkgname=icu
+pkgver=64.2
+pkgrel=1
+pkgdesc="International Components for Unicode library"
+arch=(x86_64)
+url="http://www.icu-project.org/;
+license=('custom:icu')
+depends=('gcc-libs' 'sh')
+makedepends=('python')
+#makedepends=('clang')
+# no https available
+source=(#http://download.icu-project.org/files/${pkgname}4c/${pkgver}/${pkgname}4c-${pkgver/./_}-src.tgz
+
https://ssl.icu-project.org/files/${pkgname}4c/${pkgver}/${pkgname}4c-${pkgver//./_}-src.tgz{,.asc})
+# https://ssl.icu-project.org/files/icu4c/62.1/SHASUM512.txt
+sha512sums=('5ecb4c230ba45918747a1cf9aef86f555aa07d5b29b1d07ab674e8013f46dfb907a0e9d6945db41155f9dc3012fd94e1152ffc19f61a68b6dfcbabdcb8ae9d78'
+'SKIP')
+validpgpkeys=('BA90283A60D67BA0DD910A893932080F4FB419E3') #  "Steven R. Loomis 
(filfla-signing) " 
+validpgpkeys+=('9731166CD8E23A83BEE7C6D3ACA5DBE1FD8FABF1') #  "Steven R. 
Loomis (ICU Project) " 
+validpgpkeys+=('FFA9129A180D765B7A5BEA1C9B432B27D1BA20D7') # "Fredrik Roubert 
"
+validpgpkeys+=('E4098B78AFC94394F3F49AA903996C7C83F12F11') # 
"keybase.io/srl295 "
+
+build() {
+  cd icu/source
+  ./configure --prefix=/usr \
+   --sysconfdir=/etc \
+   --mandir=/usr/share/man \
+   --sbindir=/usr/bin
+  make
+}
+
+check() {
+  cd icu/source
+  make -k check
+}
+
+package() {
+  cd icu/source
+  make -j1 DESTDIR=${pkgdir} install
+
+  # Install license
+  install -Dm644 ${srcdir}/icu/LICENSE ${pkgdir}/usr/share/licenses/icu/LICENSE
+}


[arch-commits] Commit in icu/repos (testing-x86_64 testing-x86_64/PKGBUILD)

2017-12-14 Thread Andreas Radke via arch-commits
Date: Thursday, December 14, 2017 @ 18:28:01
  Author: andyrtr
Revision: 312662

archrelease: copy trunk to testing-x86_64

Added:
  icu/repos/testing-x86_64/
  icu/repos/testing-x86_64/PKGBUILD
(from rev 312661, icu/trunk/PKGBUILD)

--+
 PKGBUILD |   43 +++
 1 file changed, 43 insertions(+)

Copied: icu/repos/testing-x86_64/PKGBUILD (from rev 312661, icu/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2017-12-14 18:28:01 UTC (rev 312662)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Andreas Radke 
+# Contributor: Art Gramlich 
+
+pkgname=icu
+pkgver=60.2
+pkgrel=1
+pkgdesc="International Components for Unicode library"
+arch=(x86_64)
+url="http://www.icu-project.org/;
+license=('custom:icu')
+depends=('gcc-libs' 'sh')
+#makedepends=('clang')
+# no https available
+source=(#http://download.icu-project.org/files/${pkgname}4c/${pkgver}/${pkgname}4c-${pkgver/./_}-src.tgz
+
https://ssl.icu-project.org/files/${pkgname}4c/${pkgver}/${pkgname}4c-${pkgver//./_}-src.tgz{,.asc})
+# upstream offers md5sum checks, only asc file for md5sum check
+md5sums=('43861b127744b3c0b9d7f386f4b9fa40'
+ 'SKIP')
+validpgpkeys=('BA90283A60D67BA0DD910A893932080F4FB419E3') #  "Steven R. Loomis 
(filfla-signing) " 
+validpgpkeys+=('9731166CD8E23A83BEE7C6D3ACA5DBE1FD8FABF1') #  "Steven R. 
Loomis (ICU Project) " 
+
+build() {
+  cd icu/source
+  ./configure --prefix=/usr \
+   --sysconfdir=/etc \
+   --mandir=/usr/share/man \
+   --sbindir=/usr/bin
+  make
+}
+
+check() {
+  cd icu/source
+  make -k check
+}
+
+package() {
+  cd icu/source
+  make -j1 DESTDIR=${pkgdir} install
+
+  # Install license
+  install -Dm644 ${srcdir}/icu/LICENSE ${pkgdir}/usr/share/licenses/icu/LICENSE
+}