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

Jan Steffens heftig at archlinux.org
Mon Apr 4 21:02:10 UTC 2011


    Date: Monday, April 4, 2011 @ 17:02:10
  Author: heftig
Revision: 117877

Kill off the evil AC_PATH_XTRA

Modified:
  pango/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2011-04-04 20:58:21 UTC (rev 117876)
+++ PKGBUILD	2011-04-04 21:02:10 UTC (rev 117877)
@@ -8,7 +8,7 @@
 arch=('i686' 'x86_64')
 license=('LGPL')
 depends=('glib2' 'cairo' 'libxft' 'libthai' 'freetype2')
-makedepends=('pkgconfig' 'libxt' 'gobject-introspection')
+makedepends=('gobject-introspection' 'gtk-doc')
 options=('!libtool' '!emptydirs')
 install=pango.install
 source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/1.28/${pkgname}-${pkgver}.tar.bz2)
@@ -17,6 +17,10 @@
 
 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