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

2019-11-11 Thread Evangelos Foutras via arch-commits
Date: Tuesday, November 12, 2019 @ 00:17:07
  Author: foutrelis
Revision: 367817

archrelease: copy trunk to staging-x86_64

Added:
  icu/repos/staging-x86_64/PKGBUILD
(from rev 367816, icu/trunk/PKGBUILD)
Deleted:
  icu/repos/staging-x86_64/PKGBUILD

--+
 PKGBUILD |   96 +
 1 file changed, 52 insertions(+), 44 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-11-12 00:17:02 UTC (rev 367816)
+++ PKGBUILD2019-11-12 00:17:07 UTC (rev 367817)
@@ -1,44 +0,0 @@
-# Maintainer: Andreas Radke 
-# Contributor: Art Gramlich 
-
-pkgname=icu
-pkgver=65.1
-pkgrel=1
-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})
-# 
https://github.com/unicode-org/icu/releases/download/release-65-1/SHASUM512.txt
-sha512sums=('8f1ef33e1f4abc9a8ee870331c59f01b473d6da1251a19ce403f822f3e3871096f0791855d39c8f20c612fc49cda2c62c06864aa32ddab2dbd186d2b21ce9139'
-'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
-}

Copied: icu/repos/staging-x86_64/PKGBUILD (from rev 367816, icu/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-11-12 00:17:07 UTC (rev 367817)
@@ -0,0 +1,52 @@
+# Maintainer: Andreas Radke 
+# Contributor: Art Gramlich 
+
+pkgname=icu
+pkgver=65.1
+pkgrel=2
+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)
+# 
https://github.com/unicode-org/icu/releases/download/release-65-1/SHASUM512.txt
+sha512sums=('8f1ef33e1f4abc9a8ee870331c59f01b473d6da1251a19ce403f822f3e3871096f0791855d39c8f20c612fc49cda2c62c06864aa32ddab2dbd186d2b21ce9139'
+'SKIP'
+
'8898fe0fa9805304cd2fc02c00ab1131861836f4d11887f82450c2378666cb03bce0c5038d3f0bdcdd1c1cdee2a00a61ef85602ed0e0c74ad2e58578b1940123')
+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
+}
+
+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/staging-x86_64 (PKGBUILD PKGBUILD)

2018-10-23 Thread Evangelos Foutras via arch-commits
Date: Tuesday, October 23, 2018 @ 22:47:14
  Author: foutrelis
Revision: 337203

archrelease: copy trunk to staging-x86_64

Added:
  icu/repos/staging-x86_64/PKGBUILD
(from rev 337202, icu/trunk/PKGBUILD)
Deleted:
  icu/repos/staging-x86_64/PKGBUILD

--+
 PKGBUILD |   96 +
 1 file changed, 52 insertions(+), 44 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-10-23 22:47:09 UTC (rev 337202)
+++ PKGBUILD2018-10-23 22:47:14 UTC (rev 337203)
@@ -1,44 +0,0 @@
-# Maintainer: Andreas Radke 
-# Contributor: Art Gramlich 
-
-pkgname=icu
-pkgver=63.1
-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})
-# https://ssl.icu-project.org/files/icu4c/62.1/SHASUM512.txt
-sha512sums=('9ab407ed840a00cdda7470dcc4c40299a125ad246ae4d019c4b1ede54781157fd63af015a8228cd95dbc47e4d15a0932b2c657489046a19788e5e8266eac079c'
-'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
-}

Copied: icu/repos/staging-x86_64/PKGBUILD (from rev 337202, icu/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-10-23 22:47:14 UTC (rev 337203)
@@ -0,0 +1,52 @@
+# Maintainer: Andreas Radke 
+# Contributor: Art Gramlich 
+
+pkgname=icu
+pkgver=63.1
+pkgrel=2
+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}
+
icu-63.1-checkImpl.patch::https://github.com/unicode-org/icu/commit/9ec2c332c1.patch)
+# https://ssl.icu-project.org/files/icu4c/62.1/SHASUM512.txt
+sha512sums=('9ab407ed840a00cdda7470dcc4c40299a125ad246ae4d019c4b1ede54781157fd63af015a8228cd95dbc47e4d15a0932b2c657489046a19788e5e8266eac079c'
+'SKIP'
+
'ce1ec3c14f80658dad6127a037dfc0b21b4bff578240e7c8d8ca8c86cd8a5fe06b527e6a61db0aa303b708f1224f1401a59ad2b175c9640c375d37f138b4c523')
+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/source
+  # https://unicode-org.atlassian.net/browse/ICU-20208
+  patch -Np3 -i ${srcdir}/icu-63.1-checkImpl.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
+}