diff options
author | Michał Masłowski <mtjm@mtjm.eu> | 2012-12-19 13:24:55 +0100 |
---|---|---|
committer | Michał Masłowski <mtjm@mtjm.eu> | 2012-12-19 13:24:55 +0100 |
commit | 48e718656f83ad8800caf503031b4efa0e49e38a (patch) | |
tree | 2e415caf08da7fcf1724f2992cd47c99a7778bd6 /extra/icu/PKGBUILD | |
parent | 332060e036d38d6213201ed79b5d263241ca1825 (diff) | |
parent | 19f11e0c4bbeefd65f85546a361e18532b60416a (diff) |
Merge branch 'master' of ssh://parabolagnulinux.org:1863/home/parabola/abslibre-pre-mips64el
Conflicts:
community/gtypist/PKGBUILD
community/jack2/PKGBUILD
community/linux-tools/PKGBUILD
community/udevil/PKGBUILD
extra/ntp/PKGBUILD
extra/pulseaudio/PKGBUILD
Diffstat (limited to 'extra/icu/PKGBUILD')
-rw-r--r-- | extra/icu/PKGBUILD | 17 |
1 files changed, 7 insertions, 10 deletions
diff --git a/extra/icu/PKGBUILD b/extra/icu/PKGBUILD index af6d7e4fe..51adcbf4f 100644 --- a/extra/icu/PKGBUILD +++ b/extra/icu/PKGBUILD @@ -1,21 +1,21 @@ -# $Id: PKGBUILD 171516 2012-11-18 10:27:49Z andyrtr $ +# $Id: PKGBUILD 173319 2012-12-18 21:27:40Z andyrtr $ # Maintainer: Andreas Radke <andyrtr@archlinux.org> # Contributor: Art Gramlich <art@gramlich-net.com> pkgname=icu -pkgver=50.1 -pkgrel=2 +pkgver=50.1.1 +pkgrel=1 pkgdesc="International Components for Unicode library" arch=(i686 x86_64 'mips64el') url="http://www.icu-project.org/" license=('custom:"icu"') depends=('gcc-libs>=4.7.1-5' 'sh') +#makedepends=('clang') 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 changeset_32780.diff) -md5sums=('cf7bf9e56aa6c2057a8b6f464046483e' - 'ebd5470fc969c75e52baf4af94a9ee82' - '58f4b655e40dddc8e316600019b491b2') + icu.8198.revert.icu5431.patch) +md5sums=('c721c2e0c8f86975ccea620d09aedc81' + 'ebd5470fc969c75e52baf4af94a9ee82') build() { cd ${srcdir}/icu/source @@ -23,9 +23,6 @@ build() { # fix Malayalam encoding https://bugzilla.redhat.com/show_bug.cgi?id=654200 patch -Rp3 -i ${srcdir}/icu.8198.revert.icu5431.patch - # fix building clients without c++11 http://bugs.icu-project.org/trac/changeset/32780 - patch -Np4 -i ${srcdir}/changeset_32780.diff - ./configure --prefix=/usr \ --sysconfdir=/etc \ --mandir=/usr/share/man |