[arch-commits] Commit in pango/trunk (PKGBUILD)

Ionut Biru ibiru at archlinux.org
Thu Apr 7 10:59:52 UTC 2011


    Date: Thursday, April 7, 2011 @ 06:59:52
  Author: ibiru
Revision: 118487

upgpkg: pango 1.28.4-2
AC_PATH_XTRA is really used to expand some flags in pangox.pc. FS#23625

Modified:
  pango/trunk/PKGBUILD

----------+
 PKGBUILD |    7 ++-----
 1 file changed, 2 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2011-04-07 10:51:38 UTC (rev 118486)
+++ PKGBUILD	2011-04-07 10:59:52 UTC (rev 118487)
@@ -3,12 +3,12 @@
 
 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 @@
 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




More information about the arch-commits mailing list