diff options
author | root <root@rshg047.dnsready.net> | 2011-04-08 04:18:44 +0000 |
---|---|---|
committer | root <root@rshg047.dnsready.net> | 2011-04-08 04:18:44 +0000 |
commit | 59075f0265483f32e9ac4c67ba9e69cb019ba044 (patch) | |
tree | d0384b724b17b888dcd1cf06dce9bc25655d1ba1 /extra/pango | |
parent | 3b216f42d91b33161572550f4556a9ba93d1cecb (diff) |
Fri Apr 8 04:18:44 UTC 2011
Diffstat (limited to 'extra/pango')
-rw-r--r-- | extra/pango/PKGBUILD | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/extra/pango/PKGBUILD b/extra/pango/PKGBUILD index 6834fa5a6..ab94316ab 100644 --- a/extra/pango/PKGBUILD +++ b/extra/pango/PKGBUILD @@ -1,14 +1,14 @@ -# $Id: PKGBUILD 117877 2011-04-04 21:02:10Z heftig $ +# $Id: PKGBUILD 118487 2011-04-07 10:59:52Z ibiru $ # Maintainer: Jan de Groot <jgc@archlinux.org> pkgname=pango pkgver=1.28.4 -pkgrel=1 +pkgrel=2 pkgdesc="A library for layout and rendering of text" arch=('i686' 'x86_64') license=('LGPL') depends=('glib2' 'cairo' 'libxft' 'libthai' 'freetype2') -makedepends=('gobject-introspection' 'gtk-doc') +makedepends=('gobject-introspection' 'libxt' 'gtk-doc') options=('!libtool' '!emptydirs') install=pango.install source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/1.28/${pkgname}-${pkgver}.tar.bz2) @@ -18,9 +18,6 @@ sha256sums=('7eb035bcc10dd01569a214d5e2bc3437de95d9ac1cfa9f50035a687c45f05a9f') build() { cd "${srcdir}/${pkgname}-${pkgver}" - sed -i '/AC_PATH_XTRA/d' configure.in - autoreconf -vfi - ./configure --prefix=/usr --sysconfdir=/etc \ --localstatedir=/var --with-included-modules=basic-fc make |