updated lib32-pango to version 1.29.3

This commit is contained in:
Giuseppe 2011-10-16 14:42:41 +00:00
parent 67232c93e9
commit 8f1f5cc9aa

View File

@ -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
}