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

Ionut Biru ibiru at archlinux.org
Sat Sep 11 17:53:47 UTC 2010


    Date: Saturday, September 11, 2010 @ 13:53:46
  Author: ibiru
Revision: 90437

upgpkg: pango 1.28.1-2
gobject-introspection 0.9.5 rebuild

Modified:
  pango/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2010-09-11 17:51:00 UTC (rev 90436)
+++ PKGBUILD	2010-09-11 17:53:46 UTC (rev 90437)
@@ -3,11 +3,11 @@
 
 pkgname=pango
 pkgver=1.28.1
-pkgrel=1
+pkgrel=2
 pkgdesc="A library for layout and rendering of text"
 arch=('i686' 'x86_64')
 license=('LGPL')
-depends=('glib2>=2.24.1' 'cairo>=1.8.10' 'libxft>=2.1.14' 'libthai>=0.1.14' 'freetype2>=2.3.12')
+depends=('glib2>=2.25.15' 'cairo>=1.10.0' 'libxft>=2.1.14' 'libthai>=0.1.14' 'freetype2>=2.4.2')
 makedepends=('pkgconfig' 'libxt' 'gobject-introspection')
 options=('!libtool' '!emptydirs')
 install=pango.install
@@ -18,7 +18,7 @@
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"
   ./configure --prefix=/usr --sysconfdir=/etc \
-      --localstatedir=/var --with-included-modules=basic-fc || return 1
-  make || return 1
-  make DESTDIR="${pkgdir}" install || return 1
+      --localstatedir=/var --with-included-modules=basic-fc
+  make
+  make DESTDIR="${pkgdir}" install
 }




More information about the arch-commits mailing list