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

Jan de Groot jgc at archlinux.org
Mon Jul 12 18:43:19 UTC 2010


    Date: Monday, July 12, 2010 @ 14:43:18
  Author: jgc
Revision: 85399

upgpkg: clutter 1.2.10-1
Update to 1.2.10, add dependency on glproto to fix build with unfixed mesa

Modified:
  clutter/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2010-07-12 18:37:29 UTC (rev 85398)
+++ PKGBUILD	2010-07-12 18:43:18 UTC (rev 85399)
@@ -4,21 +4,21 @@
 # Contributor: William Rea <sillywilly at gmail.com>
 
 pkgname=clutter
-pkgver=1.2.8
+pkgver=1.2.10
 pkgrel=1
 pkgdesc="A GObject based library for creating fast, visually rich graphical user interfaces"
 arch=('i686' 'x86_64')
 url="http://clutter-project.org/"
 options=('!libtool')
 license=('LGPL')
-depends=('gtk2>=2.20.1' 'mesa>=7.7.1')
-makedepends=('gobject-introspection')
+depends=('gtk2>=2.20.1' 'mesa>=7.8' 'glproto')
+makedepends=('gobject-introspection' 'gtk-doc')
 source=(http://www.clutter-project.org/sources/clutter/1.2/clutter-${pkgver}.tar.bz2)
-sha256sums=(' bdc1583572546bf1d5497fcb36b1affaf868af6213d04c720274ab96c3996179')
+sha256sums=('26cdee7a528eb1346553d16ae8d8d87f35a8a46c0a86829eabd227067e84da5d')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"
-  ./configure --prefix=/usr --enable-introspection || return 1
-  make || return 1
-  make DESTDIR="${pkgdir}" install || return 1
+  ./configure --prefix=/usr --enable-introspection
+  make
+  make DESTDIR="${pkgdir}" install
 }




More information about the arch-commits mailing list