From 8f1f5cc9aa4fc9f9fc420d2353dd57b674192c9a Mon Sep 17 00:00:00 2001 From: Giuseppe Date: Sun, 16 Oct 2011 14:42:41 +0000 Subject: [PATCH] updated lib32-pango to version 1.29.3 --- lib32-pango/PKGBUILD | 19 +++++++++++-------- 1 file changed, 11 insertions(+), 8 deletions(-) diff --git a/lib32-pango/PKGBUILD b/lib32-pango/PKGBUILD index 9716338..bc5f0ba 100644 --- a/lib32-pango/PKGBUILD +++ b/lib32-pango/PKGBUILD @@ -5,8 +5,8 @@ _pkgbasename=pango pkgname=lib32-$_pkgbasename -pkgver=1.28.3 -pkgrel=2 +pkgver=1.29.3 +pkgrel=1 pkgdesc="A library for layout and rendering of text (32-bit)" arch=('x86_64') license=('LGPL') @@ -15,10 +15,10 @@ depends=('lib32-glib2>=2.25.15' 'lib32-cairo>=1.10.0' 'lib32-libxft>=2.1.14' makedepends=("gcc-multilib") options=('!libtool' '!emptydirs') install=pango.install -source=(http://ftp.gnome.org/pub/gnome/sources/${_pkgbasename}/1.28/${_pkgbasename}-${pkgver}.tar.bz2 +source=(http://ftp.gnome.org/pub/gnome/sources/${_pkgbasename}/1.29/${_pkgbasename}-${pkgver}.tar.bz2 pango-modules-conffile.patch) url="http://www.pango.org/" -sha256sums=('5e278bc9430cc7bb00270f183360d262c5006b51248e8b537ea904573f200632' +sha256sums=('a177f455f358a9b075e3b5d7e04891d90380c551e3ec28125e3d9aacca7dd43b' '4a178b60dd420ae53baeabbecfaaeca4070a4b777b2b3f36d137cd70b5a270c3') build() { @@ -29,10 +29,13 @@ build() { cd "${srcdir}/${_pkgbasename}-${pkgver}" patch -p0 < ${srcdir}/pango-modules-conffile.patch # No libthai support yet - ./configure --prefix=/usr --libdir=/usr/lib32 --sysconfdir=/etc \ - --localstatedir=/var --with-included-modules=basic-fc \ - --with-dynamic-modules=arabic-fc,arabic-lang,basic-fc,basic-win32,basic-x,basic-atsui,hangul-fc,hebrew-fc,indic-fc,indic-lang,khmer-fc,syriac-fc,tibetan-fc \ - --disable-introspection + ./configure --prefix=/usr \ + --libdir=/usr/lib32 \ + --sysconfdir=/etc \ + --localstatedir=/var \ + --with-included-modules=basic-fc \ + --with-dynamic-modules=arabic-fc,arabic-lang,basic-fc,basic-win32,basic-x,basic-atsui,hangul-fc,hebrew-fc,indic-fc,indic-lang,khmer-fc,syriac-fc,tibetan-fc \ + --disable-introspection make }