summaryrefslogtreecommitdiff
path: root/extra/icu
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-10-18 01:09:28 -0700
committerroot <root@rshg054.dnsready.net>2013-10-18 01:09:28 -0700
commitcc1dbaab9d968ae5ace1956c3662b8b492694800 (patch)
treeda9b8d35950f63d7a68e4d4e5938715e1f0f5cdb /extra/icu
parentc72dc5de577922ea7f6002cdabcfac1576eae211 (diff)
Fri Oct 18 01:09:01 PDT 2013
Diffstat (limited to 'extra/icu')
-rw-r--r--extra/icu/PKGBUILD18
1 files changed, 10 insertions, 8 deletions
diff --git a/extra/icu/PKGBUILD b/extra/icu/PKGBUILD
index c3a6bb16a..3e7b1699c 100644
--- a/extra/icu/PKGBUILD
+++ b/extra/icu/PKGBUILD
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD 186326 2013-05-24 19:56:49Z andyrtr $
+# $Id: PKGBUILD 196744 2013-10-17 14:02:49Z andyrtr $
# Maintainer: Andreas Radke <andyrtr@archlinux.org>
# Contributor: Art Gramlich <art@gramlich-net.com>
pkgname=icu
-pkgver=51.2
+pkgver=52.1
pkgrel=1
pkgdesc="International Components for Unicode library"
arch=(i686 x86_64)
@@ -14,15 +14,17 @@ depends=('gcc-libs>=4.7.1-5' 'sh')
source=(#http://download.icu-project.org/files/${pkgname}4c/${pkgver}/${pkgname}4c-${pkgver/./_}-src.tgz
http://download.icu-project.org/files/${pkgname}4c/${pkgver}/${pkgname}4c-${pkgver//./_}-src.tgz
icu.8198.revert.icu5431.patch)
-md5sums=('072e501b87065f3a0ca888f1b5165709'
+md5sums=('9e96ed4c1d99c0d14ac03c140f9f346c'
'ebd5470fc969c75e52baf4af94a9ee82')
-build() {
- cd ${srcdir}/icu/source
-
+prepare() {
+ cd icu/source
# fix Malayalam encoding https://bugzilla.redhat.com/show_bug.cgi?id=654200
patch -Rp3 -i ${srcdir}/icu.8198.revert.icu5431.patch
+}
+build() {
+ cd icu/source
./configure --prefix=/usr \
--sysconfdir=/etc \
--mandir=/usr/share/man \
@@ -31,12 +33,12 @@ build() {
}
check() {
- cd "$srcdir/icu/source"
+ cd icu/source
make -k check # passes all
}
package() {
- cd ${srcdir}/icu/source
+ cd icu/source
make -j1 DESTDIR=${pkgdir} install
# Install license